plan
Installation
SKILL.md
Generate Implementation Plan
Generate an implementation design document from a canonical specification.
Workflow
-
Load Specification
- Read the specification file from provided path
- If no path provided, search
.specs/for recent specifications - Parse requirements and acceptance criteria
-
Analyze Codebase
- Explore existing codebase for:
- Existing patterns and conventions
- Related components and modules
- Integration points
- Technology stack
- Explore existing codebase for: