一键导入
sdd-implementation
// Execute planned implementations following todo-lists systematically. Use for code generation, building features, and executing SDD plans.
// Execute planned implementations following todo-lists systematically. Use for code generation, building features, and executing SDD plans.
Update specifications with discoveries made during development. Use when implementation reveals new requirements, constraints, or design changes.
Generate technical plans from specifications. Use when creating architecture documents, designing system components, or preparing for implementation.
Pattern investigation and technical research before specification. Use when technical approach is unclear, exploring existing solutions, or analyzing codebase patterns. Supports deep research mode for thorough external investigation.
Compare implementation against specifications, identify gaps and issues. Use for code review, quality assurance, and verifying spec compliance.
| name | sdd-implementation |
| description | Execute planned implementations following todo-lists systematically. Use for code generation, building features, and executing SDD plans. |
Build what has been planned, following specs and todo-lists precisely.
Read: plan.md → spec.md → tasks.md → todo-list.md
- [ ] → - [x] immediately[BLOCKED: reason]Reference references/patterns.md for project conventions and implementation patterns.
Use scripts/progress.sh to visualize completion status.
## Implementation Summary
### Completed
- [x] Task 1: description
### Files Created/Modified
- `path/to/file.ts`: [purpose]
### Blockers Encountered
- [blocker and resolution]
### Discoveries
- [anything that should update specs]
sdd-verifier subagent validates work (spawned as child subagent in 2.5+)sdd-evolve skill for spec updates