Help us improve
Share bugs, ideas, or general feedback.
From spec-autopilot
Use when the user wants to discover, install, list, hot-swap, or get recommendations for phase-specific autopilot sub-agents sourced from community catalogs (OMC, Anthropic official, VoltAgent, etc.), or when the autopilot setup flow needs to resolve a missing agent for a given phase.
npx claudepluginhub stoicatom/claude-autopilot --plugin spec-autopilotHow this skill is triggered — by the user, by Claude, or both
Slash command
/spec-autopilot:autopilot-agents [install | list | swap <phase> <agent> | recommend | sources][install | list | swap <phase> <agent> | recommend | sources]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
从社区来源(≥1000 stars)发现、安装和配置各阶段的专业 AI Agent。
Measures whether skills, rules, and agent definitions are actually followed by auto-generating test scenarios at 3 strictness levels and reporting compliance rates with full tool call timelines.
Share bugs, ideas, or general feedback.
从社区来源(≥1000 stars)发现、安装和配置各阶段的专业 AI Agent。
根据 $ARGUMENTS 选择模式:
| 模式 | 触发参数 | 用途 | 详细协议 |
|---|---|---|---|
| recommend(默认) | 空 / recommend | 输出 agent 推荐清单(含域级 Agent 推荐) | references/recommend-mode.md |
| sources | sources | 列出可选 agent 社区来源(≥1000 ★) | references/sources-catalog.md |
| install | install | 安装所选 Phase/域 agent + 工具权限适配 | references/install-mode.md |
| swap | swap <phase|domain/> <agent> | 热交换单个 Phase 或域级 Agent | references/swap-mode.md |
| list | list | 列出当前 Phase-Agent 与域 Agent 映射 | references/list-mode.md |
执行任一模式前,必须先读取对应的 references 文件获取完整 Step 协议,不得依据本表简述直接操作。
1. AUTOPILOT_PHASE{N}_AGENT 环境变量 ← 最高,单次实验用
2. config phases.{phase}.agent 字段 ← 持久配置
3. .claude/agents/{name}.md 定义 ← Agent 行为定义
4. 内置 general-purpose ← 兜底
OMC analyst / planner 等来源 agent 与 autopilot Phase 的工具权限适配规则,详见 references/omc-adaptation.md。
references/recommend-mode.md — Phase 级 + 域级推荐映射表、备选 Agent、来源评分references/sources-catalog.md — 8 个社区 Agent 市场列表与安装命令references/install-mode.md — Step 1–5 + 域级 Agent 安装完整协议(含工具权限适配)references/swap-mode.md — Phase swap + 域 swap 步骤、Phase → config key 映射references/list-mode.md — 当前 Phase/域 Agent 映射展示协议references/omc-adaptation.md — OMC analyst / planner 适配细则