What problem does it solve? Turning a feature specification and implementation plan into an actionable, ordered task list is slow and error-prone. This Skill automates that step by reading your spec-kit design documents and producing a structured tasks.md organized by user story. ## Core Features & Use Cases - Story-Organized Task Generation: Reads spec.md, plan.md, data-model.md, and contracts/ to produce tasks grouped by user story in priority order (P1, P2, P3). - Strict Checklist Format: Every task follows a validated format with checkbox, sequential task ID, parallelization marker, story label, and exact file path. - Dependency Graph & MVP Scope: Outputs story completion order, parallel execution examples, and a suggested MVP scope for incremental delivery. - Use Case: After running spec-kit's specify and plan steps for a new feature, invoke this Skill to instantly produce a tasks.md that an LLM or developer can execute task-by-task without extra context. ## Quick Start Ask the agent to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.