| name | run-factory-execution-run |
| description | Run a full Factory execution-enabled pipeline A→I2→POST_GATE with EXECUTION_PROMPT and HUMAN_GO. |
Run Factory execution-enabled run (A→I2→POST_GATE)
Trigger
User wants a full execution-enabled Factory run (POST_GATE and execution artifacts). Use after Phase 4 checklist and human approval.
Workflow
- Read docs/Factory/AgentArchitecture/PHASE_4_RUN_CHECKLIST.md and PHASED_ROLLOUT.md (Phase 4). Ensure EXECUTION_MODE.txt is set for execution in run root.
- Run knowledge lint; persist to run root KNOWLEDGE_LINT.txt; do not start Stage A until PASS.
- Orchestrate A → I2 using the same stage dispatch prompts and gate enforcement as planning-only runs.
- After I2, generate EXECUTION_PROMPT.md per run pack and gate; create HUMAN_GO.txt when human approval is given.
- Run POST_GATE / execution steps per ORCHESTRATION and stage contracts; persist execution artifacts in run root.
Guardrails
- Only proceed to execution after intent and gates are satisfied and (where required) human approval (HUMAN_GO) is recorded.
- Preserve fail-closed behavior; do not auto-approve regulated or consequential actions.
Output
- Complete A→I2→POST_GATE; EXECUTION_PROMPT.md, HUMAN_GO.txt, and execution artifacts in run root; RUN_METRICS.md updated.