| name | run-factory-planning-run |
| description | Run a full Factory planning-only pipeline A→I2 with stage dispatch prompts and gate enforcement; EXECUTION_MODE=PLANNING_ONLY. |
Run Factory planning-only run (A→I2)
Trigger
User wants a full planning-only Factory run (no execution; POST_GATE skipped). Use for dry-runs or Sim-track validation.
Workflow
- Read docs/Factory/AgentArchitecture/PHASE_2_RUN_CHECKLIST.md and PHASED_ROLLOUT.md (Phase 2). Ensure EXECUTION_MODE.txt is PLANNING_ONLY in run root.
- Run knowledge lint; persist to run root KNOWLEDGE_LINT.txt; do not start Stage A until PASS.
- Root Planner (or user) orchestrates A → I2 using docs/Factory/AgentArchitecture/STAGE_A_DISPATCH_PROMPT.md and STAGE_B/C/D_DISPATCH_PROMPT.md. Each stage uses GATE_ENFORCEMENT_CONTRACT preamble; every handoff includes Model tier, Contradiction status, Applicable hard rules.
- Enforce entry/exit gates and policy-violation halt conditions per GATE_ENFORCEMENT_CONTRACT.
- After run, record metrics per METRICS_BASELINE (gate quality, drift, efficiency, reliability) in RUN_METRICS.md in run root.
Guardrails
- Do not set EXECUTION_MODE to execution-enabled; do not generate EXECUTION_PROMPT or run POST_GATE in this skill.
- Stop on any policy violation (PV-01 through PV-07) and document.
Output
- Complete A→I2 with compliant handoffs; RUN_METRICS.md in run root.