Validate task completion status against actual implementation
Validate that completed tasks in tasks.md have actual implementation evidence. Use this after marking tasks done to verify they're truly complete with code, commits, and tests.
/plugin marketplace add vanman2024/dev-lifecycle-marketplace/plugin install quality@dev-lifecycle-marketplace<spec-number>šØ EXECUTION NOTICE FOR CLAUDE
When you invoke this command via SlashCommand, the system returns THESE INSTRUCTIONS below.
YOU are the executor. This is NOT an autonomous subprocess.
Immediately after SlashCommand returns, start executing Phase 0, then Phase 1, etc.
See @CLAUDE.md section "SlashCommand Execution - YOU Are The Executor" for detailed explanation.
Arguments: $ARGUMENTS
Goal: Validate that tasks marked complete in tasks.md have corresponding implementation work
Core Principles:
Phase 1: Discovery Goal: Parse spec number and locate task files
Actions:
Phase 2: Validation Goal: Launch task-validator agent
Actions:
Task(description="Validate task completion", subagent_type="quality:task-validator", prompt="You are the task-validator agent. Validate task completion for spec $ARGUMENTS.
Load the tasks.md file and verify each task marked [x] has:
Also identify tasks that should be marked complete but aren't.
Generate a comprehensive validation report with:
Provide specific file paths, commit SHAs, and remediation steps.")
Phase 3: Summary Goal: Report validation results
Actions:
/quality:test to verify functionality