Skip to main content
ClaudeWave
Skill491 repo starsupdated 24d ago

gsd:verify-work

Verify completed work against requirements

Install in Claude Code
Copy
git clone --depth 1 https://github.com/allgpt-co/QuickVoice /tmp/gsd-verify-work && cp -r /tmp/gsd-verify-work/.claude/skills/gsd/commands/verify-work ~/.claude/skills/gsd-verify-work
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# GSD Verify Work

Verifies completed work using gsd-verifier agent to ensure requirements are met.

## When to Use

- After task completion
- Before checkpoint approval
- Validating implementation correctness

## Process

1. Load phase plan and task details
2. Run gsd-verifier agent
3. Check verification results
4. Report verification status

## Verification Checklist

- Code matches requirements
- Tests pass
- No regressions
- Documentation updated

## Success Criteria

All verification checks pass.

## Related Skills

@skills/gsd/agents/verifier - Agent that verifies implementation
@skills/gsd/commands/execute-phase - Executes phase tasks