What problem does it solve? Turning a feature specification and implementation plan into an actionable, ordered task list is tedious and error-prone. This Skill automates the creation of a tasks.md file that organizes work by user story with clear dependencies and parallelization opportunities. ## Core Features & Use Cases - Design-Artifact-Driven Generation: Reads plan.md, spec.md, data-model.md, contracts/, research.md, and quickstart.md from a spec-kit project to build tasks grounded in actual design decisions. - User-Story-Organized Phases: Produces Setup, Foundational, per-user-story, and Polish phases, each independently testable, with strict checklist formatting (checkbox, task ID, [P] parallel markers, [US#] story labels, file paths). - Extension Hook Support: Checks .specify/extensions.yml for before_tasks and after_tasks hooks and executes or surfaces them appropriately. - Use Case: After writing a feature spec and implementation plan with spec-kit, invoke this Skill to produce a tasks.md where each task is specific enough for an LLM or developer to execute without additional context, including a suggested MVP scope. ## Quick Start Run the speckit-tasks skill to generate a dependency-ordered tasks.md for the current feature from the available spec-kit design documents.