Agent skill

gsd-verify

Verify completed work against plan requirements

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/gsd-verify

SKILL.md

GSD Verify -- Work Verification

Verify completed work meets requirements defined in the plan.

What To Do

  1. Load verification criteria from ROADMAP.md for the phase.
  2. Run automated checks: build, tests, lint, custom verify commands.
  3. Check deliverables: all files exist, all done criteria met, no regressions.
  4. Generate verification report:
    ## Phase N Verification Report
    - Build: PASS
    - Tests: 22/22 PASS
    - Coverage: 87% (threshold: 80%)
    - Files created: 8/8
    - Regressions: NONE
    
  5. If verification fails: Create fix tasks, update STATE.md with failures.

Arguments

  • <phase-number>: Verify specific phase (default: latest completed)
  • --all: Verify all completed phases
  • --strict: Fail on any warning

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results