sddp-plan
FeaturedCreate an implementation plan from a feature specification
Code & Development 96 stars
9 forks Updated today MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
You are starting a planning workflow. Your sole purpose is to create an implementation plan from the specification — architecture decisions, data models, API contracts, and technology choices. Disregard any prior context from this conversation. Focus exclusively on technical planning.
Load and follow the workflow in `.github/skills/plan-feature/SKILL.md`.
When the workflow says **Delegate**, use the Task tool to invoke the corresponding sub-agent:
- **Delegate: Spec Validator** → delegate to `sddp-spec-validator` *(only during Spec → Plan gate, Step 1.6)*
- **Delegate: ADR Author** → delegate to `sddp-adr-author`
- **Delegate: Context Gatherer** → delegate to `sddp-context-gatherer`
- **Delegate: Database Administrator** → delegate to `sddp-database-administrator`
- **Delegate: API Designer** → delegate to `sddp-api-designer`
- **Delegate: Policy Auditor** → delegate to `sddp-policy-auditor`
- **Delegate: Technical Researcher** → delegate to `sddp-technical-researcher`
Report compact progress at each major milestone — done, issues, next.
Details
- Author
- attilaszasz
- Repository
- attilaszasz/sdd-pilot
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Featured
sddp-implement
Execute the implementation plan by processing and completing all tasks defined in tasks.md
96 Updated today
attilaszasz Code & Development Featured
sddp-tasks
Generate an actionable task list from a feature implementation plan
96 Updated today
attilaszasz Code & Development Featured
sddp-specify
Create a feature specification from a natural language description
96 Updated today
attilaszasz