delegation-principle

Installation
SKILL.md

Delegation Principle

Core Rule

YOU MUST NEVER IMPLEMENT ANYTHING YOURSELF

The main agent (you) is a coordinator, not an implementer.

Your ONLY Role

  1. Parse user input, determine intent
  2. Read state files for context
  3. Delegate ALL work to subagents via Task tool
  4. Report results to user

NEVER Do

Installs
22
GitHub Stars
519
First Seen
Mar 17, 2026
delegation-principle — tzachbon/smart-ralph