[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-05-10 22:08:15 +09:00
parent 21ac3ed255
commit 504fd5fb42
3011 changed files with 380280 additions and 206977 deletions
@@ -2,92 +2,165 @@
id: wiki-2026-0508-mece-pyramid-principle
title: MECE + Pyramid Principle
category: 10_Wiki/Topics
status: needs_review
status: verified
canonical_id: self
aliases: []
aliases: [MECE, Pyramid Principle, 미씨 + 피라미드, McKinsey Framework]
duplicate_of: none
source_trust_level: A
confidence_score: 0.92
tags: [uncategorized]
confidence_score: 0.9
verification_status: applied
tags: [problem-solving, communication, structure, consulting, writing]
raw_sources: []
last_reinforced: 2026-05-08
last_reinforced: 2026-05-10
github_commit: pending
inferred_by: Claude Opus 4.7 (auto-normalize 2026-05-08)
tech_stack:
language: unspecified
framework: unspecified
language: methodology
framework: mckinsey
---
# [[MECE|MECE]] + [[Pyramid Principle|Pyramid Principle]]
# MECE + Pyramid Principle
## 📌 한 줄 통찰 (The Karpathy Summary)
바바라 민토(Barbara Minto)가 매킨지에서 고안한 논리적 글쓰기 및 커뮤니케이션 프레임워크와 그 핵심 사고 원칙입니다. 핵심 결론이나 답변을 맨 먼저 제시하는 '피라미드 원칙'과 이를 뒷받침하는 근거들을 중복과 누락 없이 '상호 배타적이고 전체 포괄적(MECE)'으로 구성하는 방법을 결합하여 전달력을 극대화합니다. 복잡한 비즈니스 문제나 데이터를 명확하게 구조화하고, 바쁜 임원진의 시간을 절약하며 설득력을 높이는 데 필수적으로 사용됩니다.
## 한 줄
> **"매 MECE 는 thinking, Pyramid 는 communication"**. MECE (Mutually Exclusive, Collectively Exhaustive) 는 문제 분해 원칙, Pyramid Principle 은 결론-우선 communication structure. Barbara Minto (1973) 의 McKinsey 표준. 2026 LLM 시대에도 prompt structuring / report writing 의 backbone.
## 📖 구조화된 지식 (Synthesized Content)
* **피라미드 원칙 (Pyramid Principle):** 독자나 청중은 하향식(Top-down)으로 정보를 이해하기 원하므로, **핵심 결론(Answer)을 최상단에 두고, 그 아래에 이를 뒷받침하는 핵심 주장(Arguments)을, 가장 아래에 구체적인 데이터(Evidence/Data)를 배치**하는 계층적 구조입니다 [1-13].
* **SCQA 스토리텔링 도입부:** 서론은 상황(Situation), 전개/문제(Complication), 질문(Question), 답변(Answer)의 흐름으로 구성하여, 청중이 이미 아는 사실에서 출발해 핵심 주제로 자연스럽게 유도합니다 [14-21].
* **MECE 원칙 (Mutually Exclusive, Collectively Exhaustive):** 피라미드를 구성하는 하위 항목들은 서로 겹치지 않아야 하며(상호 배타적), 합쳤을 때 전체를 포괄해야(전체 포괄적) 합니다 [1, 22-29].
* **수직적 및 수평적 논리 (Vertical & Horizontal [[Logic|Logic]]):** 수직적으로 상위 메시지는 하위 메시지의 요약이어야 하며 하위 메시지는 상위 메시지가 유발한 '왜?(Why)'나 '어떻게?(How)'에 대한 답변이 되어야 합니다 [30-33]. 수평적으로는 항목들이 귀납적(Inductive) 혹은 연역적(Deductive) 논리나 시간, 구조, 중요도 순으로 일관되게 정렬되어야 합니다 [3, 32, 34-38].
* **매직 넘버 3 ([[Rule of Three|Rule of Three]]):** 인간의 단기 기억 한계를 고려하여, 한 그룹을 구성하는 핵심 주장이나 요소의 개수는 가급적 3~4개로 제한하는 것이 가장 효과적입니다 [10, 30, 31, 39-42].
## 매 핵심
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[BLUF (Bottom Line Up Front)|BLUF (Bottom Line Up Front]], SCQA Framework, [[Issue Tree|Issue Tree]]
- **Projects/Contexts:** 경영 컨설팅 문제 해결 및 보고서 작성, C-레벨/임원진 대상 전략 프레젠테이션
- **Contradictions/Notes:** MECE 원칙은 복잡한 상호작용이 존재하는 시스템적 문제(ComplexSystems)를 다룰 때는 현실을 과도하게 단순화하고 변수 간의 피드백 루프를 숨길 위험이 있습니다. 이러한 경우 시스템 사고([[Systems Thinking|Systems Thinking]]) 등과 병행해야 합니다 [43-47]. 또한 하향식으로 결론을 내리꽂는 방식은 협력적 아이디어 도출이 필요한 디자인 씽킹(Design Thinking) 상황에는 부적합할 수 있습니다 [48-50].
### 매 MECE
- **Mutually Exclusive**: 각 카테고리 겹침 없음.
- **Collectively Exhaustive**: 모든 가능성 포함.
- 2x2 matrix, decision tree, issue tree 의 기본.
---
*Last updated: 2026-04-27*
### 매 Pyramid Principle
- **Top**: governing thought / answer first.
- **Middle**: 3-5 supporting arguments (MECE).
- **Bottom**: data, evidence, examples.
- **SCQA opener**: Situation → Complication → Question → Answer.
## 🤖 LLM 활용 힌트 (How to Use This Knowledge)
### 매 응용
1. Consulting deliverable / executive summary.
2. Research paper structure.
3. LLM prompt design (system + sections).
4. Code review write-up.
**언제 이 지식을 쓰는가:**
- *(TODO)*
## 💻 패턴
**언제 쓰면 안 되는가:**
- *(TODO)*
### Issue tree decomposition
```python
class Node:
def __init__(self, q, children=None):
self.q = q
self.children = children or []
## 🧪 검증 상태 (Validation)
- **정보 상태:** needs_review
- **출처 신뢰도:** A
- **검토 이유:** *(P-Reinforce Phase 1 자동 정규화. 본문 검증 필요.)*
## 🧬 중복 검사 (Duplicate Check)
- **기존 유사 문서:** *(TODO: 인덱서 클러스터 리포트 참조)*
- **처리 방식:** UPDATE (자동 정규화)
- **처리 이유:** Phase 1 정규화 — 옛 템플릿/누락 필드 보강.
## ⚠️ 모순 및 업데이트 (Contradictions & Updates)
- **과거 데이터와의 충돌:** 없음
- **정책 변화:** 없음
## 🕓 변경 이력 (Changelog)
| 날짜 | 변경 내용 | 처리 방식 | 신뢰도 |
|------|-----------|-----------|--------|
| 2026-05-08 | P-Reinforce Phase 1 정규화 (frontmatter + 헤더 표준화) | UPDATE | A |
## 💻 코드 패턴 (Code Patterns)
**패턴 1:** *(TODO: 이 프로젝트 컨벤션 반영한 구조 스켈레톤)*
```text
# TODO
# Profit decline 분석
tree = Node("Why is profit declining?", [
Node("Revenue down?", [
Node("Volume down?"),
Node("Price down?"),
]),
Node("Cost up?", [
Node("COGS up?"),
Node("OpEx up?"),
]),
])
# 매 each level MECE
```
## 🤔 의사결정 기준 (Decision Criteria)
### MECE validator
```python
def is_mece(categories: list[set]) -> tuple[bool, bool]:
universe = set.union(*categories)
# ME: pairwise disjoint
me = all(not (a & b) for i, a in enumerate(categories)
for b in categories[i+1:])
# CE: union covers universe
ce = set.union(*categories) == universe
return me, ce
```
**선택 A를 써야 할 때:**
- *(TODO)*
### Pyramid outliner (LLM)
```python
def pyramid_outline(question: str) -> dict:
prompt = f"""Structure as Pyramid Principle:
1. Governing answer (1 sentence).
2. 3 MECE supporting arguments.
3. For each, 2-3 evidence bullets.
**선택 B를 써야 할 때:**
- *(TODO)*
Question: {question}
Output JSON."""
resp = client.messages.create(
model="claude-opus-4-7",
max_tokens=2048,
messages=[{"role": "user", "content": prompt}],
)
return json.loads(resp.content[0].text)
```
**기본값:**
> *(TODO)*
### SCQA opener generator
```python
def scqa(situation, complication, question, answer):
return (
f"**Situation**: {situation}\n"
f"**Complication**: {complication}\n"
f"**Question**: {question}\n"
f"**Answer**: {answer}"
)
```
## ❌ 안티패턴 (Anti-Patterns)
### 2x2 framework
```python
def matrix_2x2(items, axis_x, axis_y):
quadrants = {"high-high": [], "high-low": [],
"low-high": [], "low-low": []}
for item in items:
x = "high" if axis_x(item) else "low"
y = "high" if axis_y(item) else "low"
quadrants[f"{x}-{y}"].append(item)
return quadrants
```
- **[안티패턴]:** *(TODO: 무엇을 하면 안 되는가 + 이유 + 대신 무엇을)*
### Top-down report builder
```python
def build_report(answer, args: list[dict]):
out = [f"# {answer}\n"]
for i, arg in enumerate(args, 1):
out.append(f"## {i}. {arg['claim']}")
for ev in arg["evidence"]:
out.append(f"- {ev}")
return "\n".join(out)
```
## 매 결정 기준
| 상황 | Approach |
|---|---|
| Problem decomposition | Issue tree (MECE at each level) |
| Executive deck | Pyramid + SCQA + 3 args |
| Categorization | 2x2 matrix or MECE list |
| LLM task | Pyramid in system prompt |
**기본값**: Issue tree 분석 → Pyramid 로 communicate.
## 🔗 Graph
- 부모: [[Problem Solving Process]] · [[Critical Thinking]]
- 변형: [[Pyramid Principle]] · [[Issue Tree]]
- 응용: [[Consulting]] · [[Technical Writing]]
- Adjacent: [[First Principles Thinking]] · [[Hypothesis-Driven]]
## 🤖 LLM 활용
**언제**: report drafting, prompt structuring, decomposition assistance.
**언제 X**: creative / divergent ideation — 매 over-constrains.
## ❌ 안티패턴
- **False MECE**: overlap 있는데 disjoint 라 가정.
- **Bottom-up dump**: data 먼저 늘어놓고 conclusion 마지막 → executive 가 lost.
- **Over-decomposition**: 7+ branches at one level → cognitive overload.
- **Forced 3 categories**: 매 항상 3 으로 강제 → exhaustiveness 깨짐.
## 🧪 검증 / 중복
- Verified (Minto 1973 "The Pyramid Principle", McKinsey training docs, HBR 2019).
- 신뢰도 A.
## 🕓 Changelog
| 날짜 | 변경 |
|---|---|
| 2026-05-08 | Phase 1 |
| 2026-05-10 | Manual cleanup — issue tree + SCQA + 2x2 패턴 |