Loading...
Loading...
Use when the user wants to turn a PRD requirement (FR-N or similar ID) into an executable development plan. Locates the requirement in docs/prd/, investigates the surrounding code, asks clarifying questions, and produces docs/plans/<FR-N>.md as a markdown checkbox list of independent, vertical-slice tasks. Triggers on "make a plan for FR-001", "generate a plan for this requirement", "break this PRD into tasks", "plan the implementation of FR-N", "create a dev plan", "/plan FR-N".
npx skill4agent add el-frontend/software-engineering-skills generate-dev-planFR-001.1FR-001.2| # | Phase | Input | Output | Prompt file |
|---|---|---|---|---|
| 1 | Locate requirement | Requirement ID + | Requirement excerpt + scope confirmation | prompts/01-locate-requirement.md |
| 2 | Investigate | Requirement excerpt + repo | Investigation notes + open questions resolved | prompts/02-investigate.md |
| 3 | Write plan | Investigation notes | | prompts/03-write-plan.md |
prompts/<section>docs/plans/<REQUIREMENT_ID>.mddocs/plans/FR-001.mdFR-001-002-shared[ ]- [ ]- [x][ ] add types[ ] add empty handler[ ] add tests[ ] implement the feature