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 your spec-kit design documents and producing a structured tasks.md where every task is specific enough to execute without extra context. ## Core Features & Use Cases - Story-Organized Task Generation: Reads spec.md user stories with priorities and creates one phase per story, each independently testable. - Strict Checklist Format: Every task follows a required format with checkbox, sequential task ID, parallelization marker, story label, and exact file path. - Dependency & Parallelism Mapping: Produces a dependency graph of story completion order plus parallel execution examples per story. - Extension Hooks: Supports optional and mandatory pre/post hooks configured in .specify/extensions.yml. - Use Case: After writing spec.md and plan.md for a new feature, run this Skill to get a complete tasks.md with setup, foundational, per-story, and polish phases, ready for incremental MVP-first delivery. ## Quick Start Ask the agent to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.