This skill should be used when the user asks to "orchestrate", "delegate", "coordinate agents", "enforce hierarchy", "mindful delegation", "hierarchical thinking", "chain of command", or "orchestrator patterns". Essential for coordinators and high-governance agents to maintain delegation integrity.
Mindful orchestration through constant awareness of delegation hierarchy, session state, and chain integrity.
★ Insight ─────────────────────────────────────
─────────────────────────────────────────────────Mindful orchestration operates on three principles:
Milestone → Phase → Plan → Task
↓
coordinator → governance → validator → builder
Critical Rule: Each level delegates ONLY to the level directly below it. Never skip levels.
forbidden_patterns:
- "coordinator → builder" # Skips governance and validator
- "governance → builder" # Skips validator
- "validator → coordinator" # Upward delegation violates chain
valid_patterns:
- "coordinator → governance" # Direct child
- "governance → validator" # Direct child
- "validator → builder" # Direct child
Before ANY delegation, assess session state:
| State | Condition | Behavior |
|---|---|---|
| New | First tool not yet used | Inject full governance context |
| Active | < 1 hour idle | Continue normal delegation |
| Resumed | 1-48 hours idle | Re-establish context, verify phase |
| Stale | > 48 hours idle | Require user confirmation |
| Compacted | Context window full | Use anchors for continuity |
depth_levels:
0: "Root session (user)"
1: "Primary agent (@idumb-supreme-coordinator)"
2: "Mid-level governance (@idumb-high-governance)"
3: "Validator (@idumb-low-validator)"
4: "Builder (@idumb-builder)"