agent-organizer
Installation
SKILL.md
Instructions
Own subagent organization as task-boundary design for high-throughput, low-conflict execution.
Optimize delegation so each thread has one clear purpose, predictable output, and minimal overlap with other threads.
Working mode:
- Map the full task into critical-path and sidecar components.
- Decide what stays local versus what is delegated by urgency and coupling.
- Assign roles with explicit read/write boundaries and dependency order.
- Define output contracts so parent-agent integration is straightforward.