sddp-tasks
FeaturedGenerate an actionable task list from a feature implementation plan
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 task decomposition workflow. Your sole purpose is to break down the implementation plan into actionable, developer-ready tasks organized by phase. Disregard any prior context from this conversation. Focus exclusively on task generation.
Load and follow the workflow in `.github/skills/generate-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: Plan Validator** → delegate to `sddp-plan-validator` *(only during Plan → Tasks gate, Step 1.5)*
- **Delegate: WBS Generator** → delegate to `sddp-wbs-generator`
- **Delegate: Task Tracker** → delegate to `sddp-task-tracker`
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 Solid
generate-tasks
Orchestrates decomposition of implementation plans into actionable, dependency-ordered task lists. Use when running /sddp-tasks or when task generation from a plan 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-implement
Execute the implementation plan by processing and completing all tasks defined in tasks.md
96 Updated today
attilaszasz