cfn-product-owner-decision

Parse CFN Loop decisions and signal PROCEED, ITERATE, or ABORT outcomes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires redis-cli, jq, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Provides a TypeScript-based decision parser and CLI for PROCEED/ITERATE/ABORT outcomes with audit trails.

Core Features & Use Cases

  • Robust decision parsing with multiple patterns
  • Confidence extraction and deliverable verification
  • Redis-based audit trail integration

Quick Start

node dist/cli/parse-decision.js --input output.txt --json

Frequently Asked Questions about cfn-product-owner-decision

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

FAQPage Schema
How do I automate product owner decisions in a CFN Loop workflow?

Automate product owner decisions by parsing validator consensus and agent outputs to signal PROCEED, ITERATE, or ABORT outcomes. This Skill applies robust parsing patterns and confidence extraction to orchestrated CFN Loop scenarios, integrating audit trails for decision tracking.

Can I parse diverse agent outputs reliably without manual intervention?

Yes, this Skill uses multiple fallback parsing patterns and strict/non-strict modes to handle diverse agent output formats robustly. Vapor detection prevents false positives, ensuring reliable signal generation even with inconsistent input structures.

How do I verify deliverables before signaling a decision outcome?

Deliverable verification is built into the decision parsing logic, validating outputs against criteria before PROCEED/ITERATE/ABORT signals are sent. This prevents invalid states from reaching the orchestrator.

What's the best way to maintain an audit trail of product owner decisions?

Use Redis-based audit trail integration to log all decision outcomes, confidence scores, and reasoning. The CLI supports JSON output for structured audit logging compatible with external analysis and compliance tools.

Does this work with existing orchestration platforms for CFN Loops?

Yes, the TypeScript CLI and Redis coordination layer integrate with orchestrated CFN Loop scenarios. It handles validator consensus evaluation and signals outcomes back to the orchestrator for loop progression.