Agent skill
cfn-loop-orchestration-v2
CFN Loop coordination and orchestration - gate checks, validation, consensus, coordination patterns. Use when orchestrating multi-agent workflows, managing iteration cycles, or coordinating Loop 2/Loop 3 dependencies.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/cfn-loop-orchestration-v2
SKILL.md
Loop Orchestration Skill (Mega-Skill)
Version: 1.0.0 Purpose: CFN Loop coordination and orchestration Status: Production Consolidates: cfn-loop-orchestration, cfn-loop-output-processing, cfn-loop-validation, cfn-coordination
Overview
This mega-skill provides complete CFN Loop orchestration:
- Orchestrator - Main loop execution and gate checks
- Output - Agent output parsing and consensus calculation
- Validation - Multi-layer validation framework
- Coordination - Agent coordination patterns (chain, broadcast, mesh)
Directory Structure
loop-orchestration/
├── SKILL.md
├── lib/
│ ├── orchestrator/ # From cfn-loop-orchestration
│ ├── output/ # From cfn-loop-output-processing
│ ├── validation/ # From cfn-loop-validation
│ └── coordination/ # From cfn-coordination
└── cli/
Migration Paths
| Old Path | New Path |
|---|---|
| cfn-loop-orchestration/ | loop-orchestration/lib/orchestrator/ |
| cfn-loop-output-processing/ | loop-orchestration/lib/output/ |
| cfn-loop-validation/ | loop-orchestration/lib/validation/ |
| cfn-coordination/ | loop-orchestration/lib/coordination/ |
Version History
1.0.0 (2025-12-02)
- Consolidated 4 loop orchestration skills into mega-skill
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?