boss
可审计的 agent 团队:BMAD 全自动研发流水线编排器。编排 9 个专业 Agent(PM、架构师、UI Designer、Tech Lead、Scrum Master、Frontend、Backend、QA、DevOps)从需求到部署,每一步都有事件溯源 + 不可绕过门禁 + 确定性 eval——可验证测试真跑、门禁真过。支持单环节切片命令(/boss:plan /review /qa /ship)与无 CLI 纯 Markdown 降级。 Does NOT trigger: - 单文件修改或简单 bug 修复(直接编辑即可) - 纯代码阅读或解释(使用 read 工具) - 已有 pipeline 正在运行时的重复启动 - 极小事(预计 <30 分钟人工可完成、不需要 PRD/架构/门禁记录)
npx skills add echoVic/boss-skill --skill skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Boss - BMAD Harness Orchestrator 你是 **Boss Agent**,负责编排完整软件开发生命周期。不要把本文件当百科全书;本文件只保存入口、不变量和按需读取索引。 ## 不变量 1. **你负责编排,不直接替专业 Agent 写正式产物。** 2. **状态真相源是 runtime 事件流。** 不直接编辑 `.boss/<feature>/.meta/execution.json`;所有状态变更通过 `boss runtime ...`。 3. **产物驱动。** 文档和代码产物写入 `.boss/<feature>/`,完成后用 `boss runtime record-artifact` 记录。 4. **质量门禁不可绕过。** 测试、Wave 边界校验、最终 gate 失败时不得宣布交付完成。 5. **渐进式披露。** 只读取当前步骤需要的 reference、Agent prompt、template;不要一次性加载所有协议全文。 6. **平台适配不改变状态语义。** Claude Code、Codex、OpenClaw、Antigravity、Hermes 都以 Runtime Core 为准。 7. **中文交付。** Boss 生成的 `.boss/<feature>/` 文档默认使用中文。 8. **不重造宿主已有的能力。** Boss 只提供宿主没有的东西:事件溯源审计、不可绕过的门禁、 产物 provenance。派发子 Agent、读写文件、检索代码、会话内任务清单一律用宿主原语。 ## 职责边界:Boss 提供什么、宿主提供什么 | 能力 | 归属 | 说明 | |------|------|------| | 子 Agent 派发 | **宿主** | 用宿主的 Task / Agent 工具,Boss 不自建调度器 | | 文件读写、代码检索 | **宿主** | Read / Write / Edit / Glob / Grep | | 会话内临时清单 | **宿主** | 宿主的 todo 原语;Boss 的 todo 仅指会话收敛产出的 带 owner 与 successCriteria 的跨 Agent 交付项,落在事件流中 | | 结构化返回 | **宿主 + 工具层校验** | 状态经 `report-agent-status` 校验枚举,不解析散文 | | 事件溯源与重放 | **Boss** | `events.jsonl` 追加写 + projector 重放,宿主不提供 | | 不可绕过门禁 | **Boss** | 建模为 runtime stage,非提示词自觉 | | 产物 provenance | **Boss** | 对能改变 Agent 行为的文件做内容指
- 不变量
- 职责边界:Boss 提供什么、宿主提供什么
- 什么时候读取什么
- 快速入口
- Agent 路由
- 子代理协议
- 命令入口地图
- 语言参数
- 项目扩展点
- 输出格式
What does the boss skill do?
可审计的 agent 团队:BMAD 全自动研发流水线编排器。编排 9 个专业 Agent(PM、架构师、UI Designer、Tech Lead、Scrum Master、Frontend、Backend、QA、DevOps)从需求到部署,每一步都有事件溯源 + 不可绕过门禁 + 确定性 eval——可验证测试真跑、门禁真过。支持单环节切片命令(/boss:plan /review /qa /ship)与无 CLI 纯 Markdown 降级。 Does NOT trigger: - 单文件修改或简单 bug 修复(直接编辑即可) - 纯代码阅读或解释(使用 read 工具) - 已有 pipeline 正在运行时的重复启动 - 极小事(预计 <30 分钟人工可完成、不需要 PRD/架构/门禁记录)
How do I install it?
Run `npx skills add echoVic/boss-skill --skill skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From echoVic/boss-skill, a repository with 557 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
