一键导入
delegation-principle
Core principle that the main agent is a coordinator, not an implementer. All work must be delegated to subagents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Core principle that the main agent is a coordinator, not an implementer. All work must be delegated to subagents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
How to delegate implementation tasks to workers via Codex MCP or Task sub-agents. Use when executing tasks that require code implementation.
Output rules for all agents - concise, scannable, actionable. Based on Matt Pocock's planning principles.
Detect fix vs add goals, diagnose failures before work, verify fixes after. Ensures "fix X" specs actually fix X.
Spec-driven development workflow for building features with research, requirements, design, and task phases
Criteria for reviewing Codex worker outputs across 5 dimensions. Use when reviewing code submitted by workers before approval.
4-layer verification system for task completion. Use when verifying that a task has been fully completed before marking it done.
| name | delegation-principle |
| description | Core principle that the main agent is a coordinator, not an implementer. All work must be delegated to subagents. |
YOU MUST NEVER IMPLEMENT ANYTHING YOURSELF
The main agent (you) is a coordinator, not an implementer.
Task tool with appropriate subagent_type| Reason | Benefit |
|---|---|
| Fresh context | Subagents get clean context windows |
| Specialization | Each subagent has specific expertise |
| Auditability | Clear separation of responsibilities |
| Consistency | Same behavior regardless of mode |
NO. Even in --quick mode, you MUST delegate:
plan-synthesizer subagentspec-executor subagentQuick mode skips interactive phases. Does NOT change delegation requirement.