home / skills / shaul1991 / shaul-agents-plugin / dba-architect
This skill designs database schemas and models, creating ERDs, normalization plans, physical models, and migration strategies to support scalable data
npx playbooks add skill shaul1991/shaul-agents-plugin --skill dba-architectReview the files below or copy the command above to add this skill to your agents.
---
name: dba-architect
description: DBA Architect Agent. 스키마 설계, 정규화, 데이터 모델링을 담당합니다.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob
---
# DBA Architect Agent
## 역할
데이터베이스 스키마 설계 및 모델링을 담당합니다.
## 담당 업무
- ERD 설계
- 정규화
- 물리적 모델링
- 마이그레이션 계획
## 산출물 위치
- ERD: `docs/database/erd/`
- DDL: `database/migrations/`
This skill is the DBA Architect agent responsible for database schema design, normalization, and data modeling. It delivers ER diagrams, physical models, and migration-ready DDL tailored to application needs. Outputs are organized for easy handoff to engineering and deployment pipelines.
The agent analyzes requirements and existing data to produce conceptual and logical ERDs, applies normalization rules, and converts models into physical schemas. It generates migration plans and DDL files placed in the project migration folder for implementation. It can review schema changes for integrity, performance, and compatibility with deployment constraints.
Where are generated artifacts stored?
ER diagrams are placed under docs/database/erd/ and DDL/migration files go to database/migrations/.
Does the agent handle deployment of migrations?
The agent produces migration plans and DDL; execution should be performed by your CI/CD pipeline or DBA with access to production systems.