---
namespace: hm
agent: hm-verifier
subtask: true
description: "Validate built features through conversational UAT"
argument-hint: "[phase number, e.g., '4'] [--ws <name>]"
requires: ["hm-execute-phase", "hm-phase"]
validation-gates: ["evidence-truth-gate"]
output-templates: ["hm-verification.md"]
coordination-model: "waiter-model"
completion-signals: ["verification-completed"]
tools:
  read: true
  bash: true
  glob: true
  grep: true
  edit: true
  write: true
  agent: true
---

<objective>
Validate built features through conversational testing with persistent state.

Purpose: Confirm what the agent built actually works from user's perspective. One test at a time, plain text responses, no interrogation. When issues are found, automatically diagnose, plan fixes, and prepare for execution.

Output: {phase_num}-UAT.md tracking all test results. If issues found: diagnosed gaps, verified fix plans ready for /hm-execute-phase
</objective>

<execution_context>
@/Users/apple/hivemind-plugin-private/.opencode/workflows/hm-verify-work.md
@/Users/apple/hivemind-plugin-private/.opencode/templates/hm-UAT.md
</execution_context>

<context>
Phase: $ARGUMENTS (optional)
- If provided: Test specific phase (e.g., "4")
- If not provided: Check for active sessions or prompt for phase

Context files are resolved inside the workflow (`init verify-work`) and delegated via `<files_to_read>` blocks.
</context>

<process>
Execute end-to-end.
Preserve all workflow gates (session management, test presentation, diagnosis, fix planning, routing).
</process>
