What problem does it solve?
Speckit users need a consistent way to turn design artifacts (plan and spec) into a dependency-ordered tasks document that an AI can execute without extra context.
Core Features & Use Cases
- Actionable tasks.md generation: Builds a strict checklist-based tasks document with IDs, file paths, and parallelization markers.
- Dependency-ordered workflow: Organizes work by setup, foundational prerequisites, then user-story phases with a completion-order dependency graph.
- Design-document-aware mapping: Uses available artifacts (plan.md, spec.md, optional data-model.md, contracts/, research.md, quickstart.md) to tailor tasks per story, including independent test criteria.
- Optional extension hooks support: Runs optional pre- and post-generation hook instructions defined in .specify/extensions.yml when present.
Quick Start
Ask the skill to generate tasks for your feature by providing your constraints in the argument input, then confirm that the produced tasks.md is immediately executable and follows the required checklist format.