一键导入
agent-orchestrator
(Codex) Coordinate multi-step delivery by sequencing implementation, review, triage, and commit decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
(Codex) Coordinate multi-step delivery by sequencing implementation, review, triage, and commit decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Template starter skill for documenting a reusable development workflow. Use this as a base when creating project-specific skills.
(Gemini) Workflow to coordinate multi-step delivery through implementation, review, triage, and commit decisions.
(Gemini) Main-agent workflow for multi-step delivery — delegates discovery, implementation, and review to specialized subagents.
(Gemini) Reviews dashboard and data-heavy admin pages for scanability, KPI hierarchy, chart-task fit, and actionability; produces prioritized UI improvements and implementation tasks.
(Gemini) Frontend implementation guidance for this app. Use before coding visible UI, including forms, dashboards, tables, filters, overlays, navigation, layout, microcopy, accessibility, and i18n.
(Gemini) Use the shared issue workflow runner to generate a ranked backlog or execute a ranked issue subset with an explicit target.
| name | agent-orchestrator |
| description | (Codex) Coordinate multi-step delivery by sequencing implementation, review, triage, and commit decisions. |
Use this skill when work should be broken into explicit tasks with review and triage between them.
If you need a tool that is not available (e.g. gh CLI not installed or not authenticated, a network service unreachable), stop and tell the user what tool you need, why, and what they should do to provide access. Do not invent ad-hoc alternatives (temp scripts, curl workarounds, manual API calls) to replace missing tools.
Before starting discovery, isolate the task in a dedicated git worktree using Codex app native worktree isolation.
/fork and choose a new worktree so the task runs in a Codex-managed isolated checkout instead of the user's local checkout.origin/main before discovery (for example: git fetch origin && git merge --ff-only origin/main or an equivalent clean rebase). If sync fails or conflicts appear, stop and ask the user how to proceed.Hand task to implementation flow.
Invoke review only when at least one of these is true:
If none apply, skip review and proceed to triage with no findings.
Triage findings:
Before commit, run full validation:
Commit only the files belonging to the task, and only after validation passes.
Report progress and next step.
Before cleanup, sync completed task work back into main by merging the task branch directly or through a PR, following the user's preferred flow. If conflicts or branch protections block merge, stop and ask the user how to proceed.