cfn-loop-output-processing
Installation
SKILL.md
CFN Loop Output Processing - Unified TypeScript Module
Version: 1.0.0 Status: Production Purpose: Type-safe, consolidated output processing for Loop 2 (Validators) and Loop 3 (Implementers) agents
Overview
Problem Solved
Previously, output processing was scattered across multiple bash scripts with duplicate logic:
- Loop 2 (validators):
cfn-loop2-output-processing/parse-feedback.sh - Loop 3 (implementers):
cfn-loop3-output-processing/parse-confidence.sh - Duplicate confidence extraction logic
- No type safety
- Difficult to maintain and extend