What problem does it solve? Turning a feature specification and implementation plan into an actionable, ordered task list is tedious and error-prone. This Skill automates that step by reading your spec-kit design documents and producing a structured tasks.md where every task has an ID, file path, and story label. ## 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. - Dependency & Parallelism Mapping: Produces a dependency graph of story completion order and marks parallelizable tasks with [P] labels. - Extension Hook Support: Executes pre- and post-generation hooks defined in .specify/extensions.yml for workflow customization. - Use Case: After running speckit-plan for a new feature, invoke this Skill to generate a tasks.md where each user story is an independently testable increment, then hand it to an LLM or developer for execution. ## Quick Start Ask the assistant to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.