delegation
Strategy for delegating work to minions for parallel execution and context isolation. Use at the start of every session and before any multi-step task.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Strategy for delegating work to minions for parallel execution and context isolation. Use at the start of every session and before any multi-step task.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Execute implementation plans by systematically completing each task with verification, bounded retry, and progress tracking
Generate research-backed PR descriptions that maximize reviewability through structured templates covering purpose, rationale, changes, review guidance, and technical details
On-demand multi-model critic consensus for arbitrary concerns
Extract topics, per-topic brief summaries, and topic-grouped action items from a Google Doc meeting notes link. Supports multi-tab Docs (including Gemini auto-generated Notes + Transcript tabs) and any linked Google Sheets. Read-only — never modifies the source document.
Generate structured implementation plans for vertical slices of working software with comprehensive research, codebase context, and validation gates
Perform thorough, structured reviews of engineering implementation plans with claim verification, research validation, and risk assessment
| name | delegation |
| description | Strategy for delegating work to minions for parallel execution and context isolation. Use at the start of every session and before any multi-step task. |
Use spawn for most delegation — including parallel execution. Multiple spawn calls in a single response run concurrently and return together:
Use spawn_bg only for long-running work that you do not need immediately:
spawn_bg for tests, main context continues workingspawn_bg for research, main context scaffolds, incorporate findings when readyEvery minion task MUST include: