← ClaudeAtlas

verifylisted

Stage ④ Verify master orchestrator — 7 sub conditional per bundled Verify-stage cadence: progress 必跑 → code-review 并行 → paranoid 关键模块强制 → qa/security/design 可选 并行 conditional → simplify 末尾 → multispec 关键发布 Pattern C 4-specialist Agent Team。 schema_version: harnessed.workflow.v3 with delegates_to (7 sub: progress serial order 1 + 5 parallel conditional + simplify serial order 99) + disciplines_applied (6 default) + tools_available (10 entry)。Triggered by harnessed CLI `harnessed verify --phase <num>` or slash command `/verify` (bare per ADR 0030 namespace policy D-02 LOCK) after `harnessed setup`.
easyinplay/harnessed · ★ 2 · AI & Automation · score 78
Install: claude install-skill easyinplay/harnessed
# verify master orchestrator (v3) ## Overview 4-stage cadence Stage ④ master orchestrator delegating to 7 sub-workflows (bundled Verify-stage cadence — 9-phase composition compressed into 7 sub delegation via stage-routing.yaml): | order/mode | sub | gate ref | mode | when fires | | ---------- | --- | -------- | ---- | ---------- | | 1 (serial) | `progress` | (unconditional — verify 起点) | serial | always when stage=='verify' | | parallel | `code-review` | (unconditional — multi-agent fan-out) | parallel | always | | parallel | `paranoid` | `judgments.stage-routing.verify-paranoid-critical.fires` | parallel | phase.is_critical_module == true | | parallel | `qa` | `judgments.stage-routing.verify-qa-ui.fires` | parallel | phase.has_ui_changes == true | | parallel | `security` | `judgments.stage-routing.verify-security-secrets.fires` | parallel | phase.has_auth_or_secrets == true | | parallel | `design` | `judgments.stage-routing.verify-design-changes.fires` | parallel | phase.has_design_changes == true | | parallel | `multispec` | `judgments.stage-routing.verify-multispec-critical-release.fires` | parallel | is_critical_release == true (Pattern C 4-specialist Agent Team) | | 99 (serial) | `simplify` | (unconditional — 末尾 tail) | serial | always — code-simplifier 末尾移除重复 / 多余逻辑 | Engine runtime per T3.5.W0.1 `runMasterOrchestrator`: - **serial chain**: progress (order 1) 起点 → ... → simplify (order 99) 末尾收尾 - **parallel fan-out**: 5 conditional sub (code-review + paranoid + qa