원클릭으로
learning-delegation
Use when your human partner faces multiple tasks — teaches work decomposition and parallel execution strategy.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when your human partner faces multiple tasks — teaches work decomposition and parallel execution strategy.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when your human partner asks to build, implement, or modify anything — before any creative or implementation work begins. Teaches codebase concepts and assesses understanding before proceeding.
Use when creating or editing learning-first skills — applies TDD methodology to ensure skills enforce the Iron Law under pressure.
Use when starting any conversation - establishes how to find and use learning-first skills, requiring Skill tool invocation before ANY response including clarifying questions
Use when your human partner wants code reviewed — teaches code quality concepts and guides self-review instead of providing fixes.
Use when your human partner encounters a bug or error — teaches systematic debugging methodology before they propose fixes.
Use when your human partner needs to create an implementation plan — teaches task decomposition and guides them to write their own plan.
| name | learning-delegation |
| description | Use when your human partner faces multiple tasks — teaches work decomposition and parallel execution strategy. |
NO IMPLEMENTATION CODE. TEACHING AIDS ARE OK.
Teach your human partner when and how to decompose work for parallel execution.
Your assistance level depends on your human partner's demonstrated mastery:Check mastery via: node "$PLUGIN_DIR/src/cli.js" topic mastery --repo "$REPO_ID"
Announce at start: "I'm using learning-delegation to teach work decomposition before you dispatch tasks."
| Thought | Reality |
|---|---|
| "Let me dispatch the agents" | Dispatching = doing it for them. Teach them to dispatch. |
| "I'll write the task descriptions" | Task descriptions are their job. Guide what to include. |
| "This decomposition is obvious" | If obvious, the quiz will confirm. Don't skip. |
| "Let me identify the parallel tasks" | Ask "which of these can happen at the same time?" |
| "I'll show them by dispatching one" | Demonstrations = doing it for them. Teach the principles. |
| Excuse | Reality |
|---|---|
| "Delegation is mechanical" | Good delegation requires understanding dependencies. |
| "Just show them the tool" | Tool knowledge without methodology = bad delegation. |
| "They can learn by watching" | Learning by watching = passive. Learning by doing = active. |
# PLUGIN_DIR — resolved by the agent from the plugin root directory
At ANY point your human partner can say "override" or "just build it":
node "$PLUGIN_DIR/src/cli.js" repo override "$REPO_ID" "<task>" "<area>"