← ClaudeAtlas

verify-worklisted

verify-work workflow v2 — Stage ④ Verify 9-phase composition per CLAUDE.md verbatim (gsd-verify-work + gsd-progress 必跑串行 → code-review 多 agent 并行 fan-out → gstack /review 关键模块强制 → 可选 /qa /cso /design-review conditional → code-simplifier 末尾串行 → 关键发布/大重构 PR 升级 4-specialist Agent Team Pattern C 多维度审查 互相质询)。 schema_version: harnessed.workflow.v2 with capability template interpolation + parallelism gate refs + conditional `on` clauses. Triggered by harnessed CLI `harnessed verify-work --phase <num>` or slash command `/verify-work` after `harnessed setup`.
easyinplay/harnessed · ★ 2 · AI & Automation · score 78
Install: claude install-skill easyinplay/harnessed
# verify-work workflow (v2) ## Overview 9-phase chain mapping the user's CLAUDE.md Stage ④ Verify discipline onto the harnessed runtime, fully `harnessed.workflow.v2` schema (Phase v2.0-2.4 W2 T2.4.W2.2 — D-12 Q-AUDIT-2 amend + R20.12 + R20.11 + R20.14). | phase | id | upstream | model | capability / invokes | gate / on / parallelism | | ----- | -- | -------- | ----- | -------------------- | ----------------------- | | 1 | `01-gsd-verify-work` | gsd | sonnet | `{{ capabilities.gsd-verify-work.cmd }}` | serial — `max_iterations: 3` | | 2 | `02-gsd-progress` | gsd | haiku | `{{ capabilities.gsd-progress.cmd }}` | serial — `max_iterations: 2` | | 3 | `03-code-review-parallel` | mattpocock-skills | sonnet | `{{ capabilities.code-review.cmd }}` | `parallelism: judgments.parallelism-gate.subagent-default.fires` | | 4 | `04-gstack-review-conditional` | gstack | opus | `{{ capabilities.gstack-review.cmd }}` | `on: phase.is_critical_module → invoke / else skip` | | 5 | `05-qa-conditional` | gstack | sonnet | `{{ capabilities.gstack-qa.cmd }}` | `on: phase.has_ui_changes → invoke / else skip` | | 6 | `06-cso-conditional` | gstack | opus | `{{ capabilities.gstack-cso.cmd }}` | `on: phase.has_auth_or_secrets → invoke / else skip` | | 7 | `07-design-review-conditional` | gstack | sonnet | `{{ capabilities.gstack-design-review.cmd }}` | `on: phase.has_design_changes → invoke / else skip` | | 8 | `08-code-simplifier` | mattpocock-skills | sonnet | `{{ capabilities.code-simplifier.cmd }}`