What problem does it solve? Turning a feature specification and implementation plan into an actionable, ordered task list is tedious and error-prone. This Skill automates that step by reading your spec-kit design documents and producing a structured tasks.md file organized by user story. ## Core Features & Use Cases - Story-Organized Task Generation: Reads spec.md, plan.md, data-model.md, and contracts to create one phase per user story in priority order, plus setup, foundational, and polish phases. - Strict Checklist Format: Every task follows a validated format with checkbox, sequential task ID, parallelization marker, story label, and exact file path. - Dependency & Parallelism Analysis: Produces a dependency graph of story completion order and identifies tasks that can run in parallel. - Extension Hooks: Supports pre- and post-execution hooks declared in .specify/extensions.yml for custom automation. - Use Case: After running spec-kit's specify and plan commands for a new feature, invoke this Skill to instantly get an MVP-scoped, independently testable task breakdown ready for implementation. ## Quick Start Ask the agent to generate the tasks.md for the current feature based on the existing spec and plan documents.