What problem does it solve? Turning feature specifications and design documents into an actionable, ordered implementation plan is time-consuming and error-prone. This Skill automates the creation of a structured tasks.md file so every user story becomes a set of concrete, independently testable tasks. ## Core Features & Use Cases - Artifact-Driven Task Generation: Reads plan.md, spec.md, data-model.md, contracts/, and research.md from a spec-kit project to build tasks grounded in actual design decisions. - User-Story Organization: Groups tasks by prioritized user stories (P1, P2, P3) with dependency graphs, parallel execution markers, and MVP scope suggestions. - Strict Checklist Format: Enforces a consistent task format with IDs, [P] parallel markers, [USn] story labels, and exact file paths. - Extension Hooks: Supports optional and mandatory pre/post hooks defined in .specify/extensions.yml. - Use Case: After writing a feature spec and implementation plan in a spec-kit project, run this Skill to produce a tasks.md that an LLM or developer can execute task-by-task without extra context. ## Quick Start Ask the AI to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.