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 documents and producing a structured tasks.md where every task is specific enough to execute without extra context. ## Core Features & Use Cases - Design-Artifact-Driven Generation: Reads plan.md, spec.md, data-model.md, contracts/, research.md, and quickstart.md from the feature directory to build tasks grounded in actual project decisions. - User-Story-Organized Phases: Creates Setup, Foundational, per-user-story (P1, P2, P3...), and Polish phases so each story is independently implementable and testable. - Strict Checklist Format: Enforces the - [ ] [TaskID] [P?] [Story?] Description with file path format, plus dependency graphs, parallel execution examples, and MVP scope suggestions. - Extension Hooks: Supports optional and mandatory before/after hooks declared in .specify/extensions.yml. - Use Case: After running spec-kit's specify and plan steps for a new feature, invoke this Skill to produce a tasks.md with sequential task IDs, story labels, and exact file paths ready for incremental delivery. ## Quick Start Ask the agent to generate the tasks.md for the current feature using the available spec-kit design documents.