What problem does it solve?
It prevents teams from starting implementation with weak or conflicting task evidence by forcing one explicit, evidence-based execution decision.
Core Features & Use Cases
- Evidence consolidation gate: Reviews an available clarification artifact and, if present, a contract review verdict to produce a single decision (
go, go-with-caveats, or no-go).
- Conservative safety constraints: Flags missing or contradictory inputs, does not override negative review evidence, and requires that caveats not be hidden inside a
go.
- Repository validation awareness: Ensures the validation plan is linked to real repository mechanisms rather than generic placeholders.
- Use case: Before coding an important feature, run this gate to decide whether the current clarification and review artifacts justify safe progress, or whether the artifacts must be strengthened first.
Quick Start
Use implementation-readiness-gate with your Clarification Summary and any contract review result to get a single decision of go, go-with-caveats, or no-go.