원클릭으로
flow-verify
Final verification gate before claiming work complete. Invoke with /flow-verify.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Final verification gate before claiming work complete. Invoke with /flow-verify.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Shared prompts and references for flow-* skills. Not invoked directly.
Execute an approved plan with subagents, TDD, and two-stage review. Invoke with /flow-execute to resume or when plan exists without an active spec session.
Router for the flow development workflow. Invoke with /flow to triage and suggest the right /flow-* command.
Create an approved spec and self-reviewed implementation plan. Invoke with /flow-spec before multi-step work.
Small bounded changes with micro-spec, inline TDD, and per-task review. Invoke with /flow-patch.
Explore ideas and design before committing to a spec. Invoke with /flow-brainstorm when requirements are still fuzzy.
| name | flow-verify |
| description | Final verification gate before claiming work complete. Invoke with /flow-verify. |
| disable-model-invocation | true |
| metadata | {"flow":{"command":"/flow-verify"}} |
Triggered by: /flow-verify — also entered automatically at the end of /flow-execute and /flow-patch when all tasks complete.
Evidence before assertions. Read and follow flow-shared/references/verify-gate.md (resolve via path resolver in flow/SKILL.md).
This skill is intentionally thin — verify-gate.md holds the checklists and user menu; this file routes intent.
| User intent | Action |
|---|---|
Standalone /flow-verify | Full verify process in verify-gate |
| Auto-run after execute/patch tasks complete | Same — do not hand off for separate invocation |
| "Are we done?" with unverified or stale evidence | Re-run verify-gate process (fresh full suite) |
| User chose verify menu option 1, 3, or 4 | Delegate to /flow-finish or finish-gate.md per verify-gate |
| User chose verify menu option 2 | Branch review per verify-gate Option 2 |
Do not use for: merge/push/sync/done without verify passing (that's /flow-finish after verify), or auto-running branch review without user choosing option 2.
docs/flow/STATE.md — confirm branch/topic matches work being verifiedBefore updating STATE: read flow-shared/references/session-gate.md (resolve via path resolver in flow/SKILL.md). Unrelated active STATE → session gate first.
verify-gate.md — Iron Law, full test suite, requirements checklist, session-gate, phase: verify/flow-debug or /flow-patch; do not present the done menu/flow-finishverify-gate.md — full process, menu, option 2, ad hoc finish routingverification-gate.md — Iron Law referenced from verify-gate step 1/flow-finish — menu options 1, 3, 4 and ad hoc merge/push/doneplan-execution.md / flow-patch — auto-run verify after all tasks