2.4 KiB
2.4 KiB
Generated Scene Runtime Semantics Validation Refresh Execution Design
Date: 2026-04-21
Parent dependency plan:
docs/superpowers/plans/2026-04-20-generated-scene-runtime-semantics-validation-refresh-plan.md
Parent rematerialization execution:
docs/superpowers/plans/2026-04-21-generated-scene-runtime-semantics-rematerialization-execution-plan.md
Intent
Execute the full validation refresh required after the hardened runtime-semantics rematerialization.
Why A Child Execution Plan Is Required
The parent validation refresh plan is dependency-only and explicitly forbids executing validation refresh inside that plan. A separate execution plan is required to:
- consume the refreshed canonical 102-skill bundle
- regenerate validation-layer assets against the refreshed bundle
- keep validation evidence separate from the old pre-hardening assets
Fixed Validation Layers
The execution must refresh these layers in order:
- deterministic invocation readiness
- natural-language parameter readiness
- static validation
- direct mock execution
- pseudo-production handoff assets
Canonical Input Bundle
All validation in this execution must consume:
examples/scene_skill_102_runtime_semantics_rematerialization_2026-04-21
Old validation assets from the pre-hardening bundle may be read for comparison only, but may not be reused as proof.
Required Outputs
- refreshed deterministic invocation readiness asset
- refreshed natural-language parameter readiness asset
- refreshed static validation asset
- refreshed direct mock execution asset
- refreshed pseudo-production handoff assets
- one aggregated validation refresh report
Boundary
This execution may:
- read the refreshed runtime-semantics bundle
- regenerate validation JSON / markdown assets under
tests/fixtures/generated_scene/anddocs/superpowers/reports/ - regenerate validation helper directories under
examples/when the existing validation flow requires route-local outputs
This execution may not:
- modify
src/ - modify the refreshed generated skills
- rerun rematerialization
- update the official board
- start real browser / pseudo-production execution
Success Criteria
- validation refresh assets are published for every required layer
- all refreshed assets explicitly reference the 2026-04-21 rematerialized bundle
- residual validation blockers are recorded instead of silently reusing stale evidence