Turns your feature specs into a dependency-ordered task checklist. It reads your plan.md and spec.md, then generates tasks.md organized by user story with strict checkbox formatting (task IDs, priority markers, file paths). The clever bit is how it maps everything back to user stories so each one becomes an independently testable slice. Setup and foundational work gets separated out, then each user story becomes its own phase with the exact tasks needed. Tests are optional unless you explicitly ask for them. The output is meant to be immediately executable by an LLM without needing more context. Best used after you've run speckit-plan and before jumping into implementation.
npx skills add https://github.com/dceoy/speckit-agent-skills --skill speckit-tasks