ship-decision
について
このスキルは、機能の優先順位やローンチ時期など、可逆的な製品選択における意思決定麻痺を、一人で立ち上げる創業者(ソロファウンダー)が打破するのに役立ちます。後悔最小化フレームワークを用いて、2〜3の具体的な選択肢を明確に比較することを促します。開発者が二者択一または三者択一の決断に行き詰まり、健全性チェックを求める場合に使用してください。ただし、単なる愚痴や、法的・財務的な重大なコミットメントを伴う決定には使用しないでください。
クイックインストール
Claude Code
推奨npx skills add rockscy/solo-skills -a claude-code/plugin add https://github.com/rockscy/solo-skillsgit clone https://github.com/rockscy/solo-skills.git ~/.claude/skills/ship-decisionこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Ship Decision / 出货决策
When to use
- The user has 2–3 concrete options on the table and can't pick.
- The decision is reversible within a week (otherwise escalate to a longer process).
- They are a solo operator (no committee to satisfy).
When NOT to use
- The user is just venting — they don't want a decision yet, they want to think out loud.
- The decision is legally or financially binding (contracts, equity splits) — those need a lawyer / accountant, not a quick framework.
- They have not yet named the options. Force them to articulate concrete options before applying this skill.
The framework
For each option, fill in four lines only:
- Cost — hours of focused work + dollars committed.
- Reversal cost — if this turns out wrong, how many hours to undo?
- Best-case 30-day signal — what observable thing tells you it's working?
- Worst-case 30-day signal — what tells you to kill it?
Then apply the regret-minimization tiebreaker:
"In 12 months, which choice will I regret not having tried?"
If reversal cost < 1 week of work AND you have a clear 30-day kill signal → ship the higher-regret option, no further deliberation.
Output format
Always produce a table. Keep cells under 12 words.
| Option A | Option B | |
|---|---|---|
| Cost | … | … |
| Reversal cost | … | … |
| Best-case signal | … | … |
| Worst-case signal | … | … |
| Recommendation | ✅ / ❌ | ✅ / ❌ |
Then one sentence on the why.
Worked example
User: "Should I rebuild my landing page in Framer or stick with my hand-coded Next.js page?"
Output:
| Framer | Stay Next.js | |
|---|---|---|
| Cost | 6 hrs migration | 0 hrs |
| Reversal cost | 2 hrs (re-deploy old) | 0 hrs |
| Best-case signal | conv. rate +20% in 30 days | conv. unchanged |
| Worst-case signal | conv. drops, no analytics | no growth, blame self for not trying |
| Recommendation | ✅ | ❌ |
Framer wins: reversal cost is trivial, and the regret of not testing a dedicated landing tool is higher than 6 hours of migration.
中文版
何时使用
- 用户面前有 2–3 个具体选项,但拿不定主意。
- 决策一周内可逆转(否则需要更长的评估流程)。
- 用户是单兵作战(不需要照顾团队意见)。
何时不使用
- 用户只是在发牢骚——他们想自言自语,不是真要决策。
- 决策有法律或财务约束(合同、股权)——这种需要专业人士。
- 用户还没说清楚选项。强制他们先把选项具体化。
框架
每个选项只填四行:
- 成本——专注工时 + 投入金额。
- 反悔成本——如果错了,撤回需要几小时?
- 30 天最佳信号——什么可观测指标说明它成功了?
- 30 天最差信号——什么让你决定砍掉?
然后用遗憾最小化做平局裁定:
"12 个月后回头看,没尝试哪个选项我会更后悔?"
若反悔成本 < 1 周 且 有明确的 30 天止损信号 → 选遗憾更大的那个,不再纠结。
输出格式
始终用表格,每格 ≤ 12 个字,最后一句话说明理由。
GitHub リポジトリ
関連スキル
content-collections
メタこのスキルは、Content Collections(Markdown/MDXファイルを型安全なデータコレクションに変換するTypeScriptファーストのツール)の本番環境でテストされた設定を提供します。Zodバリデーションによる型安全性を実現し、ブログ、ドキュメントサイト、コンテンツ重視のVite + Reactアプリケーション構築時にご利用ください。Viteプラグインの設定、MDXコンパイルから、デプロイ最適化、スキーマバリデーションまで、すべてを網羅しています。
polymarket
メタこのスキルは、開発者がPolymarket予測市場プラットフォームを活用したアプリケーション構築を可能にします。API統合による取引や市場データの取得に加え、WebSocketを介したリアルタイムデータストリーミングにより、ライブ取引や市場活動を監視できます。取引戦略の実装や、ライブ市場更新を処理するツールの作成にご利用ください。
creating-opencode-plugins
メタこのスキルは、開発者がコマンド、ファイル、LSP操作など25種類以上のイベントタイプにフックするOpenCodeプラグインを作成することを支援します。JavaScript/TypeScriptモジュール向けに、プラグイン構造、イベントAPI仕様、および実装パターンを提供します。カスタムイベント駆動ロジックでOpenCode AIアシスタントのライフサイクルをインターセプト、監視、または拡張する必要がある場合にご利用ください。
sglang
メタSGLangは、高性能なLLMサービングフレームワークであり、RadixAttentionプレフィックスキャッシュを活用したJSON、正規表現、エージェントワークフロー向けの高速で構造化された生成を特長とします。特にプレフィックスが繰り返されるタスクにおいて、大幅に高速な推論を実現し、複雑な構造化出力やマルチターン対話に最適です。制約付きデコードが必要な場合や、広範なプレフィックス共有を伴うアプリケーションを構築する場合は、vLLMなどの代替案ではなくSGLangを選択してください。
