trade-off-analysis
複数の技術や戦略を、重要度を考慮した上で比較検討し、最適な選択肢を決定するための構造化された分析ドキュメントを、比較マトリックスを用いて作成支援するSkill。
📜 元の英語説明(参考)
Create structured technology trade-off analysis documents with scored comparison matrices. Use this skill whenever the user wants to compare technologies, evaluate architectural options, analyze build-vs-buy decisions, assess migration strategies, or produce any decision document that compares multiple approaches across weighted dimensions. Triggers on: 'trade-off analysis', 'tradeoff', 'comparison matrix', 'evaluate options', 'which technology should we use', 'compare approaches', 'pros and cons of', 'build vs buy', 'migration analysis', 'consolidation analysis', 'technology selection'. Also use when the user has completed technical research and wants to structure findings into a decision document.
🇯🇵 日本人クリエイター向け解説
複数の技術や戦略を、重要度を考慮した上で比較検討し、最適な選択肢を決定するための構造化された分析ドキュメントを、比較マトリックスを用いて作成支援するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o trade-off-analysis.zip https://jpskill.com/download/23725.zip && unzip -o trade-off-analysis.zip && rm trade-off-analysis.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/23725.zip -OutFile "$d\trade-off-analysis.zip"; Expand-Archive "$d\trade-off-analysis.zip" -DestinationPath $d -Force; ri "$d\trade-off-analysis.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
trade-off-analysis.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
trade-off-analysisフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 12
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[スキル名] trade-off-analysis [翻訳本文 ↓] ./workflow.md の指示に従ってください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Follow the instructions in ./workflow.md.
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (800 bytes)
- 📎 references/bmad-technical-research/research.template.md (581 bytes)
- 📎 references/bmad-technical-research/SKILL.md (241 bytes)
- 📎 references/bmad-technical-research/technical-steps/step-01-init.md (5,581 bytes)
- 📎 references/bmad-technical-research/technical-steps/step-02-technical-overview.md (9,447 bytes)
- 📎 references/bmad-technical-research/technical-steps/step-03-integration-patterns.md (9,995 bytes)
- 📎 references/bmad-technical-research/technical-steps/step-04-architectural-patterns.md (7,212 bytes)
- 📎 references/bmad-technical-research/technical-steps/step-05-implementation-research.md (7,774 bytes)
- 📎 references/bmad-technical-research/technical-steps/step-06-research-synthesis.md (21,056 bytes)
- 📎 references/bmad-technical-research/workflow.md (2,618 bytes)
- 📎 references/quality-checklist.md (2,190 bytes)
- 📎 references/scoring-guide.md (4,833 bytes)