What problem does it solve?
This Skill turns open-ended work into coordinated multi-agent execution so the right specialist handles the right part, while the orchestrator enforces strong verification and prevents premature completion.
Core Features & Use Cases
- Intent-gated skill triggering: Scans for matching skill triggers and invokes them immediately to avoid wasted reasoning.
- Codebase-aware planning: Classifies codebase maturity (disciplined, transitional, legacy/chaotic, greenfield) to choose an appropriate approach.
- Delegation with guardrails: Forces structured pre-delegation declarations, tool whitelisting, and strict must/must-not constraints.
- Parallel exploration/research: Runs grep-style background discovery in parallel using explicitly selected agent/model roles.
- Verification-first completion loop: Requires Architect verification before declaring completion, ensuring requirements are fully satisfied.
Quick Start
Use the orchestrate skill to coordinate analysis and implementation for a multi-part software change by asking an AI to orchestrate subagents, explore the codebase, implement changes, and complete only after Architect approval.