2.8 KiB
Scene Skill 102 Pseudo-Production Batch Execution Design
Date: 2026-04-20 Parent:
2026-04-20-scene-skill-102-pseudoprod-batch-execution-preparation-plan.md
Intent
Execute the prepared 10-scene pseudo-production batch in an operator-provided quasi-production or production-like environment and collect structured evidence.
This design defines execution boundaries and result recording. It does not embed credentials or require credentials to be stored in the repository.
Fixed Inputs
tests/fixtures/generated_scene/scene_skill_102_pseudoprod_execution_handoff_2026-04-20.jsontests/fixtures/generated_scene/scene_skill_102_pseudoprod_evidence_checklist_2026-04-20.jsontests/fixtures/generated_scene/scene_skill_102_pseudoprod_execution_record_template_2026-04-20.json- final materialized skill directory:
examples/scene_skill_102_final_materialization_2026-04-19/skills
Execution Boundary
Pseudo-production execution may only run in an operator-approved environment where the operator has provided:
- browser or sgClaw runtime access
- required network access
- valid session state outside the repository
- a local evidence output directory
- approval to capture redacted logs/screenshots/artifacts
Credential Rule
Never store these in the repository:
- passwords
- cookies
- access tokens
- Authorization headers
- private keys
- VPN secrets
- internal session dumps
Execution records may reference that an operator-provided session was used, but must not include the session material.
Execution Result States
Each selected scene must resolve to exactly one:
pseudo-prod-passlogin-blockednetwork-blockedhost-bridge-blockedlocal-doc-runtime-blockeddata-mismatchartifact-mismatchenvironment-unavailableruntime-error
Evidence Requirements
Each selected scene must collect:
execution-record.json- console log
- network summary
- screenshot when browser target page is required
- exported artifact if produced
- notes
All evidence must be redacted before committing any summary to the repository.
Repository Outputs
The repository should receive only redacted and structured execution summaries:
tests/fixtures/generated_scene/scene_skill_102_pseudoprod_batch_execution_results_2026-04-20.jsondocs/superpowers/reports/2026-04-20-scene-skill-102-pseudoprod-batch-execution-report.md
Raw evidence may remain outside the repository unless explicitly redacted.
Forbidden Scope
This design does not allow:
- committing credentials
- modifying generated skill packages
- modifying analyzer/generator/runtime code
- updating official board status
- expanding beyond the selected 10 scenes
- treating pseudo-production pass as full production certification