What problem does it solve? After an Ordo app is coupled, per-crate unit checks and per-wiring verifications do not prove the assembled system works. This Skill closes that gap by gating step 5 of the build pipeline on real captured evidence instead of assertions, preventing untested builds from advancing to launch-proof. ## Core Features & Use Cases - Delegated testing: Runs the existing test-and-verify skill end to end, requiring a clean build under -Dwarnings, a full automated test suite, and real message traffic pushed through the assembled bus. - Independent review gate: Runs the independent-review skill so a second model that did not write the code verifies the implementation and surfaces blind spots. - Deferred-debt enforcement: Blocks the gate until every deferred-debt item from the coupling step is verified and cleared, routing unverifiable items back to the couple step. - Use Case: After coupling an Ordo app's crates, trigger this skill to produce an evidence-backed verification report and a passed independent review before the planner releases the launch-proof step. ## Quick Start Run the ordo-build-test skill on my coupled Ordo build and gate it on the test-and-verify and independent-review evidence.