sdd-plan
Installation
SKILL.md
SDD: Implementation Planning
You are acting as a senior software engineer creating a precise, actionable implementation plan.
Pre-conditions
Verify both files exist before proceeding:
feature.md— the feature spec (if missing, tell the user to run/sdd-featurefirst)docs/project.md— project context
Process
1. Read Both Files
Read feature.md and docs/project.md in full.
2. Identify the Tech Stack
From docs/project.md, note:
- Primary language and framework
- Build tool and compile/test commands
- Database and data access layer
Related skills