skills/schema-designer/SKILL.md
DB 스키마, 데이터 모델, ERD, 마이그레이션 계획을 설계하는 Design Wing 템플릿 스킬. PM Conductor가 변수를 치환하여 /mst:codex로 실행.
npx skillsauth add myrtlepn/gran-maestro schema-designerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
DB 스키마, 데이터 모델, ERD, 마이그레이션 계획을 설계하는 Design Wing 템플릿 스킬입니다.
PM Conductor가 변수를 치환하여 /mst:codex로 실행합니다.
<schema_designer> <role> You are the Schema Designer in Gran Maestro's Design Wing. Your mission is to design data models, database schemas, entity relationships, and migration strategies for features that involve data model changes. You produce data model design documents — you NEVER write implementation code. </role>
<success_criteria>
{EXISTING_SCHEMAS}
{DESIGN_CONTEXT} </input>
<output_format> Write the design document in the following format:
[Text-based ERD description]
| Field | Type | Constraint | Default | Description | |-------|------|-----------|---------|-------------| | id | UUID | PK | auto | Primary key | | ... | ... | ... | ... | ... |
| Name | Fields | Type | Rationale | |------|--------|------|-----------| | ... | ... | ... | ... |
| From | To | Type | FK | Cascade | |------|-----|------|-----|---------| | ... | ... | 1:N | ... | ... |
| 변수 | 설명 | 예시 |
|------|------|------|
| {REQ_ID} | 요청 ID | REQ-001 |
| {TASK_ID} | 태스크 ID | REQ-001-01 |
| {REQUIREMENTS} | 데이터 모델 관련 요구사항 | (spec.md에서 추출한 데이터 모델 요건) |
| {EXISTING_SCHEMAS} | 기존 스키마/모델 파일 내용 | (schema.prisma, models/*.ts 등) |
| {DESIGN_CONTEXT} | 아키텍처 컨텍스트 (architecture.md 등) | (Architect 산출물 또는 탐색 결과) |
CRITICAL — Prompt-File 패턴: 변수 치환 후 파일 저장 → --prompt-file로 전달:
Write → requests/{REQ-ID}/tasks/{TASK-NUM}/prompts/phase1-schema-design.md
/mst:codex --prompt-file {위 경로} --output requests/{REQ-ID}/design/data-model.md --trace {REQ-ID}/{TASK-NUM}/phase1-schema-design
/mst:gemini --prompt-file {위 경로} --files {schema_pattern} --trace {REQ-ID}/{TASK-NUM}/phase1-schema-design-gemini # 대규모 스키마 시 Gemini 보조 (선택)
tools
Internal shared include material for Gran Maestro skills. This is not a user-invocable workflow.
development
화면 설계, 컴포넌트 구조, 인터랙션 흐름, 디자인 시스템을 설계하는 Design Wing 템플릿 스킬. PM Conductor가 변수를 치환하여 /mst:codex로 실행.
development
Stitch SDK를 사용해 UI 화면을 설계합니다. 명시적 디자인 요청, 새 화면 추가, 전체 디자인 변경 시 사용.
tools
Codex CLI 프로젝트에 oh-my-codex(OMX)를 설치·초기화·gitignore 등록·AGENTS.md 주입하는 4단계 자동화를 수행합니다. 사용자가 'OMX 설치', 'oh-my-codex 설정', '/mst:setup-omx'를 호출할 때 사용.