context-injector-readme

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Documentation for the Context Injector module, including API references and usage patterns.

Core Features & Use Cases

  • API reference: Functions to build and parse broadcast contexts.
  • Usage examples: Patterns for multi-agent context creation and merging.

Quick Start

Read the CONTEXT_INJECTOR_USAGE_GUIDE.md for examples and patterns.

Frequently Asked Questions about context-injector-readme

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

FAQPage Schema
How do I build and parse broadcast contexts for multi-agent workflows?

Context Injector provides API functions to construct and parse broadcast contexts for multi-agent systems. Use the module's context-building functions to create structured contexts that coordinate agent communication and state sharing across parallel executions.

What patterns should I follow when creating context for multiple agents?

Context Injector documentation outlines usage patterns for multi-agent context creation and merging. The CONTEXT_INJECTOR_USAGE_GUIDE.md demonstrates how to structure contexts so agents can share state, consensus results, and decision signals across distributed executions.

Can I use Context Injector with containerized CloudFormation workflows?

Yes. Context Injector orchestrates container-based CFN Loop execution with agent spawning, loop management, and consensus collection. It supports dockerized CFN workflows requiring Loop 3 implementers and Loop 2 validators with parallel execution and gate checks.

How does Context Injector manage state across distributed agent processes?

Context Injector uses Redis-backed state management to track agent execution, gate evaluation results, and consensus data. This enables reliable state persistence and retrieval across parallel agent spawns in container environments.

What configurations does Context Injector support for different deployment scales?

Context Injector encompasses MVP, Standard, and Enterprise configurations with mode and configuration control. Each tier supports different levels of parallel execution, confidence scoring, and product owner decision workflows tailored to deployment scale.

What should I do if consensus collection or gate evaluation fails during execution?

Context Injector includes error handling and gate evaluation logic. Review the API reference and usage examples to understand failure modes, validate your context structure, and ensure agents properly report confidence scores and decision data for gate assessment.