What problem does it solve? Turning a feature specification and technical plan into an actionable, ordered task list is manual 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 without extra context. ## Core Features & Use Cases - Story-Organized Task Generation: Reads spec.md user stories with priorities and creates one phase per story, plus setup, foundational, and polish phases. - Strict Checklist Format: Every task follows a validated format with checkbox, sequential task ID, parallel markers, story labels, and exact file paths. - Dependency & Parallelism Mapping: Produces a dependency graph of story completion order and identifies tasks that can run in parallel. - Extension Hooks: Supports optional and mandatory pre/post hooks declared in .specify/extensions.yml. - Use Case: After running /speckit-plan for a new feature, invoke this Skill to generate tasks.md with an MVP scope suggestion (typically User Story 1) and per-story independent test criteria. ## Quick Start Ask the assistant to generate the task list for the current feature by running the speckit-tasks skill with any optional task generation constraints.