AgentSkillsCN

run-factory-planning-run

运行仅限规划的完整Factory流水线A→I2,通过阶段调度提示与门禁管控执行;EXECUTION_MODE=PLANNING_ONLY。

SKILL.md
--- frontmatter
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

  1. 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.
  2. Run knowledge lint; persist to run root KNOWLEDGE_LINT.txt; do not start Stage A until PASS.
  3. 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.
  4. Enforce entry/exit gates and policy-violation halt conditions per GATE_ENFORCEMENT_CONTRACT.
  5. 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.