run-factory-stage-a

Dispatch Factory Stage A after validating prerequisite files and gate checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch the Intent Contractor (Stage A) for a Factory run using the blueprint dispatch prompt, while ensuring required files exist and guardrails are in place.

Core Features & Use Cases

  • Reads the Stage A dispatch prompt from docs/Factory/AgentArchitecture/STAGE_A_DISPATCH_PROMPT.md and substitutes the run ID into the prompt body.
  • Validates prerequisites (raw_brief.md, EXECUTION_MODE.txt, KNOWLEDGE_LINT.txt with PASS) and ensures only permitted writes to the run root.
  • Produces and stores run artifacts (pack/intent.md and pack/HANDOFF/HANDOFF_STAGE_A.md) to satisfy handoff criteria and downstream checks.

Quick Start

Trigger Stage A dispatch for an existing Factory run by ensuring prerequisites and pasting the full dispatch prompt into the agent chat.

Frequently Asked Questions about run-factory-stage-a

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

FAQPage Schema
How do I dispatch Stage A for a Factory run and ensure proper gate checks?

Dispatching Stage A for a Factory run requires reading STAGE_A_DISPATCH_PROMPT.md, substituting the run ID, and validating prerequisites like raw_brief.md and KNOWLEDGE_LINT.txt PASS. This produces pack/intent.md and HANDOFF_STAGE_A.md for downstream stages.

What files are required before dispatching an intent contractor in a Factory workflow?

Required files include raw_brief.md, EXECUTION_MODE.txt, and KNOWLEDGE_LINT.txt with a PASS status. These prerequisites enforce knowledge lint gate checks before Stage A dispatch can proceed within the Factory workflow.

What output artifacts are generated when running Stage A dispatch?

Stage A dispatch produces pack/intent.md and pack/HANDOFF/HANDOFF_STAGE_A.md. These artifacts satisfy handoff criteria and enable downstream checks within the Factory workflow.

Can I run Stage A dispatch in a planning-only mode without execution enabled?

Yes, Stage A dispatch supports both planning-only and execution-enabled runs within the Factory workflow. The EXECUTION_MODE.txt file configures the run mode while maintaining necessary guardrails and gate checks.

Why does my Factory run dispatch fail the knowledge lint gate check?

Factory run dispatch fails the knowledge lint gate check if KNOWLEDGE_LINT.txt lacks a PASS status. You must resolve linting errors and ensure the file shows PASS before triggering the Stage A dispatch prompt.