What problem does it solve? Turning an approved implementation plan and specification into an actionable, dependency-ordered task list is error-prone and inconsistent when done by hand. This Skill automates the generation of a structured tasks.md file so every user story maps to concrete, independently testable tasks. ## Core Features & Use Cases - Task Generation from Design Artifacts: Reads plan.md, spec.md, data-model.md, contracts/, and research.md to produce tasks organized by user story priority. - Strict Checklist Format: Enforces a consistent task format with checkboxes, sequential task IDs, parallelization markers, story labels, and exact file paths. - Extension Hooks: Supports pre- and post-generation hooks defined in .specify/extensions.yml for customizable workflow integration. - Use Case: After finishing a feature plan with spec-kit, run this Skill to produce a tasks.md where each user story phase includes Show & Tell verification steps, dependency graphs, and parallel execution examples ready for the implementation phase. ## Quick Start Ask the assistant to generate the tasks.md for the current feature using the speckit-tasks skill after the plan and spec are approved.