sdd-implement
Installation
SKILL.md
SDD Implementation Guidelines
Execute implementation following TDD methodology, SOLID principles, and security best practices.
Prerequisites
Before implementing:
- Tasks must be approved (use
sdd-statusto verify) - Review tasks in
.spec/specs/{feature}/tasks.md - Understand the design in
.spec/specs/{feature}/design.md
Implementation Workflow
Step 1: Load Context
- Use
sdd-statusMCP tool to verify all phases approved - Read the tasks document for current implementation
- Identify the next task to implement