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 spec-kit design artifacts and producing a structured tasks.md file organized by user story. ## Core Features & Use Cases - Design Document Parsing: Loads plan.md, spec.md, data-model.md, contracts/, research.md, and quickstart.md from the feature directory to extract tech stack, user stories, and entities. - Story-Organized Task Generation: Produces phases for setup, foundational work, one phase per prioritized user story, and polish, with each task following a strict checklist format including task IDs, parallel markers, story labels, and file paths. - Extension Hook Support: Executes optional and mandatory pre/post hooks defined in .specify/extensions.yml before and after task generation. - Use Case: After writing a spec and plan for a new checkout feature, run this Skill to get a tasks.md where each user story is an independently testable phase with clear dependencies and MVP scope. ## Quick Start Ask the AI to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.