Runs the right checks—tests, builds, or manual steps—before claiming completion so “done” always means verified in the real environment.
Use cases
- Task wrap-up
- Pre-release checks
- Result confirmation
Key features
- List the verification commands or scenarios
- Inspect actual outputs and logs
- Only then mark the task complete
Related
Related
3 Indexed items
Finishing a development branch
Closes the loop on a branch: green tests, clean commits, push hygiene, and a deliberate choice between merge, squash, or follow-up tickets.
Incident response
Structures on-call work: timeline, blast radius, mitigations, and customer comms—so fixes stay coordinated instead of chaotic thread hopping.
Performance profiling
Finds real bottlenecks using traces, flame graphs, and system metrics before rewriting code—so optimizations target measured latency, not guesses.