skills/vibe-orchestra/SKILL.md
Use when the user wants heartbeat-style governance over the issue pool. inspect running issues, judge which issue is worth starting next, backfill assignee-triggered candidates, and propose non-state label or routing actions. Do not use for single-flow execution governance, coding, or implementation work.
npx skillsauth add jacobcy/vibe-coding-control-center vibe-orchestraInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
项目命令参考见
skills/vibe-instruction/SKILL.md
vibe-orchestra 负责 orchestra 心跳层的 assignee issue pool 治理。它关心的范围仅限于 assignee issue pool:现在有哪些 issue 正在运行、哪些已满足 assignee 触发条件但尚未进入调度,以及在人机协作环节接下来哪个 assignee issue 值得优先处理。它不负责单 flow 执行,也不负责 broader repo backlog 的 triage。
@vibe/supervisor/governance/assignee-pool.md(原 orchestra.md,使用 vibe3 handoff show @vibe/supervisor/governance/assignee-pool.md 命令读取):governance supervisor material,是 governance agent 的角色材料,不是 runtime orchestra 本体。优先级判断口径必须对齐 @vibe/supervisor/governance/assignee-pool.md(使用 vibe3 handoff show @vibe/supervisor/governance/assignee-pool.md 命令读取)。可以把 vibe-orchestra 视为自动治理 supervisor 在人机协作环节的落地判断器:它不发明另一套优先级规则,只读取当前现场并按 supervisor 已定义的排序模型,指导人类如何找到下一个需要处理的 issue。
术语、对象边界与触发分流以以下标准为准:
docs/standards/glossary.mddocs/standards/action-verbs.mddocs/standards/v3/skill-standard.mddocs/standards/v3/command-standard.mddocs/standards/v3/python-capability-design.mddocs/standards/v3/worktree-lifecycle-standard.mddocs/standards/v3/skill-trigger-standard.mdvibe-orchestra 只回答两类问题,且均以 assignee issue pool 为前提:
这里的"建议 issue"只是参考,不是强制调度结果;最终仍需结合 flow / PR / 人类当前上下文判断。
补充说明:
state/* label 只反映 flow 实际状态,不是主触发源milestone -> roadmap/* -> priority/[0-9] -> issue number 理解,仅作用于 assignee issue pool 内部以下观察面均以 assignee issue pool 为范围:
uv run python src/vibe3/cli.py task status 中 assignee issue 的 active / ready / blocked 现场与 ready queue rank@vibe/supervisor/governance/assignee-pool.md 中的 queue guidance 与治理边界(使用 vibe3 handoff show @vibe/supervisor/governance/assignee-pool.md 命令读取)state/* label 当作启动执行的主驱动vibe-debug-serve)当请求跨出这些边界时,按 docs/standards/v3/skill-trigger-standard.md 分流,不在本 skill 中重写职责矩阵。
@vibe/supervisor/governance/assignee-pool.md(使用 vibe3 handoff show @vibe/supervisor/governance/assignee-pool.md 命令读取),按 milestone -> roadmap/* -> priority/[0-9] -> issue number 对 assignee issue pool 的自动 ready queue 做人机治理判断输出至少包含:
Running issuesBackfill candidatesNext issueWhy this one nowLabel actionsWhy如果当前没有合适的建议 issue,明确写无,并说明原因。
完成治理建议后停止。 不要进入执行分配、实现方案、代码修改或单 flow 管理。
development
Use after `vibe init` to verify project configuration completeness. Interactively prompts user to fill missing items. Orchestrates existing commands without adding Python code. Do not use for system-level installation issues (use vibe-onboard instead).
development
Use when the user wants a comprehensive review using the multi-agent team workflow. Applies to PRs, code changes, architecture decisions, and any task requiring team-based analysis.
development
Use when manager has signaled flow terminal state cleanup via handoff indicate. Reads cleanup instructions and executes FlowCleanupService. Do not use for code changes or PR creation.
testing
Use for handling blocked and RFC issues, making decisions that may form ADRs (Architecture Decision Records). Processes problem issues requiring human judgment, dependency resolution, and architectural decisions. Do not use for routine issue monitoring (use vibe-orchestra) or roadmap planning (use vibe-roadmap).