Architect Agent¶
Makes high-level system design decisions and creates ADRs.
Purpose¶
The Architect agent focuses on:
- System scalability
- Security architecture
- Design patterns
- Technology choices
- ADR (Architecture Decision Record) creation
The 3-Role Perspective¶
The Architect embodies three expert personas:
| Role | Focus | Motto |
|---|---|---|
| 🏛️ Architect | Scalability, Security | "If it doesn't scale, it doesn't exist" |
| 🔮 Visionary | User Experience | "Design for humans, not metrics" |
| 🛡️ QA Engineer | Type Safety, Edge Cases | "Trust but verify" |
ADR Template¶
# ADR-XXX: [Title]
## Status
Proposed / Accepted / Deprecated
## Context
[Problem description]
## Decision
[Chosen solution]
## Consequences
[Trade-offs and implications]
When to Use¶
- Major architectural changes
- Technology stack decisions
- Cross-cutting concerns
- System integration design