create_project_plan
Creates a multi-phase project plan with auto-generation from requirements, defining tasks and dependencies for structured execution.
Instructions
Create a comprehensive project plan with multiple phases
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the project plan | |
| description | No | Description of the project | |
| autoGenerate | No | Auto-generate phases from requirements | |
| requirementsPath | No | Path to requirements file (optional) |