| name | u0048-planning-dependency-dag-planner |
| description | Build and operate the "Planning Dependency DAG Planner" capability for Strategic Planning and Decomposition. Use when outcomes in this capability family are required for production execution. |
Planning Dependency DAG Planner
Why This Skill Exists
We need this skill because large goals fail when decomposition is inconsistent or incomplete. This specific skill prevents sequencing errors and hidden blockers.
When To Use
Use this skill when you need "Planning Dependency DAG Planner" outcomes for the Strategic Planning and Decomposition domain with measurable, production-facing outputs.
Step-by-Step Implementation Guide
- Define the scope and success metrics for
Planning Dependency DAG Planner, including at least three measurable KPIs tied to execution stalls and hidden dependency failures.
- Design and version the input/output contract for goals, dependencies, milestones, and constraints, then add schema validation and failure-mode handling.
- Implement the core capability using dependency graph compilation, and produce validated workflow DAGs with deterministic scoring.
- Integrate the skill into swarm orchestration: task routing, approval gates, retry strategy, and rollback controls.
- Add unit, integration, and simulation tests that explicitly cover execution stalls and hidden dependency failures, then run regression baselines.
- Deploy behind a feature flag, monitor telemetry/alerts for two release cycles, and iterate thresholds based on observed outcomes.
Deterministic Workflow Notes
- Core method: dependency graph compilation
- Archetype: planning-router
- Routing tag: strategic-planning-and-decomposition:planning-router
Input Contract
goals (signal, source=upstream, required=true)
dependencies (signal, source=upstream, required=true)