What problem does it solve? Turning feature specifications and design documents into an actionable, ordered implementation plan is time-consuming and error-prone. This Skill automates the creation of a structured tasks.md file so every user story becomes a set of concrete, independently testable tasks. ## 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. - Strict Checklist Format: Every task follows a validated format with checkbox, sequential task ID, parallel markers, story labels, and exact file paths. - Extension Hook Support: Executes pre- and post-generation hooks defined in .specify/extensions.yml, including mandatory hooks that must run before completion. - Use Case: After writing a feature spec and implementation plan in a spec-kit project, run this Skill to produce a tasks.md with setup, foundational, per-story, and polish phases, plus a dependency graph and MVP scope recommendation. ## Quick Start Ask the agent to generate the tasks.md for the current feature based on the spec and plan in the .specify project directory.