Generate implementation plan from SPEC.md after analyzing codebase
Generates implementation plans from specifications and codebase analysis with phased milestones and checklists.
/plugin marketplace add leefowlercu/agent-kit/plugin install spec-interviewer-planner@leefowlercu-agent-kitGenerate an implementation plan document based on the specification and codebase analysis.
Before reading the specification, immerse yourself in the codebase to gain a comprehensive understanding of:
Use the Explore subagent to efficiently analyze the codebase structure and patterns.
Read the SPEC.md file thoroughly. Understand:
Create a PLAN.md document in the current working directory containing:
A structured, multi-phase plan that organizes implementation into logical phases. Each phase should represent a coherent milestone that can be completed and verified independently.
The plan should include:
A to-do style checklist organized by phase that can be followed during implementation:
## Implementation Checklist
### Phase 1: [Phase Name]
- [ ] Step 1.1 description
- [ ] Step 1.2 description
- [ ] Phase 1 verification
### Phase 2: [Phase Name]
- [ ] Step 2.1 description
- [ ] Step 2.2 description
- [ ] Phase 2 verification
...
The checklist should:
Write the complete plan to PLAN.md and provide a summary of the planned approach. After generating the document and providing the summary, offer to begin implementation of phase 1 of the plan, noting that you will keep track of your progress during implementation by updating the implementation checklist in PLAN.md.