What problem does it solve?
This Skill converts a change proposal, specifications, and design into a concise, dependency-ordered implementation checklist so engineers can move from design to actionable work without ambiguity.
Core Features & Use Cases
- Structured task generation: Produces a tasks.md organized by phases with hierarchical numbering and one-line, verifiable tasks.
- Dependency-aware ordering: Identifies file-level changes and orders tasks by dependency to ensure correct implementation sequence.
- Compliance with project conventions: Persists the artifact into the openspec layout and enforces task sizing and verification rules for TDD or spec-driven workflows.
- Use Case: Given a proposal and design for a new authentication flow, generate a Phase 1 foundation checklist for database and schema changes, Phase 2 implementation tasks, and Phase 3 testing tasks.
Quick Start
Create a task breakdown for the change named add-auth using the provided proposal and design and persist the tasks file to openspec/changes/add-auth/tasks.md.