What problem does it solve?
It helps you detect when command delegation prompts (Agent() calls) accidentally redefine an agent’s identity, leak domain expertise, duplicate quality gates, conflict on output/return contracts, or override an agent’s process—causing inconsistent behavior and brittle workflows.
Core Features & Use Cases
- Delegation boundary validation: Ensures commands own WHAT/WHERE while agents own WHO/HOW, matching the intended separation of concerns.
- 7-dimension conflict detection: Flags role re-definition, domain expertise leaks, quality gate duplication, output format/marker conflicts, process override, scope authority conflicts, and missing contracts.
- Actionable repair guidance: Produces per command↔agent findings plus fix recommendations and an overall verdict (CLEAN/REVIEW/CONFLICT).
- Use cases: Workflow maintenance and review when adding/modifying skills, commands, or agents; regression checks before releasing orchestration changes.
Quick Start
Ask the AI to run a delegation conflict scan for the entire skills and commands scope.