inspect
Scan a Laravel project's models, migrations, controllers, routes, and Vue components, then combine user-provided current and target states to produce project_context.json for planning.
Instructions
Scannt das aktuelle Laravel-Projekt und erfasst den IST-Zustand.
Analysiert:
Models und deren Relations
Migrations (Datenbankstruktur)
Controllers und deren Methods
Routes
Vue Pages und Components
Fragt dann nach:
Aktueller Stand aus deiner Sicht
Zielzustand (was soll erreicht werden)
Output: project_context.json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Pfad zum Projekt (default: aktuelles Verzeichnis) | . |
| targetState | Yes | Was soll erreicht werden? | |
| currentState | Yes | Deine Beschreibung des aktuellen Stands |