What problem does it solve? Turning a feature specification and implementation plan into an actionable, ordered task list is manual and error-prone. This Skill automates that step by reading your spec-kit design artifacts and producing a structured tasks.md that an LLM or developer can execute directly. ## Core Features & Use Cases - Design-driven task generation: Reads plan.md, spec.md, and optional artifacts (data-model.md, contracts/, research.md, quickstart.md) to derive tasks grounded in your actual design. - User-story organization: Groups tasks into phases per user story (P1, P2, P3...) with dependency graphs, parallel execution markers, and independent test criteria. - Strict checklist format: Enforces a consistent task format (checkbox, task ID, [P] parallel marker, [USn] story label, file paths) so output is immediately executable. - Extension hooks: Supports optional and mandatory before/after hooks declared in .specify/extensions.yml. - Use Case: After writing a spec and plan for a new feature, run this Skill to get a tasks.md with setup, foundational, per-story, and polish phases, plus a suggested MVP scope. ## Quick Start Ask the assistant to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.