cfn-loop-orchestration-v2-legacy-bash

Orchestrate CFN Loop execution lifecycles for docker-based agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Legacy Bash orchestration wrappers that historically powered CFN Loop orchestration before the TypeScript migration.

Core Features & Use Cases

  • Legacy routing: Showcases deprecated orchestrator entry points.
  • Migration path: Provides migration context toward TS-based orchestration.

Quick Start

See archived scripts for reference; migration to TypeScript is recommended.

Frequently Asked Questions about cfn-loop-orchestration-v2-legacy-bash

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

FAQPage Schema
How do I orchestrate CFN Loop execution in dockerized environments?▼

CFN Loop orchestration coordinates the execution lifecycle for docker-based agents using bash scripts with Redis-backed state management. It manages sequential Loop 3 implementers and Loop 2 validators, task analysis, agent spawning, and consensus collection through command interfaces and mode configurations (MVP, Standard, Enterprise).

What's the migration path from legacy bash orchestration to TypeScript?▼

This bash-based orchestrator is deprecated; migration to TypeScript-based orchestration is recommended. The legacy scripts provide reference documentation and context for understanding the orchestration patterns before transitioning to the modern implementation.

Can I use bash orchestration with Redis state management for agent coordination?▼

Yes, legacy bash orchestration supports Redis-backed state management to coordinate docker-based agents. It handles gate checks, decision triggering, and Product Owner flows, though the TypeScript migration is the preferred path forward.

Does bash-based orchestration support different deployment modes?▼

Legacy bash orchestration supports three mode configurations—MVP, Standard, and Enterprise—allowing you to scale the CFN Loop orchestration from minimal proof-of-concept to full-featured deployments with appropriate agent spawning and consensus mechanisms.

What components are included in the legacy bash orchestration toolkit?▼

The legacy bash orchestration provides archived scripts and references that showcase deprecated entry points and routing patterns. These components document the historical orchestration design before the transition to TypeScript.