What problem does it solve? Turning a feature specification and implementation plan into an actionable, ordered task list is manual 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 one phase per user story in priority order, each independently testable. - Strict Checklist Format: Every task follows a validated format with checkbox, sequential task ID, parallelization marker, story label, and exact file path. - Extension Hooks: Supports optional and mandatory pre/post hooks declared in .specify/extensions.yml for integrating custom commands into the workflow. - Use Case: After running spec-kit's specify and plan steps for a new feature, invoke this Skill to generate a tasks.md with dependency graphs, parallel execution examples, and a suggested MVP scope. ## Quick Start Ask the assistant to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.