ads-decision-flow

Enforces auditable dual-brain decision workflow for ADS admin actions.

Updated May 14, 2024
One-click install
npx skills add https://github.com/wagnerra23/oimpresso.com --skill ads-decision-flow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ads-decision-flow
Source: https://github.com/wagnerra23/oimpresso.com/tree/main/.claude/skills/ads-decision-flow
Command: npx skills add https://github.com/wagnerra23/oimpresso.com --skill ads-decision-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents inconsistent or unsafe automated actions by enforcing a single, auditable dual-brain decision flow for administrative operations.

Core Features & Use Cases

  • Unified Adaptive Decision System: orchestrates Risk → Confidence → Policy (firewall) → Router → Dual-Brain (Brain A/B) → optional HITL outcomes.
  • PolicyEngine Safety Firewall: guarantees the correct precedence of BLOCK_ALWAYS, REQUIRE_HUMAN_REVIEW, REQUIRE_BRAIN_B, and ALLOW_BRAIN_A so automation never bypasses governance.
  • Deployment-accurate Runtime Mapping: ensures Brain A runs on CT 100 while Brain B runs via Hostinger/Anthropic, and routes actions through the approved FsmActionBridge rather than shortcuts.
  • Decision Auditability & Learning Loop: records outcomes into decision-memory tables to support priors/pattern learning over time.

Quick Start

Ask the AI to handle an ADS admin routing event in Modules/ADS by running through the PolicyEngine firewall and producing a RoutingDecision with the correct HITL level and Brain A/B path.

Frequently Asked Questions about ads-decision-flow

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

FAQPage Schema
How do I build an auditable automated decision system for administrative actions?▼

An auditable automated decision system requires a dual-brain adaptive workflow that routes events through risk scoring, a policy firewall, and human-in-the-loop escalation. This ensures administrative actions are logged to decision-memory tables for pattern learning and full auditability.

What is a dual-brain decision routing flow and when do I need it?▼

A dual-brain decision routing flow orchestrates actions between Brain A and Brain B deployment boundaries, applying a policy firewall to enforce governance. You need it to prevent inconsistent or unsafe automated actions by ensuring correct precedence for blocking, human review, or automated execution.

How do I enforce human-in-the-loop escalation for automated administrative workflows?▼

To enforce human-in-the-loop escalation, route decisions through a PolicyEngine firewall that evaluates confidence scores and triggers REQUIRE_HUMAN_REVIEW when thresholds demand it, logging the outcome to decision memory for auditability.

Does this adaptive decision workflow support confidence scoring and decision memory persistence?▼

Yes, the adaptive decision workflow supports confidence scoring storage and decision memory persistence. It records outcomes into append-only decision tables, enabling priors and pattern learning over time to improve future routing decisions.

What's the best way to apply policy firewalls to automated routing decisions?▼

The best way to apply policy firewalls is using a precedence engine that strictly orders rules: BLOCK_ALWAYS, REQUIRE_HUMAN_REVIEW, REQUIRE_BRAIN_B, and ALLOW_BRAIN_A. This guarantees automation never bypasses governance before routing through the FsmActionBridge.

When should I not use a dual-brain routing architecture for automation?▼

You should avoid dual-brain routing if your administrative actions lack defined policy rules or do not require auditability. Without a policy firewall to enforce precedence and decision memory for logging, the dual-brain overhead provides no governance value.