orchestrator
Orchestrates implementation and review of phase plans via subagents. Use when given a phase MD file to complete.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrates implementation and review of phase plans via subagents. Use when given a phase MD file to complete.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Orchestrates standalone or caller-batched bug fixes via implementor and reviewer subagents using TDD. Handles bugs and verified review findings sequentially, tracks them in a dated checklist, and commits each fix without disrupting a surrounding PR-resolution batch.
Resolve GitHub PR review comments from humans and Copilot, including reviews already auto-requested or in progress. Use for verified comment resolution, sequential bugfix batching, one-push CI/Copilot cycles, and SHA-aware waits that avoid stale-event loops.
Shared conventions for Go projects. Copyright boilerplate, code quality, GoConvey testing, architecture, and commands. Referenced by go-implementor, go-reviewer, and workflow skills.
Go TDD implementation workflow. References implementation-principles, go-conventions, testing-principles, and agent-conduct.
Review Go implementations against spec acceptance tests. References implementation-principles, go-conventions, testing-principles, and agent-conduct.
Shared cross-language delivery workflow and guidance for implementing the simplest sufficient solution, maximizing reuse of existing code, and avoiding speculative abstractions, dependencies, and refactors. Use when implementing or reviewing code in any language.
| name | orchestrator |
| description | Orchestrates implementation and review of phase plans via subagents. Use when given a phase MD file to complete. |
Read and follow agent-conduct, testing-principles, and subagents before starting. subagents covers orchestrator role, agent selection (always writable), briefing, skill discovery, and error handling. This skill covers only the orchestrator-specific procedure.
Use skills named in the phase file's Instructions section if specified; otherwise follow the skill-discovery procedure in subagents.
A phase MD file containing items with - [ ] implemented and
- [ ] reviewed checkboxes, possibly grouped into ordered batches.
Launch an implementor subagent with:
On success, check - [x] implemented.
Launch a reviewer subagent with:
PASS: check - [x] reviewed.
FAIL: launch new implementor with feedback, then fresh reviewer. Repeat
until PASS.
All checkboxes checked -> commit with Implement phase <N>.
Launch a pr-reviewer subagent with:
Follow fix-and-commit cycle. Repeat with fresh context until 2 consecutive clean passes.
Same as step 5 but without the spec document (focus on code quality and usability only). Repeat until 2 consecutive clean passes.
.tmp/trash/ in the repo instead; clean up
after all phases.blocker-phase<N>-<item-id>.md next to the phase file,
containing: the item, the impossibility (what was tried, what
failed and why), and 1-3 proposed alternatives or clarifications
needed from the user.git push unless the user asked for it or the phase work is on a
PR branch that must be updated. Never push to master, main, or
develop.