What problem does it solve?
This skill resolves the ambiguity between software specifications and their actual implementations by providing a rigorous, black-box verification process that identifies whether failures stem from implementation bugs or gaps in the specification itself.
Core Features & Use Cases
- Contract Verification: Executes every defined contract in a dx declaration as a black-box test to ensure the implementation meets all requirements.
- Classification Logic: Systematically categorizes failures as either implementation bugs or spec gaps, ensuring that the correct team is tasked with the fix.
- Audit Trail Generation: Produces a version-controlled JUDGEMENT.md file that serves as an immutable record of conformance for specific commits.
Quick Start
Use the judge skill to verify the implementation against the system.md declaration and generate a formal judgement report.