agent-spawning-core

Orchestrate container-based CFN Loop execution with multi-agent coordination and Redis-backed state management.

14|2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/masharratt/claude-flow-novice --skill agent-spawning-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-spawning-core
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 agent-spawning-core

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Core agent spawning with validation and dry-run support for Loop3/Loop2.

Core Features & Use Cases

  • Validation: Accepts only loop3/loop2.
  • Dry-run: Logs commands without executing.
  • Contextized spawn: Attaches iteration and task context.

Quick Start

Spawn a set of agents for a task-123.

Frequently Asked Questions about agent-spawning-core

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

FAQPage Schema
How do I spawn multiple agents to execute tasks in parallel with validation?

Agent spawning orchestrates container-based execution by coordinating multiple agents (Loop 3 implementers and Loop 2 validators) in parallel, collecting confidence scores and consensus to trigger decisions. The Skill handles task context attachment, progress monitoring, and gate evaluation across iterations.

Can I run agent spawning in dry-run mode before executing commands?

Yes, dry-run mode logs all commands without executing them, allowing you to preview agent behavior and orchestration flow before deployment. This is useful for validating task context and agent coordination logic in docker-based environments.

What does agent spawning with validation for Loop3 and Loop2 actually do?

Agent spawning core coordinates container-based CFN Loop execution by spawning Loop 3 implementer agents, collecting Loop 2 validator consensus, managing state via Redis, and triggering Product Owner decisions based on confidence scores and gate checks across configurable modes.

Does this work for orchestrating parallel implementer work with sequential validator review?

Yes, the Skill is designed for docker-based environments requiring parallel implementer work followed by sequential validator review, consensus gathering, and GOAP-driven Product Owner decision gates with adaptive agent selection and configurable timeouts.

How do I attach iteration and task context when spawning agents?

Contextized spawn automatically attaches iteration and task context to each spawned agent, enabling proper state tracking, error handling, and adaptive agent selection across Loop 3 and Loop 2 execution phases.

What state management and error handling does agent spawning provide?

The Skill provides Redis-backed state management for tracking agent progress, confidence scores, and consensus results, with built-in error handling and adaptive agent selection to ensure reliable orchestration across enterprise, standard, and MVP configurable modes.