explore-alternatives

Enumerate viable alternatives with tradeoffs and weighted decision matrix scoring.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/vTRKA/supervibe --skill explore-alternatives
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explore-alternatives
Source: https://github.com/vTRKA/supervibe/tree/main/skills/explore-alternatives
Command: npx skills add https://github.com/vTRKA/supervibe --skill explore-alternatives

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents “first idea wins” decision-making by forcing a structured comparison of viable alternatives with explicit rationale before committing to non-trivial changes.

Core Features & Use Cases

  • Alternatives enumeration with tradeoffs: Produces at least two options (typically three) with pros, cons, cost, and reversibility to make the decision space explicit.
  • Evidence-first carbon-copy lookup: Checks project memory and code/search/research producers to avoid repeating prior decisions or missing existing solutions.
  • Safety guardrails and gated output: Blocks completion when required source artifacts, ownership/scope boundaries, approvals, validator output, or receipts are missing.
  • Decision-matrix reasoning: Uses a weighted, pre-scored matrix, plus sensitivity analysis and adversarial scoring to reduce bias and brittleness.

Quick Start

Before you implement a complex change, ask your AI to explore at least two alternatives with a decision matrix, sensitivity analysis, and a clearly justified recommendation, given the project context and required evidence.

Frequently Asked Questions about explore-alternatives

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

FAQPage Schema
How do I evaluate architecture alternatives before committing to a complex pattern?

To evaluate architecture alternatives, enumerate at least three viable options including a keep-current baseline, then score them using a weighted decision matrix with explicit tradeoffs, sensitivity analysis, and adversarial scoring to justify the final rationale.

What is the best way to compare libraries or vendor options for a software project?

The best way to compare libraries or vendors is to use evidence-backed carbon-copy lookup to check existing project memory, then apply weighted decision matrix scoring to quantify cost, reversibility, and tradeoffs across a minimum of three candidate options.

How do decision matrix scoring and sensitivity analysis prevent biased decision-making?

Decision matrix scoring and sensitivity analysis prevent biased decision-making by quantifying weighted tradeoffs across multiple architecture alternatives and testing score robustness against variable changes, explicitly avoiding the 'first idea wins' trap for complex interventions.

When should I explore alternatives before implementing an architecture-risky bug intervention?

You should explore alternatives before implementing architecture-risky bug interventions or performance approaches during the plan phase when the decision complexity is rated five or higher, ensuring you enumerate viable options with explicit rationale before committing.

Can I proceed with a vendor selection if required source artifacts and approvals are missing?

You cannot proceed with vendor selection if required source artifacts, ownership boundaries, approvals, or receipts are missing, because the evaluation process enforces safety guardrails that output a BLOCKED status when evidence is absent.

Does the alternatives enumeration process require a do-nothing option for performance approaches?

The alternatives enumeration process requires a keep-current or do-nothing option for performance approaches when relevant, ensuring you evaluate at least three candidate options with explicit pros, cons, and reversibility before deciding.