| name | plan |
| description | Create a plan to implement the provided requirements. |
Plan Generation
Instructions
- Review the updated set of requirements and create a plan that details the tasks needed to implement the requirements.
Output the plan to plans/plan.md add one line per task. Create one specification file per task in the specs folder.
Example plan file:
# Implementation Plan
| Task | Description | Spec | Requirements |
|------|-------------|------|--------------|
| [ ] 01 | Setup project | [task-01-project-setup.md](../specs/task-01-project-setup.md) | REQ-03 |
| [ ] 02 | Create Table | [task-02-create-tables.md](../specs/task-02-create-tables.md) | REQ-02, REQ-11 |
## Dependency Order
01 โ 02 โ 03 โ 04 โ 05 โ 06 โ 07 โ 08 โ 09 โ 10 โ 11 โ 12 โ 13
โโโโโโโโโโโโดโโโโโดโโโโโดโโโโโดโโโโโ
(commands can be parallel)
Examples
Generate a plan to build this project.
Read the requirements and plan the tasks for this project.
Plan this project.