
Gsd:Verify Work
- 2 installs
- 8 repo stars
- Updated January 20, 2026
- ctsstc/get-shit-done-skills
Manually verifies task completion and success criteria after execution for approval.
About
Interactive verification of completed work against success criteria. Routes to approval, revision, or next action.
- Interactive task verification
- Success criteria checklist
Gsd:Verify Work by the numbers
- 2 all-time installs (skills.sh)
- Ranked #2,419 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ctsstc/get-shit-done-skills --skill gsdverify-workAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 8 |
| Last updated | January 20, 2026 |
| Repository | ctsstc/get-shit-done-skills ↗ |
What it does
Manually verifies task completion and success criteria after execution for approval.
Files
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