decision-policy

Classify agent decisions and enforce escalation rules for user approval.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jkenney47/finance-app-ux-planning-snapshot-20260308-155100 --skill decision-policy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decision-policy
Source: https://github.com/jkenney47/finance-app-ux-planning-snapshot-20260308-155100/tree/main/.agents/skills/decision-policy
Command: npx skills add https://github.com/jkenney47/finance-app-ux-planning-snapshot-20260308-155100 --skill decision-policy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

This Skill establishes a clear, auditable policy for agent decision-making, ensuring that critical or risky actions are either automatically approved based on predefined rules or explicitly escalated for user confirmation.

Core Features & Use Cases

  • Decision Classification: Categorizes pending decisions into types like security, cost, or destructive actions.
  • Risk Assessment: Evaluates decisions against dimensions such as blast radius, reversibility, and data sensitivity using an escalation matrix.
  • Escalation Enforcement: Automatically approves low-risk, reversible actions while mandating user approval for high-risk, irreversible, or sensitive operations.
  • Decision Logging: Records the decision, rationale, risk scores, and outcome for auditability.
  • Use Case: When an agent needs to modify security configurations or perform a potentially costly operation, this Skill will first assess the risk and then either proceed autonomously or request your explicit approval.

Quick Start

Use the decision-policy skill to classify a pending change to the application's authentication flow and determine if user approval is required.

Frequently Asked Questions about decision-policy

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

FAQPage Schema
How do I implement an autonomous decision policy for agent actions?

An autonomous decision policy differentiates between agent-led actions and those requiring user approval by classifying decisions, scoring risk using an escalation matrix, and enforcing rules for high-risk operations. Low-risk reversible actions proceed automatically.

How does risk assessment work for autonomous agent operations?

Risk assessment evaluates pending decisions against dimensions like blast radius, reversibility, cost, and data sensitivity using an escalation matrix. High-risk or irreversible operations trigger mandatory user approval, while low-risk actions proceed autonomously.

What's the best way to enforce escalation gates for destructive agent actions?

Enforcing escalation gates requires categorizing destructive actions and routing them through a risk assessment matrix that mandates explicit user confirmation. This prevents irreversible damage by stopping high-risk security or data modifications without approval.

Can I generate an audit log for agent decision making?

Yes, an audit log records the decision, rationale, risk scores, and outcome for every classified action. This captures the full context of agent autonomy and escalation enforcement for later review.

When do I need user approval for agent autonomy in security configurations?

User approval is needed when an agent modifies security configurations or performs costly operations that score high on the risk assessment matrix. Actions with high blast radius, data sensitivity, or irreversibility always trigger explicit escalation gates.