run-factory-planning-run

Plan and validate Factory A-to-I2 pipeline stages with gate checks.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/EduardoRemedios/harmony-factory-plugin --skill run-factory-planning-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-factory-planning-run
Source: https://github.com/EduardoRemedios/harmony-factory-plugin/tree/main/skills/run-factory-planning-run
Command: npx skills add https://github.com/EduardoRemedios/harmony-factory-plugin --skill run-factory-planning-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning-only orchestration of the Factory pipeline to run A→I2 with stage dispatch prompts and gate enforcement, ensuring no execution occurs during planning.

Core Features & Use Cases

  • Deterministic planning: orchestrates A→I2 planning with Stage A/B/C/D handoffs and gate checks.
  • Gate enforcement & metrics: enforces the gate contract and records RUN_METRICS for quality control.
  • Dry-run support: supports EXECUTION_MODE=PLANNING_ONLY for simulation, validation, and policy testing.

Quick Start

Configure your repository to run a planning-only Factory pipeline by setting EXECUTION_MODE=PLANNING_ONLY and initiating the planning workflow in docs/Factory/AgentArchitecture, then observe the generated handoffs and RUN_METRICS in the run root.

Frequently Asked Questions about run-factory-planning-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a planning-only pipeline for Factory stage dispatch and gate enforcement?

Run a planning-only Factory pipeline by setting EXECUTION_MODE=PLANNING_ONLY and initiating the workflow in docs/Factory/AgentArchitecture. This validates the A to I2 pipeline with Stage A dispatch and gate checks while ensuring no execution occurs.

What is planning-only orchestration in a Factory pipeline dry-run?

Planning-only orchestration simulates the Factory pipeline from Stage A to I2 using deterministic handoffs and gate contracts. It validates stage dispatch prompts and records RUN_METRICS for quality control without executing any actual operations.

Can I use planning mode to test gate enforcement and stage dispatch prompts?

Yes, planning mode enforces gate contracts and applies STAGE_A_DISPATCH_PROMPT during the A to I2 pipeline simulation. It validates handoffs between Stage A, B, C, and D while recording metrics for post-run analysis.

How do I validate Factory pipeline handoffs without triggering execution?

Use EXECUTION_MODE=PLANNING_ONLY to validate Factory pipeline handoffs safely. This orchestrates Stage A through I2 planning, enforces gate contracts, and prevents execution while generating RUN_METRICS in the run root.

What is the best way to record metrics for a Factory planning simulation?

Run a planning-only Factory pipeline to record RUN_METRICS automatically. The workflow enforces gate contracts and stage dispatch prompts from A to I2, storing metrics in the run root for post-run quality analysis.

When should I use planning-only mode for Factory pipeline orchestration?

Use planning-only mode for dry-runs, simulations, and policy testing of the Factory pipeline. It ensures no execution occurs during planning while validating stage dispatch, gate enforcement, and handoffs from A to I2.