What problem does it solve? Greenfield features need a compilable project skeleton before any domain block (aggregate, port, UI) can be built, and the build gate must be proven to actually detect failures rather than passing vacuously. ## Core Features & Use Cases - Skeleton generation: Creates the build entry (wrapper, build descriptor), module structure from the architecture map, and pinned plugins/dev-dependencies required by the stack ADR, with zero domain code. - Gate discriminating-power proof: Plants a deliberately failing probe test in each guarded module, verifies the gate goes red then green, and records the evidence in a gate-proof file. - Contract and UI wiring: Honors the profile's run binding for UI sides and creates event-schema contract locations declared by cross-deploy boundaries. - Use Case: As the wave-0 block of a mismAgent build, scaffold a new backend side so its Gradle gate compiles and tests an empty module tree before owner blocks begin. ## Quick Start Ask the worker to realize the scaffold block for the current feature side so the gate runs green on the empty skeleton.