Problem
The plugin already uses subagents, teammates, and specialized roles heavily, but the rules for when work should stay in the current session versus be delegated are still not fully explicit.
That can lead to inconsistency:
- some tasks are delegated too late
- some small tasks may be over-delegated
- multi-source reading may happen in the main session even when a detached lane would be better
- role-specific agents may be bypassed inconsistently
Why this matters
With Claude Opus 4.6, delegation quality improves when spawn decisions are explicitly described instead of relying on ambient workflow taste.
Clear delegation rules help with:
- context efficiency
- role isolation
- better fan-out for parallelizable work
- more predictable execution behavior
Proposed solution
Define explicit spawn/delegate rules across the workflow, including:
- when main session should act directly
- when to spawn a retrieval/debug/review/wiki agent
- when teammate fan-out is preferred
- when parallel batches are appropriate
- when tasks are too broad and should escalate back to planning
This should be documented in a reusable policy rather than remaining distributed across implication-heavy skill prose.
Scope
In scope:
- direct-vs-delegate rules
- parallel fan-out guidance
- multi-source reading delegation
- escalation back to planning when scope is too large
Out of scope:
- changing the plugin into a fully autonomous multi-agent platform
- forcing delegation for every small task
Success criteria
- delegation behavior becomes more predictable
- context-heavy work is moved out of the main session more consistently
- unnecessary subagent spawning decreases
- parallel work is used more intentionally
Problem
The plugin already uses subagents, teammates, and specialized roles heavily, but the rules for when work should stay in the current session versus be delegated are still not fully explicit.
That can lead to inconsistency:
Why this matters
With Claude Opus 4.6, delegation quality improves when spawn decisions are explicitly described instead of relying on ambient workflow taste.
Clear delegation rules help with:
Proposed solution
Define explicit spawn/delegate rules across the workflow, including:
This should be documented in a reusable policy rather than remaining distributed across implication-heavy skill prose.
Scope
In scope:
Out of scope:
Success criteria