quantitative-decision-gate

Score weighted options and select highest-scoring one in decision matrix evaluations.

8|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/bordenet/superpowers-plus --skill quantitative-decision-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quantitative-decision-gate
Source: https://github.com/bordenet/superpowers-plus/tree/main/skills/productivity/quantitative-decision-gate
Command: npx skills add https://github.com/bordenet/superpowers-plus --skill quantitative-decision-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents the AI from making unquantified choices or asking the user prematurely by enforcing a structured decision matrix evaluation.

Core Features & Use Cases

  • Decision Matrix Protocol: Scores options across weighted dimensions (impact, effort, risk, reversibility) and computes a weighted total.
  • Automatic Selection: Auto-selects the highest-scoring option when the margin exceeds the defined threshold.
  • Escalation Logic: Escalates to alternative skills (e.g., think-twice) when scores are close or the decision is irreversible.
  • Use Case Example: Choosing between refactoring approaches, selecting a library, or deciding to continue or pivot a task.

Quick Start

Ask the assistant to run the quantitative-decision-gate skill to evaluate the current options.

Frequently Asked Questions about quantitative-decision-gate

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

FAQPage Schema
How do I enforce a quantitative evaluation before choosing a software implementation approach?

A decision matrix evaluation scores options across weighted dimensions like impact, effort, and risk. It computes a weighted total to automatically select the highest-scoring implementation approach, preventing unquantified choices.

What is a hard gate for AI tradeoff analysis?

A hard gate for tradeoff analysis prevents the AI from asking the user prematurely by requiring numeric scoring of options. It computes weighted totals and auto-selects the best option unless scores fall within a narrow margin.

How do I create an automatic selection logic for comparing refactoring approaches?

You create automatic selection logic by scoring refactoring approaches across weighted dimensions. The system automatically selects the highest-scoring option when the score margin exceeds a defined threshold, bypassing manual selection.

When do I need to trigger an escalation during a decision matrix evaluation?

You trigger an escalation during a decision matrix evaluation when the top scores are within a narrow margin or the decision is irreversible. This logic escalates the choice to alternative skills instead of auto-selecting.

Best way to force data-driven decisions before asking the user about library selection?

The best way to force data-driven decisions is using a quantitative evaluation protocol that requires numeric scoring of library options. It auto-selects the highest-scoring library unless scores are close, triggering an escalation.