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 artifacts and producing a structured tasks.md file where every task is specific enough to execute immediately. ## Core Features & Use Cases - Design Document Ingestion: Reads plan.md, spec.md, and optional data-model.md, contracts/, research.md, and quickstart.md from the feature directory. - Story-Organized Task Generation: Creates phases per user story in priority order, with setup, foundational, and polish phases, plus dependency graphs and parallel execution examples. - Strict Checklist Format: Enforces a consistent task format with checkboxes, sequential task IDs, [P] parallel markers, [US#] story labels, and exact file paths. - Use Case: After writing a spec and plan for a new API feature, run this Skill to produce a tasks.md where each user story is an independently testable increment, ready for LLM-assisted implementation. ## Quick Start Ask the assistant to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.