verify-multispeclisted
Install: claude install-skill easyinplay/harnessed
# verify-multispec workflow (v3)
## Overview
2-phase sub-workflow mapping CLAUDE.md "Verify 阶段 — 关键发布 / 大重构 PR 升级 Agent Team
Pattern C" onto harnessed runtime (Phase v3.0-3.4 W0.13e — D-04 Stage ④ Verify 7 sub +
D-11 Agent Teams + Pattern A sub-workflow ship)。
| phase | id | upstream | model | capability | gate / on |
| ----- | -- | -------- | ----- | ---------- | --------- |
| 1 | `01-team-create` | claude-platform | opus | `{{ capabilities.agent-teams-create.cmd }}` | `parallelism: agent-teams-upgrade.fires`; `on: is_major_release OR is_large_refactor → invoke` |
| 2 | `02-team-cleanup` | claude-platform | haiku | `{{ capabilities.agent-teams-shutdown.cmd }}` | mandatory 防呆清单 |
Per-phase config loads from `workflows/verify/multispec/workflow.yaml`; phase 01 spawns 4
background teammate (code-review + gstack-review + gstack-cso + gstack-qa) with
`Agent(name, run_in_background=true)` — the team forms implicitly on the FIRST spawn (CC
2.1.178+ has no create step / no create tool), teammates 互相 SendMessage 质询 findings 是否
真问题 (NOT fire-and-forget); phase 02 mandatory 按名请求每个 teammate shut down (bundled
Agent Teams cleanup discipline — 团目录在 session 退出时自动清理,无独立 teardown 工具,
剩下的纪律是别把 teammate 落在运行态)。
## Capability refs
Sister `workflows/capabilities.yaml` entries:
- `agent-teams-create` — Bucket 5 Agent Teams (impl: claude-platform, cmd: `Agent(name, run_in_background=true)`)
- `agent-teams-send-message` — Bucket 5 Agent Teams (impl: claude-platform, cmd: SendMessage)
- `agent