Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Compare Options

ASecurity

Multi-expert comparison and ranking of options with structured deliberation. PROACTIVELY activate for: (1) decision making between alternatives, (2) trade-off analysis, (3) option evaluation, (4) vendor/tool comparison, (5) strategy selection. Triggers: "compare options", "evaluate alternatives", "rank options", "which should I choose", "compare these", "trade-off analysis", "decision between"

76 stars
0 votes
0 copies
1 views
Added 2/8/2026
businessgodevopssecurityperformance

Security Analysis

A100/100

Scanned 2/12/2026

Install to Claude Code

$npx -y skills add majiayu000/claude-skill-registry --skill compare-options --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Compare Options?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Compare Options
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/majiayu000-compare-options/badge)](https://www.skillsdirectory.com/skills/majiayu000-compare-options)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: compare-options
description: >
  Multi-expert comparison and ranking of options with structured deliberation.
  PROACTIVELY activate for: (1) decision making between alternatives, (2) trade-off analysis,
  (3) option evaluation, (4) vendor/tool comparison, (5) strategy selection.
  Triggers: "compare options", "evaluate alternatives", "rank options", "which should I choose",
  "compare these", "trade-off analysis", "decision between"
argument-hint: [options as comma-separated list or description]
---

# Compare Options

Multi-expert comparison and ranking of options using structured deliberation.

## When to Use

Use this skill when you need to:
- Compare multiple alternatives systematically
- Evaluate trade-offs between options
- Get diverse expert perspectives on a decision
- Rank options with transparent criteria
- Make decisions with documented rationale

## Workflow

Invoke the `expert-panel-deliberation` skill for:

Options to compare: $ARGUMENTS

### Default Parameters

| Parameter | Value | Rationale |
|-----------|-------|-----------|
| `panel_size` | 5 | Diverse perspectives without analysis paralysis |
| `output_format` | ranking | Produces prioritized list with scores |
| `deliberation_depth` | standard | Balanced thoroughness |
| `include_challenger` | true | Include devil's advocate perspective |
| `consensus_required` | false | Allow minority opinions |

### Expert Panel Assembly

The panel is dynamically composed based on the decision domain:

**For Technical Decisions:**
- Solution Architect
- Performance Specialist
- Security Expert
- DevOps/Operations
- End User Advocate

**For Business Decisions:**
- Strategic Planner
- Financial Analyst
- Market Expert
- Operations Lead
- Customer Representative

**For Product Decisions:**
- Product Strategist
- UX Designer
- Engineering Lead
- Business Analyst
- Customer Advocate

### Deliberation Process

#### Round 1: Independent Assessment
Each expert evaluates all options against criteria:
- Scores each option (1-10) on their specialty dimensions
- Documents key strengths and weaknesses
- Identifies critical risks or blockers

#### Round 2: Cross-Examination
Experts challenge each other's assessments:
- Surface hidden assumptions
- Probe trade-off implications
- Identify overlooked factors

#### Round 3: Synthesis
Panel converges on:
- Weighted ranking of options
- Key trade-offs documented
- Recommended choice with rationale
- Conditions under which ranking changes

### Evaluation Criteria Framework

Standard criteria (customized to domain):

| Criterion | Weight | Description |
|-----------|--------|-------------|
| Effectiveness | 25% | How well does it solve the core problem? |
| Cost/Effort | 20% | Total cost of ownership, implementation effort |
| Risk | 20% | What can go wrong? Likelihood and impact |
| Scalability | 15% | Does it grow with needs? |
| Reversibility | 10% | Can we change course if needed? |
| Time to Value | 10% | How quickly do we see benefits? |

## Output Format

The comparison produces:

```xml
<option-comparison>
  <header>
    <id>[unique identifier]</id>
    <decision_context>[What we're deciding]</decision_context>
    <options_count>[number of options]</options_count>
  </header>

  <options>
    <option id="[A|B|C|...]" name="[option name]">
      <description>[Brief description]</description>
    </option>
  </options>

  <expert-panel>
    <expert role="[role]" specialty="[area]">
      <scores>
        <score option="A" value="[1-10]" rationale="[brief reason]"/>
        <score option="B" value="[1-10]" rationale="[brief reason]"/>
      </scores>
      <recommendation>[Expert's top pick and why]</recommendation>
    </expert>
    <!-- ... more experts ... -->
  </expert-panel>

  <deliberation-summary>
    <consensus_points>
      <point>[What experts agreed on]</point>
    </consensus_points>
    <debate_points>
      <point>[Where experts disagreed and resolution]</point>
    </debate_points>
  </deliberation-summary>

  <final-ranking>
    <rank position="1" option="[option]" score="[weighted score]">
      <rationale>[Why this is ranked first]</rationale>
      <caveats>[When this might not be the best choice]</caveats>
    </rank>
    <rank position="2" option="[option]" score="[weighted score]">
      <rationale>[Why second]</rationale>
      <when_preferred>[Conditions where this beats #1]</when_preferred>
    </rank>
    <!-- ... more ranks ... -->
  </final-ranking>

  <trade-off-matrix>
    <trade-off>
      <options>[Option A vs Option B]</options>
      <dimension>[What you trade off]</dimension>
      <analysis>[Detailed trade-off analysis]</analysis>
    </trade-off>
  </trade-off-matrix>

  <recommendation>
    <primary>[Top recommended option]</primary>
    <confidence>[high|medium|low]</confidence>
    <conditions>[When this recommendation applies]</conditions>
    <alternative>[When to choose differently]</alternative>
  </recommendation>

  <next-steps>
    <step>[Concrete action to proceed]</step>
  </next-steps>
</option-comparison>
```

## Quality Gates

- [ ] All options fairly represented
- [ ] Criteria weights appropriate for context
- [ ] Each expert provided independent assessment
- [ ] Trade-offs explicitly documented
- [ ] Minority opinions captured
- [ ] Recommendation includes confidence and conditions
- [ ] Next steps are actionable

## Related Skills

After comparing options, consider:
- Run `/research-brief` to deep-dive on top choice
- Run `/write-howto` for implementation guide
- Run `/evaluate-schema` if choice involves data design
- Run `/optimize-prompt` if choice involves AI/prompting

Attribution

majiayu000majiayu000
View sourceMore from majiayu000 →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →