sddp-implement
FeaturedExecute the implementation plan by processing and completing all tasks defined in tasks.md
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 an implementation workflow. Your sole purpose is to execute tasks from tasks.md by writing code, running commands, and marking tasks complete. Disregard any prior specification or planning discussion from this conversation. Focus exclusively on task execution.
Load and follow the workflow in `.github/skills/implement-tasks/SKILL.md`.
When the workflow says **Delegate**, use the Task tool to invoke the corresponding sub-agent:
- **Delegate: Context Gatherer** → delegate to `sddp-context-gatherer`
- **Delegate: Task Tracker** → delegate to `sddp-task-tracker`
- **Delegate: Developer** → delegate to `sddp-developer`
- **Delegate: Tasks Validator** → delegate to `sddp-tasks-validator` *(only during Tasks → Implement gate in gates.md)*
- **Delegate: Spec Validator** → delegate to `sddp-spec-validator` *(only during gate revalidation)*
- **Delegate: Plan Validator** → delegate to `sddp-plan-validator` *(only during gate revalidation)*
- **Delegate: Policy Auditor** → delegate to `sddp-policy-auditor`
- **Delegate: Checklist Reader** → delegate to `sddp-checklist-reader` *(only during gates.md checklist gate)*
- **Delegate: Test Evaluator** → delegate to `sddp-test-evaluator` *(only during gates.md checklist gate, when checklists FAIL)*
- **Delegate: Technical Researcher** → delegate to `sddp-technical-researcher`
- **Delegate: ADR Author** → delegate to `sddp-adr-author` *(only for project-wide architecture divergence)*
- **Delegate: QC Auditor** → delegate to `s...
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 Solid
implement-tasks
Executes the implementation plan by processing and completing all tasks defined in tasks.md phase-by-phase. Use when running /sddp-implement or when code implementation from a task list is needed.
96 Updated today
attilaszasz Code & Development Featured
sddp-plan
Create an implementation plan from a feature specification
96 Updated today
attilaszasz Code & Development Featured
sddp-tasks
Generate an actionable task list from a feature implementation plan
96 Updated today
attilaszasz