Purpose
Require proof of correctness for changes.
Steps
- Create tests before editing behavior.
- Use failures to trigger the debug protocol.
- Iterate until tests are green.
Guardrails
- Reject new code without passing tests.
Enforce test-first changes and debug based on failing tests.
Browse the full folder contents for trust_layer_tdd.
Loading file tree…
Skill Metadata
Require proof of correctness for changes.