ワンクリックで
orchestrator
Use when executing a multi-step plan and each implementation step should be delegated to subagents and independently reviewed.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when executing a multi-step plan and each implementation step should be delegated to subagents and independently reviewed.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when reviewing local changes — the working-copy diff, a branch, a commit, or a GitHub PR by number — with fresh reviewer subagents that return structured findings.
Use when a test failure, regression, exception, hang, wrong result, or unexpected behavior needs diagnosis — gathers evidence, traces the relevant path, and verifies the cause before recommending a fix.
Resolve jj (Jujutsu) conflicts. Use when jj log/status shows conflicted revisions, a rebase/squash/abandon reports 'new conflicts appeared', or files contain jj conflict markers.
Use when you want to work in an isolated jj working copy — parallel task, experimental scratch, subagent with its own tree. jj's equivalent of git worktrees: creating a workspace, working inside it from anywhere, and cleaning up without losing history.
Find things to improve in the current project
Build a mental model of code changes — guided reading order, conceptual grouping, and context.
| name | orchestrator |
| description | Use when executing a multi-step plan and each implementation step should be delegated to subagents and independently reviewed. |
Coordinate implementation of a plan one open task at a time. Use the
review-subagent skill as the review engine: delegate implementation, run a
focused review, require the implementer to address the findings, and continue
until the task is approved before moving on.
Load this skill when a plan has multiple open tasks and you want a disciplined implement–review–fix loop rather than implementing the whole plan in one pass.
Do not use it for a one-line change, a plan with no open tasks, or a review that has no implementer or task list to coordinate.
For each open task or plan step, in order:
review-subagent procedure against
the resulting task change, not its default cumulative scope. Pass the task’s
acceptance criteria as --description. Let that skill own scope gathering,
reviewer selection, prompts, report format, and report validation; run its
independent reviewers in parallel as specified there.Treat the review-subagent reports as the authoritative review output; do not
rewrite, merge, or silently discard their findings. A review round passes only
when both reviewer reports are valid according to that skill and every finding
is either fixed or explicitly rebutted with evidence. The task passes only
when no non-rebutted critical or high finding remains and all medium or low
findings have been fixed or explicitly rebutted.
review-subagent.review-subagent’s report-validation rules and rerun or replace failed
reviewers.