What problem does it solve? Multi-stage agent workflows often advance without verifying that required evidence, tests, and artifact statuses are complete, leading to broken handoffs and unverified work. This Skill normalizes quality checks at stage completion so a workflow only advances when it is safe to do so. ## Core Features & Use Cases - Evidence Validation: Checks required evidence keys and schemas against stage expectations before allowing progression. - Blocker Normalization: Converts raw blockers into coded entries with next safe actions, separating optional warnings from blocking issues. - Decision Matrix: Applies explicit rules such as blocking on invalid evidence, missing test results for code changes, or critical policy issues requiring a human gate. - Use Case: After a coding stage finishes, run this Skill to verify test evidence exists for the changed scope, normalize any blockers, and produce a typed verification result with a defined next safe action. ## Quick Start Verify the current stage's evidence and test results and tell me whether the workflow can safely advance to the next stage.