최상위 10_Wiki/Topic_*였던 4개 카테고리 폴더를 10_Wiki/Topics/Topic_* 로 재배치.
콘텐츠 변경 없음(순수 폴더 이동) — Topics/ 하위 나머지 폴더는 이미 지난 커밋에서
전부 정리된 상태(잔존 항목은 에이전트 운영 상태 및 사용자가 보존을 요청한
업데이트0615/무제 3.canvas 뿐).
"매 sticky-note 의 도메인 의 explosion". Alberto Brandolini 의 2013 invent, 매 domain experts + devs 의 한 방 (혹은 Miro/FigJam) 에 모여 매 orange sticky note (domain event) 의 timeline 의 plot. 매 2026 의 매 distributed workshop tool (Miro AI, FigJam AI) 의 매 LLM-assisted aggregation 의 standard.
// 매 white sticky 의 invariant
classOrderAggregate{privateevents: OrderEvent[]=[];place(items: Item[]){if(items.length===0)thrownewError("empty order");this.events.push({type:"OrderPlaced",orderId: this.id,items,placedAt: newDate()});}// 매 모든 mutation 의 매 event 의 emit.
}
Pattern 5: Bounded context map (Mermaid)
flowchart LR
subgraph Sales
Order
Cart
end
subgraph Billing
Payment
Invoice
end
subgraph Logistics
Shipment
end
Order -- "OrderPlaced" --> Payment
Payment -- "OrderPaid" --> Shipment
Pattern 6: AI-assisted event extraction (2026)
// 매 transcript / Miro export → event suggestions
constprompt=`From this user interview, extract domain events (PascalCase past tense),
commands, and hotspots. Output JSON matching: { events:[], commands:[], hotspots:[] }.
Interview: ${transcript}`;constresult=awaitclaude.messages.create({model:"claude-opus-4-7",max_tokens: 4000,messages:[{role:"user",content: prompt}],});
매 결정 기준
상황
Approach
Greenfield complex domain
Big Picture → Process → Design
Legacy reverse engineering
Big Picture only
Microservice split
Process Level + bounded context
Small CRUD app
Skip — overkill
Distributed team
Miro / FigJam + AI summarizer
기본값: 매 complex domain 시 Big Picture (4 hours), 매 implementation 직전 Design Level.