cfn-loop-orchestration-v2-legacy-skill

Orchestrate container-based CFN Loop execution with Redis-backed context and consensus gating.

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-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cfn-loop-orchestration-v2-legacy-skill
Source: https://github.com/masharratt/claude-flow-novice/tree/main/.claude/cfn-loop-orchestration-v2/lib/orchestrator/archive/legacy-bash/SKILL.md
Command: npx skills add https://github.com/masharratt/claude-flow-novice --skill cfn-loop-orchestration-v2-legacy-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Maintains a legacy Bash-based orchestration path for CFN Loop with deprecation notes and migration guidance.

Core Features & Use Cases

  • Backward compatibility: Reference for migration to TS-based orchestration.
  • Migration guidance: Helps teams plan a transition path.

Quick Start

Use as a historical reference; new deployments should use TypeScript-based orchestrator.

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

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

FAQPage Schema
How do I migrate from a Bash-based CFN Loop orchestrator to TypeScript?

Migration from Bash orchestration to TypeScript-based CFN Loop involves transitioning container spawning, Redis context management, and consensus logic to the newer implementation. This Skill provides historical reference and migration guidance for teams moving away from the legacy Bash path. Consult the migration documentation included in this archive for step-by-step transition planning.

What does a legacy Bash orchestrator do in a CFN Loop container ecosystem?

A Bash orchestrator manages task analysis, Redis-backed context storage, Docker container spawning across Loop implementers and validators, progress monitoring, confidence scoring, and consensus-driven decision gates for Product Owner workflows. This legacy version is archived; new deployments should use the TypeScript-based orchestrator.

Can I still use the Bash-based CFN Loop orchestrator for new deployments?

The Bash-based orchestrator is archived and marked for legacy reference only. New deployments should use the TypeScript-based orchestrator instead. This Skill is valuable as a historical reference and for teams planning migration paths from existing Bash implementations.

What container and Redis dependencies does Bash-based CFN Loop orchestration require?

The orchestrator requires Docker for container management and Redis for context state persistence across agent spawning and consensus collection. These dependencies enable the distributed agent ecosystem spanning Loop 3 implementers, Loop 2 validators, and Loop 4 decision flows.

How does consensus gating work in the legacy Bash orchestrator?

Consensus gating collects confidence scores from validator agents, applies gate-driven decision logic, and triggers Product Owner workflows when thresholds are met. The Bash implementation manages this through progress monitoring and consensus aggregation before advancing to downstream decision stages.