cfn-loop-output-processing

Consolidate CFN Loop agent outputs into structured Loop3Result and Loop2Result JSON.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires typescript, jest, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Consolidates Loop 2 validators and Loop 3 implementers output parsing into a single TypeScript module.

Core Features & Use Cases

  • Confidence extraction from multiple formats
  • Feedback and recommendations parsing
  • Consensus calculation across validators
  • Deliverables and blockers extraction

Quick Start

npm run build && node dist/src/cli/process-loop3.js --agent-id "coder-1" --output "Implemented..."

Frequently Asked Questions about cfn-loop-output-processing

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

FAQPage Schema
How do I parse and consolidate CloudFormation Loop agent outputs into structured results?▼

This Skill consolidates CFN Loop agent outputs by extracting confidence scores, parsing feedback, listing deliverables, and computing consensus across validators. It transforms raw agent output into type-safe Loop3Result and Loop2Result JSON structures via a CLI tool, enabling standardized decision-making in CI/CD workflows.

Can I extract confidence scores from multiple output formats in CloudFormation Loop validation?▼

Yes. This Skill extracts confidence from 5+ pattern formats and supports multi-source consensus calculation across Loop 2 validators and Loop 3 implementers, consolidating diverse output styles into a single standardized JSON result.

What's the best way to parse validator feedback and recommendations from Loop agents?▼

This Skill parses feedback using severity-based classification and deduplicates recommendations across multiple validators, then structures them into type-safe interfaces. It handles iterative agent outputs while maintaining backward compatibility with existing JSON formats.

Does this work for CI/CD orchestration with multiple validator sources?▼

Yes. It's designed for CI/CD contexts where Loop 2 validators and Loop 3 implementers produce iterative outputs. The Skill consolidates multi-source consensus into a single result, supporting decision-making workflows that require agreement across multiple agents.

Can I use this with TypeScript and Jest for testing output processing logic?▼

Yes. Built on TypeScript and Jest with 90%+ test coverage, it provides CLI tooling and type-safe interfaces. Dependencies include both for development and runtime, supporting rigorous validation of confidence extraction and consensus calculations.