compare-options
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"
What this skill does
# 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
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.