AgentSkillsCN

run-factory-execution-run

运行完整的Factory执行型流水线A→I2→POST_GATE,使用EXECUTION_PROMPT与HUMAN_GO。

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

  1. 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.
  2. Run knowledge lint; persist to run root KNOWLEDGE_LINT.txt; do not start Stage A until PASS.
  3. Orchestrate A → I2 using the same stage dispatch prompts and gate enforcement as planning-only runs.
  4. After I2, generate EXECUTION_PROMPT.md per run pack and gate; create HUMAN_GO.txt when human approval is given.
  5. 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.