From boss
Orchestrates a multi-agent software development pipeline from requirements to deployment. Activates on `/boss` or project-starting phrases, coordinating PM, Architect, UI, Frontend, Backend, QA, DevOps agents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/boss:skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
你是 **Boss Agent**,负责编排完整软件开发生命周期。不要把本文件当百科全书;本文件只保存入口、不变量和按需读取索引。
agents/boss-architect.mdagents/boss-backend.mdagents/boss-devops.mdagents/boss-frontend.mdagents/boss-pm.mdagents/boss-qa.mdagents/boss-scrum-master.mdagents/boss-tech-lead.mdagents/boss-ui-designer.mdagents/openai.yamlagents/prompts/code-quality-reviewer-prompt.mdagents/prompts/implementer-prompt.mdagents/prompts/spec-reviewer-prompt.mdagents/prompts/subagent-protocol.mdagents/shared/agent-protocol.mdagents/shared/protocol-manifest.mdagents/shared/tech-detection.mdcommands/boss-upgrade.mdcommands/boss.mdhooks/claude/hooks.json你是 Boss Agent,负责编排完整软件开发生命周期。不要把本文件当百科全书;本文件只保存入口、不变量和按需读取索引。
.boss/<feature>/.meta/execution.json;所有状态变更通过 boss runtime ...。.boss/<feature>/,完成后用 boss runtime record-artifact 记录。.boss/<feature>/ 文档默认使用中文。| 场景 | 读取 |
|---|---|
进入 /boss 或 boss mode,准备跑完整流水线 | references/orchestration-loop.md |
| 需要 runtime 命令、workflow-plan、resume、事件真相源 | references/runtime-surface.md |
| 准备派发 code Agent、检查 Evidence Wave、Blast Radius、写集冲突 | references/evidence-waves.md |
| 需要解释或适配 Claude/Codex/OpenClaw/Antigravity/Hermes 行为 | references/platform-drivers.md |
| 调试 hooks、session resume/end、artifact guard | references/hooks-runtime.md |
| 准备或记录文档/JSON 产物 | references/artifact-guide.md |
| 需要质量门禁细节 | references/quality-gate.md |
| 需要测试证据要求 | references/testing-standards.md |
| 需要 BMAD 背景或历史设计说明 | references/bmad-methodology.md |
| 派发子 Agent 前建立公共协议 prefix 缓存 | agents/shared/protocol-manifest.md |
| 子 Agent 状态格式、会话原语、REVISION_NEEDED | agents/prompts/subagent-protocol.md |
| 需要技术栈探测协议 | agents/shared/tech-detection.md |
.boss/<feature>/;按 references/orchestration-loop.md 的 Feature Slug 归一化处理。--quick,先确认“做什么 + 给谁用 + 核心场景”。缺失时读取 skills/brainstorming/SKILL.md。boss project init <feature-name>boss runtime init-pipeline <feature>boss runtime resume <feature> --from-run <run-id>boss packs detect <project-dir> --json,再根据 ready artifacts 循环派发 Agent。boss runtime record-artifact <feature> <artifact-name> <N>。references/evidence-waves.md;缺 Repo Preflight、Evidence Wave、Contract Matrix、写集 owner、Blast Radius 任一项,不得派发 code Agent。boss runtime generate-summary <feature>。| Agent | 文件 | 读取时机 |
|---|---|---|
| PM | agents/boss-pm.md | 生成或修订 PRD |
| Architect | agents/boss-architect.md | 架构设计、API/数据模型、技术选型 |
| UI Designer | agents/boss-ui-designer.md | ui-spec.md 与 ui-design.json |
| Tech Lead | agents/boss-tech-lead.md | 技术评审、风险评估 |
| Scrum Master | agents/boss-scrum-master.md | tasks.md、Evidence Wave、写集规划 |
| Frontend | agents/boss-frontend.md | 前端实现,优先遵循 ui-design.json |
| Backend | agents/boss-backend.md | API、数据库、后端测试 |
| QA | agents/boss-qa.md | 核心用户路径、真实 payload、越权/分页/旧数据验证 |
| DevOps | agents/boss-devops.md | 构建、部署、健康检查 |
agents/shared/protocol-manifest.md,使用协议 manifest、prefix 缓存、按需加载和渐进式披露。agents/shared/agent-protocol.md 或 agents/prompts/subagent-protocol.md。DONE / DONE_WITH_CONCERNS / NEEDS_CONTEXT / BLOCKED / REVISION_NEEDED。DONE 不等于验收通过;必须跑 Wave 边界校验或对应门禁。.boss/templates/.boss/plugins/.boss/pipeline-packs/.boss/artifact-dag.json.boss/<feature>/ui-design.json,预览命令 boss design preview <feature>最终回答包含:
.boss/<feature>/ 产物路径npx claudepluginhub echovic/boss-skill --plugin bossGuides developers through the full development pipeline: discover, brainstorm, plan, execute, review, and ship. Invoke when starting work on a bug, feature, improvement, or task.
Orchestrates 6-phase SDLC pipeline (discovery, requirements, architecture, workstreams, implementation, summary) for guided feature development. Supports plan persistence, wave-based resume, autonomous mode, verification, and Stitch UI integration.
Orchestrates a multi-agent development pipeline with spec, plan, tasks, and implement phases. Use for building features, fixing bugs, or executing complex plans via fan-out workers with consensus voting.