Superval - Plan-Driven Validation Loop Version: 1.0.0 by skulto Overview Superval is a plan-driven validation engine that proves a built project matches its plan. It reads the plan, reads all build state, detects the test framework, and validates at three levels (structural, wiring, behavioral). For behavioral verification, it writes outside-in black-box acceptance tests -- independent scripts (often bash or a scripting language) that automate the built application from the outside , never importing source code. It loops until everything passes. It never stops trying. Core principle: The plan…