From product
Redesigns bounded contexts, defines aggregates, and generates context maps with Mermaid diagrams based on evaluation results from /architect:integrate-evaluations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/product:redesignopusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Based on evaluation results, formulate a new bounded context design:
Based on evaluation results, formulate a new bounded context design:
| File | Required/Recommended | Source |
|---|---|---|
| reports/02_evaluation/unified-improvement-plan.md | Required | /architect:integrate-evaluations |
| reports/01_analysis/ubiquitous-language.md | Recommended | /architect:analyze |
| File | Content |
|---|---|
reports/03_design/bounded-contexts-redesign.md | BC definitions, aggregate list, responsibilities |
reports/03_design/context-map.md | Context map (Mermaid diagram) |
Write all reports in the language configured in work/pipeline-progress.json (options.output_language).
| Skill | Relationship |
|---|---|
| /architect:integrate-evaluations | Input source |
| /architect:design-microservices | Output destination |
| /architect:map-domains | Related |
npx claudepluginhub wfukatsu/nexus-architect --plugin scalardbMaps relationships between bounded contexts and defines integration contracts using DDD patterns. Helps prevent domain leakage, plan anti-corruption layers, and clarify upstream/downstream ownership.
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.