From product
Classifies domains (Core/Supporting/Generic), identifies business structure types (Pipeline/Blackboard/Dialogue/Hybrid), maps microservice boundaries, and diagrams bounded context relationships. Outputs a domain analysis report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/product:map-domainsopusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Domain classification (Core/Supporting/Generic subdomains)
| File | Required/Recommended | Source |
|---|---|---|
| reports/01_analysis/ | Recommended | /architect:analyze |
| File | Content |
|---|---|
reports/03_design/domain-analysis.md | Domain classification, structure types, boundary map |
Write all reports in the language configured in work/pipeline-progress.json (options.output_language).
| Skill | Relationship |
|---|---|
| /architect:analyze | Input source |
| /architect:redesign | Output destination |
npx claudepluginhub wfukatsu/nexus-architect --plugin scalardbDesigns DDD strategic artifacts: subdomain classification, bounded contexts, and ubiquitous language for complex business domains.
Abstracts features and entities into bounded contexts using DDD strategic design. Produces a Core/Supporting/Generic domain map, context map with typed relationships, and ubiquitous language. Bridges to nexus-architect.
Guides domain modeling using DDD strategic patterns: bounded contexts, context maps, subdomain analysis, and ubiquitous language. Useful for decomposing monoliths or designing microservices.