cfn-loop-orchestrator-core

Orchestrate container-based CFN Loop execution with agent spawning and consensus collection.

14|2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/masharratt/claude-flow-novice --skill cfn-loop-orchestrator-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cfn-loop-orchestrator-core
Source: https://github.com/masharratt/claude-flow-novice/tree/main/.claude/cfn-loop-orchestration-v2/lib/orchestrator/src/orchestrator/orchestrator.ts
Command: npx skills add https://github.com/masharratt/claude-flow-novice --skill cfn-loop-orchestrator-core

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Core orchestrator class that drives CFN Loop across Loop3, Loop2, and Product Owner decisions.

Core Features & Use Cases

  • Stateful orchestration: Tracks iterations, phases, and agent outcomes.
  • Spawning/validation flow: Coordinates loops with gate and consensus steps.
  • Decision handling: Parses and applies product-owner decisions.

Quick Start

Instantiate Orchestrator with a configuration and call execute() to begin orchestration.

Frequently Asked Questions about cfn-loop-orchestrator-core

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

FAQPage Schema
How do I orchestrate container-based agent execution with consensus and gating?

Orchestrate container-based agent execution by instantiating the Orchestrator with your configuration and calling execute(). It manages agent spawning, loop iterations, consensus collection, and product owner decision gates across Loop 3 implementers and Loop 2 validators with Redis-backed state tracking.

What is a CFN Loop orchestrator and when do I need one?

A CFN Loop orchestrator coordinates multi-agent task execution across parallel agent deployments with built-in consensus thresholds, iteration control, and decision flow. Use it when you need stateful, gated orchestration of docker-based agents requiring coordinated validation and Product Owner approval.

Can I use this orchestrator with different execution modes like MVP or Enterprise?

Yes, the orchestrator supports multi-mode execution (MVP, Standard, Enterprise) with adaptive agent selection. Configure your mode during instantiation to scale your agent coordination strategy and decision complexity according to your deployment tier.

How does consensus collection and gate validation work in the orchestration flow?

The orchestrator collects consensus from deployed agents, applies configurable consensus thresholds, and enforces gate checks before proceeding. It parses Product Owner decisions and applies them to control iteration flow, ensuring validation requirements are met before task progression.

What are the prerequisites for running this orchestrator in a docker-based agent ecosystem?

Deploy agents as docker containers, set up Redis for state management, and configure your Orchestrator with Loop 3 implementer and Loop 2 validator specifications. The orchestrator tracks all phases, agent outcomes, and decision history through GOAP-guided reasoning.

How do I handle errors and validate deliverables during orchestrated execution?

The orchestrator includes built-in error handling and deliverable validation within its execution flow. It tracks agent outcomes across iterations and applies GOAP-guided decision logic to determine whether tasks meet validation criteria before delivering results.