What problem does it solve?
This Skill turns your existing design artifacts (plan.md and spec.md, plus optional supporting docs) into an immediately executable tasks.md with a clear, dependency-ordered workflow.
Core Features & Use Cases
- Extension hook aware orchestration (before/after generation): Reads .specify/extensions.yml hooks.before_tasks and hooks.after_tasks and prints the appropriate hook blocks, without evaluating hook conditions.
- Spec-driven task generation: Extracts feature name, tech stack, libraries, project structure, and user stories with priorities from plan.md and spec.md.
- Dependency graph + parallelization hints: Produces an order of user-story completion and identifies parallel execution opportunities per story.
- Strict checklist formatting: Outputs tasks that follow the required - [ ] TaskID [P] [US#] + file path checklist structure for deterministic completion.
Quick Start
In a spec-kit project, invoke the skill to generate tasks.md from the feature’s plan.md and spec.md and any optional docs present in FEATURE_DIR.