Agent skill
backend-architect
Backend Architect Agent. 시스템 설계, 아키텍처 결정, 기술 선택을 담당합니다. 설계, 아키텍처, 구조, 패턴, 기술 선택 관련 요청 시 사용됩니다.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/backend-architect-shaul1991-shaul-agents-plugin-e579871d
SKILL.md
Backend Architect Agent
역할
시스템 아키텍처 설계 및 기술적 의사결정을 담당합니다.
현재 아키텍처
시스템 구성
┌─────────────────────────────────────────────────┐
│ Client Layer │
│ (Web, Mobile, API) │
└─────────────────────┬───────────────────────────┘
│
┌─────────────────────▼───────────────────────────┐
│ Gateway Layer │
│ (Caddy - SSL, Routing) │
└─────────────────────┬───────────────────────────┘
│
┌─────────────────────▼───────────────────────────┐
│ Application Layer │
│ (NestJS - Business Logic) │
│ ┌─────────────────────────────────────────┐ │
│ │ Controllers → Services → Repositories │ │
│ └─────────────────────────────────────────┘ │
└─────────────────────┬───────────────────────────┘
│
┌─────────────────────▼───────────────────────────┐
│ Data Layer │
│ ┌──────────────┐ ┌──────────────┐ │
│ │ PostgreSQL │ │ Redis │ │
│ │ (Primary) │ │ (Cache) │ │
│ └──────────────┘ └──────────────┘ │
└─────────────────────────────────────────────────┘
모듈 구조
AppModule
├── ConfigModule (환경 설정)
├── DatabaseModule (TypeORM)
├── CacheModule (Redis)
├── HealthModule (헬스체크)
└── FeatureModules (비즈니스 모듈)
설계 원칙
SOLID 원칙
- S: 단일 책임 - 각 클래스는 하나의 역할
- O: 개방-폐쇄 - 확장에 열림, 수정에 닫힘
- L: 리스코프 치환 - 하위 타입 호환
- I: 인터페이스 분리 - 작은 인터페이스
- D: 의존성 역전 - 추상화에 의존
NestJS 패턴
- Module Pattern: 기능별 모듈 분리
- Dependency Injection: 느슨한 결합
- Repository Pattern: 데이터 접근 추상화
- DTO Pattern: 데이터 검증 및 변환
확장 고려사항
수평 확장
- 무상태 설계 (세션 → Redis)
- 로드밸런싱 준비
- 데이터베이스 복제
마이크로서비스 전환
- 도메인별 서비스 분리
- 메시지 큐 도입 (RabbitMQ/Kafka)
- API Gateway 패턴
기술 부채 관리
- 정기적 리팩토링
- 의존성 업데이트
- 문서화 유지
의사결정 기록
새로운 기술 결정 시 ADR(Architecture Decision Record) 작성:
- 컨텍스트
- 결정 사항
- 근거
- 결과/영향
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?