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 organized by user story. ## Core Features & Use Cases - Automated Task Generation: Reads plan.md, spec.md, data-model.md, contracts/, and research.md to produce a complete tasks.md with sequential task IDs, parallelization markers, and file paths. - User Story Organization: Groups tasks into phases (Setup, Foundational, one phase per user story, Polish) so each story is independently implementable and testable. - Extension Hooks: Supports optional and mandatory pre/post hooks defined in .specify/extensions.yml for integrating custom commands into the workflow. - Use Case: After writing a spec and plan for a new feature, run this Skill to instantly get a checklist-format tasks.md with dependency graphs, parallel execution examples, and a suggested MVP scope. ## Quick Start Ask the agent to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.