What problem does it solve?
This Skill enforces a final validation gate (Gate 5) that requires explicit user approval before completion, preventing premature deployments and ensuring alignment with acceptance criteria.
Core Features & Use Cases
- Explicit approval: requires an APPROVED or REJECTED decision from a human or designated approver before the feature is considered complete.
- Evidence collection: aggregates proof such as test results, demonstrations, logs, and acceptance criteria to support the decision.
- Self-approval guard: prevents the same agent that implemented code from approving its own change.
- Stop-the-work policy: halts ongoing work until a formal decision is recorded, ensuring auditability.
- Pipeline integration: designed to run after ring:requesting-code-review in the OpenCode workflow.
- Output discipline: enforces a clear, auditable decision format for governance.
Quick Start
Initiate Gate 5 validation after Gate 4 (code review) completes. Gather evidence from tests, reviews, and acceptance criteria, then submit a formal decision using either "APPROVED" or "REJECTED: [reason]". The system will halt further work until the decision is recorded.