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 your spec-kit design documents and producing a structured tasks.md where every task is specific enough to execute immediately. ## Core Features & Use Cases - Story-Organized Task Generation: Reads spec.md user stories with priorities and creates one phase per story, so each increment is independently testable. - Strict Checklist Format: Every task follows a checkbox + task ID + [P] parallel marker + [US#] story label + file path format, with dependency graphs and parallel execution examples. - Extension Hooks: Supports optional and mandatory pre/post hooks declared in .specify/extensions.yml for custom workflow integration. - Use Case: After running spec-kit's specify and plan steps for a new feature, invoke this Skill to produce a tasks.md with setup, foundational, per-story, and polish phases, plus a suggested MVP scope. ## Quick Start Ask the agent to generate the tasks.md for the current feature based on the existing spec.md and plan.md in the spec-kit project.