delegation-principle
FeaturedCore principle that the main agent is a coordinator, not an implementer. All work must be delegated to subagents.
Install
Quality Score: 94/100
Skill Content
Details
- Author
- tzachbon
- Repository
- tzachbon/smart-ralph
- Created
- 6 months ago
- Last Updated
- 5 days ago
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
subagent-delegation
Split work across subagents so each has a focused context, and combine their results deliberately. Use when a task is too large for one context or has independent parallel parts.
subagent-driven-development
Explains how an AI orchestrator should delegate implementation, sequencing, and verification to subagents rather than doing the work directly, including how to route tasks to models by capability need. Use when implementing a work item, when deciding whether to spawn a subagent, when an orchestrating agent is about to write code or run commands itself, or when someone asks "should I use a subagent for this", "how do I split work across agents", or "which model should handle this step".
coordinator
Act as a strategic coordinator that delegates work to specialized subagents instead of doing it directly. Use when the user asks to coordinate, orchestrate, delegate, or fan work out across agents, or when a request is large enough to split into components that different agents can handle in parallel or in sequence.