一键导入
research-options
Compare multiple options side-by-side with recommendation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compare multiple options side-by-side with recommendation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | research-options |
| description | Compare multiple options side-by-side with recommendation |
| argument-hint | [what to compare or leave blank for current context] |
Structured side-by-side comparison to make an informed decision. Works for tools, approaches, vendors, architectures.
<intake_gate>
<context_analysis> First, analyze $ARGUMENTS to extract what's already provided:
Only ask about genuine gaps - don't re-ask what's already stated. </context_analysis>
<initial_questions> Use AskUserQuestion to ask 2-4 questions based on actual gaps:
If criteria unclear:
If options unclear:
If weighting unclear:
If constraints unclear:
Skip questions where $ARGUMENTS already provides the answer. </initial_questions>
<decision_gate> After receiving answers, use AskUserQuestion:
Question: "Ready to compare options, or would you like me to ask more questions?"
Options:
If "Ask more questions" → generate 2-3 contextual follow-ups, then present decision gate again If "Let me add context" → receive input, then present decision gate again If "Start comparison" → proceed to research </decision_gate>
</intake_gate>
After intake complete:<output_format>
[2-3 sentences: the options, recommendation, key tradeoff]
[Brief description of what we're deciding and why it matters]
Option A: [Name]
Option B: [Name]
Option C: [Name] [Same structure...]
| Criterion | Option A | Option B | Option C |
|---|---|---|---|
| [Criterion 1] | Good/OK/Poor | ||
| [Criterion 2] | Good/OK/Poor | ||
| [Criterion 3] | Good/OK/Poor |
[Option X] because [reasoning tied to weighted criteria]
[Option Y] - choose this if [specific condition]
<claude_context>
<runner_up>
</claude_context>
Next Action: Implement chosen option, prototype to validate, or gather more info on specific option
<artifact_output> Save the research to a file:
Create directory structure if it doesn't exist:
[current-working-directory]/artifacts/research/Generate filename from topic:
YYYY-MM-DD-[topic]-options.md2025-01-15-auth-providers-options.mdWrite the complete research to the file
Report to user: "Saved to artifacts/research/[filename]"
</artifact_output>
<success_criteria>