What problem does it solve?
This Skill eliminates fragile, poorly ordered implementations by converting a complex product or code change into an explicit dependency-aware task graph with built-in verification and rollback planning.
Core Features & Use Cases
- DAG-based task decomposition: Breaks work into small, independently reviewable nodes with explicit ordering and parallelization opportunities.
- Verification and rollback as first-class nodes: Ensures evidence-producing gates and tested rollback procedures are part of the graph, not an afterthought.
- Risk-aware sequencing rules: Enforces correct ordering for database migrations (Expand → code → Contract), feature-flag lifecycles (create → implement → rollout → cleanup), and other cross-team coordination needs.
- Use Case: When your change includes a schema migration, API contract updates, and deployment steps that must roll out safely, this Skill produces a DAG that prevents downstream work from starting until verification artifacts exist.
Quick Start
Ask the task-dag-planner to produce a dependency-ordered DAG for your change, including verification gates, rollback nodes, and a critical-path-ready plan with EMC migration sequencing.