What problem does it solve?
This skill transforms scattered design artifacts into a single, actionable tasks.md so teams can implement features in dependency-aware, testable increments without manual mapping of stories, models, and contracts.
Core Features & Use Cases
- Automatic artifact ingestion: Reads plan.md, spec.md, optional data-model.md, contracts/, and research.md from a spec-kit project to extract tech choices, user stories, entities, and interface contracts.
- Structured task generation: Produces phases (Setup, Foundational, per-user-story phases, and Polish) with checklist-formatted tasks, sequential Task IDs, dependency graph, and parallelization markers.
- Extension hook handling: Detects and surfaces pre/post extension hooks from .specify/extensions.yml so integrations can run before or after task generation.
- Use Case: Product managers and engineers with a spec-kit repo can generate an immediately executable tasks.md that maps P1/P2/P3 stories to concrete implementation steps and file paths.
Quick Start
Ask the skill to generate tasks for a feature by providing the feature directory path and any optional constraints (for example: generate tasks for FEATURE_DIR=./features/login).