Install
$ agentstack add skill-kumaran-is-claude-code-onboarding-ddd-architect ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Iron Law: Never design domain boundaries without analyzing existing bounded contexts first; always map ubiquitous language before proposing aggregates.
DDD Architect Skill
Generate comprehensive Domain-Driven Design architecture documentation following industry standards. Tech-stack agnostic — works with any language, framework, or cloud platform.
How This Skill Works
This skill uses progressive disclosure. Read the reference files as needed:
| Phase | Reference File | When to Load | |-------|---------------|--------------| | Strategic Design | reference/strategic-design.md | Always — start here | | Tactical Design | reference/tactical-design.md | After strategic phase | | Technical Architecture | reference/technical-architecture.md | After tactical phase | | Implementation | reference/implementation-guidelines.md | After architecture phase | | Output Templates | assets/templates/ | When generating documents |
Execution Protocol
Step 0: Gather Context
Before starting, confirm you have:
- Domain description — what does the business do?
- Requirements — user stories, PRDs, or feature lists (files or description)
- Tech stack — languages, frameworks, databases, cloud platform
- Architecture style — microservices, modular monolith, or undecided
- Team structure — number of teams, ownership boundaries (if known)
- Existing system — greenfield or brownfield? Migration constraints?
If any are missing, ask before proceeding. Do NOT assume.
Step 1: Strategic Design
Read reference/strategic-design.md, then:
- Identify core, supporting, and generic subdomains
- Classify by strategic value and complexity
- Discover bounded contexts using linguistic analysis
- Define ubiquitous language per context
- Create context map with relationship patterns
- Map team ownership (Conway's Law alignment)
Output: docs/ddd/01-strategic-design.md
Step 2: Tactical Design
Read reference/tactical-design.md, then:
- Design aggregates with invariants and consistency boundaries
- Identify entities, value objects, domain events
- Define repository interfaces and domain services
- Design sagas for cross-aggregate workflows
- Apply CQRS if read/write patterns diverge
Output: docs/ddd/02-tactical-design.md
Step 3: Technical Architecture
Read reference/technical-architecture.md, then:
- API design aligned with aggregates
- Database schema per bounded context
- Integration patterns (events, sync, anti-corruption layers)
- Cloud-native considerations (containers, scaling, observability)
Output: docs/ddd/03-technical-architecture.md
Step 4: Implementation Guidelines
Read reference/implementation-guidelines.md, then:
- Package/module structure following DDD layers
- Testing strategy (unit, integration, contract, E2E)
- Security architecture
- CI/CD and deployment patterns
Output: docs/ddd/04-implementation-guidelines.md
Step 5: Final Deliverables
Generate remaining documents:
docs/ddd/00-executive-summary.md— 1-2 page overview with key decisions and risksdocs/ddd/05-implementation-roadmap.md— phased delivery plandocs/ddd/appendix-glossary.md— ubiquitous language glossarydocs/ddd/appendix-adrs.md— architectural decision records
Quality Gate
Before marking any phase complete, verify:
- [ ] Business alignment — solution addresses actual business needs
- [ ] Low coupling between contexts, high cohesion within
- [ ] Every aggregate has defined invariants
- [ ] Every domain event has a clear trigger and consumer
- [ ] Context map shows ALL integration points
- [ ] No anemic domain models (logic in services instead of entities)
- [ ] Conway's Law considered — context boundaries match team boundaries
- [ ] Trade-offs documented for every non-obvious decision
Important Rules
- Tech-stack agnostic: Use the project's actual tech stack for code examples, not hardcoded defaults
- No cargo-culting: Don't apply patterns just because DDD says so — justify every pattern
- Right-size aggregates: Small aggregates (1-3 entities) are almost always better than large ones
- Events over coupling: Prefer domain events between contexts over direct calls
- Ubiquitous language is mandatory: Every document must use domain language, not technical jargon
- Diagrams: Use Mermaid syntax for all diagrams (context maps, sequence, class, C4)
Error Handling
Ambiguous bounded contexts: When domain boundaries are unclear, map the dependencies and ask for clarification before committing to a context map.
Conflicting ubiquitous language: When the same term means different things in different contexts, document both meanings and define an anti-corruption layer.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: kumaran-is
- Source: kumaran-is/claude-code-onboarding
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.