Validate implementation against SOW acceptance criteria
Displays SOW acceptance criteria for manual verification against completed implementation.
/plugin marketplace add thkt/claude-config/plugin install complete-workflow-system@thkt-development-workflowsinheritDisplay SOW acceptance criteria for manual verification against completed work.
Simplified: Manual checklist review tool.
Use Glob to find latest SOW:
Glob pattern: ~/.claude/workspace/planning/**/sow.md
Use Read tool on the most recent file
Extract and display "Acceptance Criteria" section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📋 SOW Validation Checklist
Feature: User Authentication
Created: 2025-01-14
## Acceptance Criteria:
□ AC-01: User registration with email
→ Check: Does registration form exist?
→ Check: Email validation implemented?
□ AC-02: Password requirements enforced
→ Check: Min 8 characters?
→ Check: Special character required?
□ AC-03: OAuth integration
→ Check: Google OAuth working?
→ Check: GitHub OAuth working?
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Manual Review Required:
- Test each feature
- Verify against criteria
- Document any gaps
/validate
Shows acceptance criteria from most recent SOW.
/validate "feature-name"
Shows criteria for specific feature.
- Read each acceptance criterion
- Understand requirements
- Note any ambiguities
- Run application
- Test each feature
- Document behavior
- Match behavior to criteria
- Identify gaps
- Note improvements needed
1. Complete implementation
2. Run /validate to see criteria
3. Manually test each item
4. Update documentation with results
/think - Create SOW with criteria/sow - View full SOW document/test - Run automated testsAfter validation is complete, update the IDR with validation results and reconcile with SOW Acceptance Criteria.
Before updating IDR, check if it's required:
idr_required field (Section 11)idr_required: false → Skip IDR update (but still show AC status)idr_required: true or no spec → Update IDRFor detailed logic: @../references/commands/shared/idr-generation.md
Search for existing IDR:
~/.claude/workspace/planning/**/idr.md (SOW-related)~/.claude/workspace/idr/**/idr.md (standalone)Append /validate section to IDR:
## /validate - [YYYY-MM-DD HH:MM]
### SOW Acceptance Criteria Validation
| AC ID | Description | Status | Evidence |
| ------ | ----------- | ------ | ------------ |
| AC-001 | [summary] | PASS | [validation] |
| AC-002 | [summary] | FAIL | [validation] |
### Gaps Identified
- [gaps from SOW]
### Sign-off
- Validator: AI
- Confidence: [C: 0.XX]
Update SOW's Implementation Records section with validation status.