💬 DDD Strategic Design
複雑なビジネス課題に対し、ドメイン駆動
📺 まず動画で見る(YouTube)
▶ 【最新版】Claude(クロード)完全解説!20以上の便利機能をこの動画1本で全て解説 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains.
🇯🇵 日本人クリエイター向け解説
複雑なビジネス課題に対し、ドメイン駆動
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o ddd-strategic-design.zip https://jpskill.com/download/2745.zip && unzip -o ddd-strategic-design.zip && rm ddd-strategic-design.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/2745.zip -OutFile "$d\ddd-strategic-design.zip"; Expand-Archive "$d\ddd-strategic-design.zip" -DestinationPath $d -Force; ri "$d\ddd-strategic-design.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
ddd-strategic-design.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
ddd-strategic-designフォルダができる - 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-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 2
💬 こう話しかけるだけ — サンプルプロンプト
- › Ddd Strategic Design で、お客様への返信文を作って
- › Ddd Strategic Design を使って、社内向けアナウンスを書いて
- › Ddd Strategic Design で、メールテンプレートを整備して
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[スキル名] ddd-strategic-design
DDD 戦略的設計
このスキルを使用するケース
- コア、サポート、および汎用サブドメインを定義する場合。
- モノリスまたはサービスランドスケープをドメイン境界で分割する場合。
- チームとオーナーシップを境界づけられたコンテキストに合わせる場合。
- ドメインエキスパートと共有のユビキタス言語を構築する場合。
このスキルを使用しないケース
- ドメインモデルが安定しており、すでに適切に境界づけられている場合。
- 戦術的なコードパターンのみが必要な場合。
- タスクが純粋にインフラストラクチャまたはUI指向である場合。
手順
- ドメインの機能を引き出し、サブドメインを分類します。
- 一貫性とオーナーシップを中心に境界づけられたコンテキストを定義します。
- ユビキタス言語の用語集とアンチタームを確立します。
- 実装の前にADRでコンテキスト境界を記録します。
詳細なテンプレートが必要な場合は、references/strategic-design-template.mdを開いてください。
必要な成果物
- サブドメイン分類表
- 境界づけられたコンテキストのカタログ
- 規範的な用語を含む用語集
- 根拠を伴う境界決定
例
Use @ddd-strategic-design to map our commerce domain into bounded contexts,
classify subdomains, and propose team ownership.
制限事項
- このスキルは実行可能なコードを生成しません。
- ステークホルダーのインプットなしにビジネスの真実を推測することはできません。
- 実装の前に戦術的設計が続くべきです。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
DDD Strategic Design
Use this skill when
- Defining core, supporting, and generic subdomains.
- Splitting a monolith or service landscape by domain boundaries.
- Aligning teams and ownership with bounded contexts.
- Building a shared ubiquitous language with domain experts.
Do not use this skill when
- The domain model is stable and already well bounded.
- You need tactical code patterns only.
- The task is purely infrastructure or UI oriented.
Instructions
- Extract domain capabilities and classify subdomains.
- Define bounded contexts around consistency and ownership.
- Establish a ubiquitous language glossary and anti-terms.
- Capture context boundaries in ADRs before implementation.
If detailed templates are needed, open references/strategic-design-template.md.
Required artifacts
- Subdomain classification table
- Bounded context catalog
- Glossary with canonical terms
- Boundary decisions with rationale
Examples
Use @ddd-strategic-design to map our commerce domain into bounded contexts,
classify subdomains, and propose team ownership.
Limitations
- This skill does not produce executable code.
- It cannot infer business truth without stakeholder input.
- It should be followed by tactical design before implementation.
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (1,587 bytes)
- 📎 references/strategic-design-template.md (753 bytes)