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, parallelization marker, story label, and exact file path. - Dependency & Parallelism Analysis: Outputs a dependency graph of story completion order plus parallel execution examples and a suggested MVP scope. - Extension Hooks: Supports optional and mandatory pre/post hooks defined in .specify/extensions.yml. - Use Case: After writing a feature spec and implementation plan with spec-kit, run this Skill to instantly produce a tasks.md that an LLM or developer can execute task-by-task without extra context. ## Quick Start Ask the AI to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.