2.8 KiB
Scene Skill 102 Pseudo-Production Batch Selection Design
Date: 2026-04-20 Parent:
2026-04-20-scene-skill-102-static-mock-pseudoprod-validation-plan.mdUpstream:2026-04-20-sweep-015-direct-mock-partial-closure-plan.md
Intent
Select the first bounded pseudo-production validation batch after all 102 generated skills have passed local full direct mock execution.
This design does not execute pseudo-production. It only defines the candidate selection rules, batch composition, evidence requirements, and stop conditions for the next execution stage.
Current Baseline
- Final materialized skills:
102 / 102 - Deterministic invocation readiness:
102 / 102 - Static validation:
102 / 102 - Dispatch dry-run:
102 / 102 - Full direct mock execution:
102 / 102 - Pseudo-production readiness:
pseudo-prod-ready:70real-env-required:32
Selection Principle
The first pseudo-production batch should be small, balanced, and low-risk.
It should include only scenes that are:
- materialized
- deterministic dispatch ready
- static validated
- direct mock pass
- pseudo-prod-ready
It should not include scenes that require host-bridge runtime, local-doc runtime, document export runtime, or other real-environment-only dependencies in the first batch.
Batch Shape
The first batch should contain 10 scenes:
paginated_enrichment: 4multi_mode_request: 2single_request_enrichment: 2multi_endpoint_inventory: 1page_state_eval: 1
host_bridge_workflow and local_doc_pipeline are explicitly excluded from the first pseudo-production batch because their readiness records require real environment dependencies.
Required Evidence Per Scene
Each selected scene must produce or collect:
- console log
- network log or request summary
- screenshot if browser target page is required
- exported file if an artifact is produced
- generation report reference
- deterministic invocation input used
- final execution classification
Failure Taxonomy
Pseudo-production execution results must classify failures as one of:
login-blockednetwork-blockedhost-bridge-blockedlocal-doc-runtime-blockeddata-mismatchartifact-mismatchenvironment-unavailableruntime-error
Forbidden Scope
This design does not allow:
- executing browser automation
- accessing production credentials
- accessing real business systems
- modifying generated skill packages
- modifying
analyzer.rs,generator.rs, or runtime dispatch - updating official board status
- claiming production pass
Expected Output
The output is a pseudo-production batch plan asset that names:
- selected scenes
- deferred scenes
- selection reasons
- execution prerequisites
- required evidence checklist
- next execution plan input