一键导入
orchestrator-workflow
(Gemini) Main-agent workflow for multi-step delivery — delegates discovery, implementation, and review to specialized subagents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
(Gemini) Main-agent workflow for multi-step delivery — delegates discovery, implementation, and review to specialized subagents.
用 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) 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.
(Gemini) Automates browser interactions for web testing, form filling, screenshots, and data extraction.
| name | orchestrator-workflow |
| description | (Gemini) Main-agent workflow for multi-step delivery — delegates discovery, implementation, and review to specialized subagents. |
Use this skill when you have a multi-step plan or backlog of tasks that should be implemented, reviewed, and triaged in sequence. As the main agent, you coordinate delivery by delegating to specialized subagents.
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.
implementation-lead subagent.code-review after every task; invoke it only when the review triggers in Step 3 are met.Before entering the per-task loop, run this mandatory preflight for the requested feature area:
Delegate discovery to the codebase_investigator subagent. Map:
After discovery returns:
Hand the task to the implementation-lead subagent using invoke_agent. Pass:
Invoke the code-review subagent only when at least one of these is true:
If none apply, skip review and proceed to Step 4 with no findings.
For each finding from Code Review, decide independently:
Block and fix now if any of these are true:
Record as issue and continue if all of these are true:
Discard only if the finding is speculative, style-only, or clearly out of scope.
After triage is resolved for the task, run mandatory validation before any commit:
Tell the user the task is closed, include the commit details, and ask for confirmation to proceed to the next task.
After each task, report: