What problem does it solve?
This Skill eliminates the risk of AI hallucinations by converting large, multi-thousand line specifications into a focused set of atomic tasks that are easy to implement, verify, and maintain.
Core Features & Use Cases
- Atomic task decomposition: Breaks down large specs into small tasks (<100 LOC) with ~500 lines of context per task.
- BDD to DDD mapping: Transforms Given/When/Then into DDD Tactical components (Factory, Repository, Use Case, Entity, Value Objects, and Domain Events).
- Context management & topological execution: Establishes explicit dependencies and a topological order to enable safe parallel work and predictable delivery.
- Output artifact: Generates changes/[change-id]/tasks.md with Phase 0-4 tasks, acceptance criteria, and context guidance.
Quick Start
After a spec.md is approved, run the orchestrator to generate the tasks MD file:
- Approve spec.md in the change, then invoke the orchestrator to create changes/[change-id]/tasks.md.
- Load ONLY the specified context per task (to avoid hallucinations) and follow the tasks.md execution order.