Commit Graph

1 Commits

Author SHA1 Message Date
Seth Hobson
a80cfd0f53 feat: add database-architect agent and enhance backend-architect
- Add comprehensive database-architect agent for data layer design
  - Technology selection (SQL/NoSQL/TimeSeries/NewSQL)
  - Schema design and data modeling
  - Migration planning and strategy
  - Indexing, caching, and scalability patterns
  - Handles both greenfield and re-architecture
  - Works BEFORE backend-architect in workflow

- Enhance backend-architect agent with modern patterns
  - Expand from 31 to 283 lines with comprehensive capabilities
  - Add GraphQL, gRPC, WebSockets, event-driven architectures
  - Include resilience patterns, observability, and security
  - Add testing strategies and deployment patterns
  - Defer database design to database-architect
  - Works AFTER database-architect in workflow

Closes #70
2025-10-05 15:06:39 -04:00