Agent Verify banner
Lucioway Lucioway

Agent Verify

Development community

Description

--- name: agent-verify description: "SDD Phase 4 — Run acceptance-criteria verification for all [x] tasks in current batch. Produce VERIFICATION_REPORT.md. Prerequisite for /agent-ship." --- # /agent-verify — Verification Phase ## Prerequisite At least one task in `TASKS.md` is `[x]` completed. ## Process 1. Read `SPEC.md` → extract all acceptance criteria 2. For each completed task, run its acceptance checks: - Unit tests pass - Integration tests pass (if any) - Manual checks docu

Installation

Installs to ~/.claude/skills/lucioway-way-stack-agent-verify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lucioway-way-stack-agent-verify && curl -fsSL https://raw.githubusercontent.com/Lucioway/way-stack/HEAD/commands/agent-verify.md -o ~/.claude/skills/lucioway-way-stack-agent-verify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository