generate-tasks
Installation
SKILL.md
Generating a Task List from Requirements
Goal
Create a phased plan or step-by-step task list in Markdown that guides a developer through implementing a feature. Tasks should be actionable, ordered, and tied to the requirements.
Core principle: Match the output to the request. Strategy requests get a phased plan; implementation requests get detailed 2-5 minute tasks.
Quick Reference
| Step | Action | Output |
|---|---|---|
| 1 | Receive PRD or feature description | Raw requirements |
| 2 | Detect project/work type | Monolith, engine, API-only, integration |
| 3 | Choose output mode | Phased plan or detailed checklist |
| 4 | Generate parent phases/tasks | High-level structure |
| 5 | Wait for "Go" (default) or generate all | User confirmation |
| 6 | Generate sub-tasks with exact file paths | Detailed checklist |
| 7 | Save to /tasks/ |
tasks-[feature-name].md |
Related skills