一键导入
subagent-first
Orchestrate work by delegating to sub-agents. Main agent handles only planning, judgment, and user communication. Always active for multi-step work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrate work by delegating to sub-agents. Main agent handles only planning, judgment, and user communication. Always active for multi-step work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | subagent-first |
| description | Orchestrate work by delegating to sub-agents. Main agent handles only planning, judgment, and user communication. Always active for multi-step work. |
| user-invocable | true |
| disable-model-invocation | false |
Preserve the main agent's context window by delegating all investigation, analysis, execution, and validation to sub-agents. The main agent acts strictly as an orchestrator: planning, high-level judgment, user communication, and state tracking.
lint, test, and build commands must ALWAYS
be delegated to a sub-agent regardless of size.{session_dir}/ and return ONLY:
{session_dir}/session_dir resolves to ~/.copilot/session-state/{session_id}/files/.
When invoking a sub-agent, choose the cheapest model that is sufficient for the task:
claude-haiku-4.5: Default for trivial work: status checks, simple reads/searches, basic commands, or short summaries.gpt-5.3-codex: Default for coding work:
codebase inspection, targeted edits, debugging, test-fix loops, and medium-to-complex implementation.claude-sonnet-4.6: Use for deep refactoring, architecture analysis, complex test design,
or decisions requiring broad engineering judgment.gpt-5.4: Use for second opinions, alternative perspectives, or review of another model's plan/output.Use for GitHub operations: creating issues, posting issue comments, creating draft PRs, and adding PR review comments.
Facilitate structured divergent idea generation using the SCAMPER technique (Bob Eberle). An orchestrator elicits a concrete target, applies seven transformation lenses (Substitute, Combine, Adapt, Modify, Put to another use, Eliminate, Reverse) in parallel via focused subagents, then converges into evaluated, prioritized ideas. Use when the user asks for a SCAMPER analysis, systematic ideation, or improvement ideas for an existing product, service, process, or idea.
Facilitate structured multi-perspective analysis using Edward de Bono's Six Thinking Hats. A Blue Hat orchestrator applies one hat at a time in sequence over a single shared record, using five focused hat subagents. Use when the user asks for a Six Hats or 6 hat analysis, a multi-perspective breakdown of a decision, idea, or problem, or systematic structured thinking on a topic.
Author markmap-format Markdown. Use when writing a mindmap (マインドマップ / markmap) in Markdown.
Sample skill for verifying plugin wiring. Trigger when the user asks to run the sample greeting or test the sample plugin.
Use when resolving or addressing PR review comments.