These agent templates help you work with your architecture catalog using Claude Code. Copy them to your project's .claude/agents/ directory and customize.
| Template | Purpose | Model |
|---|---|---|
domain-expert.md |
Q&A about a specific domain | sonnet |
registry-crawler.md |
Import architecture from existing docs | sonnet |
integration-mapper.md |
Discover missing connections between systems | sonnet |
health-advisor.md |
Find gaps and suggest what to document next | haiku |
domain-onboarding.md |
Guide full domain setup from scratch | sonnet |
- Copy desired template(s) to your project's
.claude/agents/ - Replace placeholder markers (
[YOUR DOMAIN NAME],[DOMAIN KEYWORDS], etc.) - Customize the search scope to match your registry structure
- Start a Claude Code session — agents are auto-discovered
- These templates dynamically read
models/registry-mapping.yamlto discover layers and types — they don't hardcode paths - Customize the domain keywords in the agent description for accurate auto-delegation
- Agent descriptions must be detailed enough for Claude to delegate correctly
- Read-only agents (domain-expert, integration-mapper) have minimal tools for safety