spawn-agents-extended

Orchestrate container-based CFN Loop execution across implementers, validators, and Product Owner decisions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

A robust, TS-based agent spawning helper with validation, dry-run, and per-agent context.

Core Features & Use Cases

  • Validation: Accepts only loop3/loop2 agent types.
  • Dry-run: Logs commands without executing.
  • Context injection: Attaches taskId, iteration, and context.

Quick Start

spawn-agents.config with taskId, iteration, and agents to spawn.

Frequently Asked Questions about spawn-agents-extended

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

FAQPage Schema
How do I orchestrate multi-agent TypeScript workflows with container-based execution?▼

Spawn-agents-extended orchestrates container-based agent execution by coordinating Loop 3 implementers and Loop 2 validators through TypeScript, supporting parallel implementation and sequential validation with Redis-backed state management and configurable gate checks across MVP, Standard, and Enterprise modes.

Can I validate and dry-run agent spawning commands before execution?▼

Yes. The Skill validates agent types (loop3/loop2 only), logs commands without executing via dry-run mode, and injects per-agent context including taskId and iteration for safe pre-execution testing.

How do I manage state and consensus across multiple agents in TypeScript?▼

Spawn-agents-extended uses Redis-backed state management to track progress, collect consensus from multiple agents, and trigger Product Owner decision flows, enabling coordinated multi-agent collaboration with error handling and adaptive agent selection.

What agent types does the spawner support and how are they configured?▼

The Skill accepts only loop3 (implementation) and loop2 (validation) agent types. Configure via spawn-agents.config with taskId, iteration, and agent list; context injection attaches metadata automatically to each spawned agent.

Can I use this Skill for parallel and sequential agent execution patterns?▼

Yes. Spawn-agents-extended supports parallel Loop 3 implementation runs followed by sequential Loop 2 validation, with configurable thresholds, gate checks, and adaptive selection based on MVP, Standard, or Enterprise deployment mode.