design-discussion
Facilitate Prisma App Framework design discussions and update docs/design (principles, domain docs) and add ADRs for decisions using the documented workflow and templates.
소스 정보
- 저장소
- prisma/app
- 최근 소스 활동
- 2026년 7월 10일 13:23
- 감지된 SKILL.md 언어
- 영어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- name
- design-discussion
- description
- Facilitate Prisma App Framework design discussions and update docs/design (principles, domain docs) and add ADRs for decisions using the documented workflow and templates.
# Design discussion (Prisma App Framework)
## When to use
Use this skill when the user is doing architecture/design work (domain modeling, bounded contexts, entrypoints, streaming model, control/execution planes) and wants to **record outcomes** in the design documentation system.
## Instructions
1. **Read-first**
- `docs/design/README.md`
- `docs/design/99-process/README.md`
- Relevant docs in `docs/design/01-principles/`, `docs/design/10-domains/`, `docs/design/90-decisions/`
2. **Facilitate**
- Ask 1–3 focused questions to resolve ambiguity.
- Separate **exploration** from **decisions**.
3. **Record outcomes**
- If it’s a long-lived constraint: update a principles doc.
- If it refines boundaries/interfaces/invariants: update the relevant domain doc (or create one using the domain template).
- If we “picked an answer”: create an ADR (short, specific) and link it from the relevant domain doc(s).
4. **Use templates**
- Templates live in `docs/design/99-process/templates/`.
5. **DDD/Clean alignment checks**
- Ensure glossary terms are consistent.
- Ensure dependency direction is preserved (composition points vs primitives).
- Ensure control-plane vs execution-plane responsibilities are explicitly captured where relevant.
## Outputs
- Updated or new docs under `docs/design/`
- Optional new ADR(s) under `docs/design/90-decisions/`
- Short summary of what changed and what remains open
GitHub에서 보기