ddd
v1.0.0ドメイン駆動設計の実装常用(値オブジェクト/振る舞いを持ったenum/ファーストクラスコレクション/集約/貧血回避)とアーキテクチャ設計(境界づけられたコンテキスト/サブドメイン分類/コンテキストマップ)の2スキル。増田亨・little_hands・Fowler の知見ベース。
By suwa-sh0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install ddd for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ddd@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/suwa-sh/suwa-sh-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ddd/.
Plugin files
├── .claude-plugin/plugin.json├── skills/ddd-architecture/SKILL.md└── skills/ddd-tactical-implementation/SKILL.md
Included Skills2
新規サブシステムの設計・境界の見直し・モジュール/サービス分割の判断時に、DDDの戦略的設計(サブドメイン分類/境界づけられたコンテキスト/コンテキストマップ/戦略→戦術の落とし込み)で設計を進める。「どこで境界を切る」「コンテキストを分けたい」「マイクロサービスの分割線」「モジュラモノリスの構成」「どこに投資を集中」「コアドメインはどこ」「境界づけられたコンテキスト」「ACL/腐敗防止層」「システムをどう分割」などで使う。アーキテクチャの分割・境界・統合方式を決めるときは積極的に参照すること。1コンテキスト内の実装(値オブジェクト/集約のコード)は ddd-tactical-implementation スキルの担当。
ドメインモデルの実装・レビュー時に、値オブジェクト/振る舞いを持ったenum(区分)/ファーストクラスコレクション/集約/ドメイン貧血回避といったDDD戦術設計を増田亨・little_hands・Fowlerの知見で適用する。「ドメインモデルを実装」「値オブジェクトにしたい」「このビジネスロジックをどこに置く」「区分をenumで」「集約の境界」「貧血モデルを直す」「ドメイン層の設計」「DDDで実装」などで使う。新規実装・既存コードのリファクタ・コードレビューのいずれでも、業務ロジックの置き場所や型設計を考えるときは積極的に参照すること。単純なCRUD・Genericな機能では適用前に判断ゲート(本文)を必ず通す。
Plugin manifests1
{
"name": "ddd",
"version": "1.0.0",
"description": "ドメイン駆動設計の実装常用(値オブジェクト/振る舞いを持ったenum/ファーストクラスコレクション/集約/貧血回避)とアーキテクチャ設計(境界づけられたコンテキスト/サブドメイン分類/コンテキストマップ)の2スキル。増田亨・little_hands・Fowler の知見ベース。",
"author": {
"name": "suwa-sh"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ddd on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ddd)