From codex-next
Models bounded contexts, capabilities, ownership, domain data/language, allowed interactions, and forbidden dependencies for modular systems.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-next:sdlc-domain-boundary-modelingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to model business-domain boundaries for a modular system.
Use this skill to model business-domain boundaries for a modular system.
In the lightweight SDLC-ADS model, durable domain knowledge should usually land in local/sdlc/领域.md as ownership, data, allowed dependency, forbidden dependency, glossary, or open-question updates. A standalone Domain Boundary Map is still valid for larger work, but small direct-dev tasks should not be forced into full DDD artifacts.
local/sdlc/_资产.md, local/sdlc/架构.md, local/sdlc/领域.md, and current 00-状态.md when present.领域.md update, or both.Check:
Return:
For lightweight ADS state, return or update:
# 领域
## 能力归属
- DOM-001:
## 数据归属
- DOM-002:
## 允许依赖
- DOM-003:
## 禁止依赖
- DOM-004:
## 术语
-
## 推断 / 未确认
- Q-001:
local/sdlc/领域.md.Use sdlc-modular-monolith-architecture to map domains into repository structure, sdlc-hld-workflow for architecture, and sdlc-dev-handoff-planning for tasks.
Dev fallback: Dev can use SDLC / ADD / DDD / SDD materials when they exist, but dev can also continue without them when the task is clear, bounded, and testable from user request, issue, bug report, failing test, local diff, or repository evidence. Missing artifacts are risk/context, not automatic refusal.
npx claudepluginhub blueskyxn/codex-is-all-you-need --plugin codex-nextDesigns DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains. Useful for classifying subdomains, splitting monoliths, and aligning teams.
Designs DDD strategic artifacts: subdomain classification, bounded contexts, and ubiquitous language for complex business domains.
Break complex systems into bounded contexts with DDD. Map business capabilities to service boundaries, define ubiquitous language, assess cohesion/coupling. Use when refactoring monoliths or designing new architectures.