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 in a spec-driven development workflow by reading your design artifacts 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, plus setup, foundational, and polish phases. - Strict Checklist Format: Every task follows a validated 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 and marks tasks that can run in parallel. - Extension Hooks: Supports configurable before/after hooks via .specify/extensions.yml, with mandatory hooks executed and blocking on failure. - Use Case: After running spec-kit's plan phase for a new feature, invoke this Skill to generate tasks.md with an MVP scope suggestion, per-story task counts, and independent test criteria for each user story. ## Quick Start Ask the assistant to generate the tasks.md for the current feature from the existing spec.md and plan.md, optionally noting any task generation constraints.