docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# [[Problem Solving]]
# [[Problem Solving|Problem Solving]]
## 📌 Brief Summary
원치 않는 결과가 발생하거나 그 결과를 설명할 수 없을 때, 이를 진단하고 구조화하여 개선 가능한 해결책을 찾아 실행하는 전 과정입니다.
@@ -10,8 +10,8 @@
- 복잡계(Complex systems) 관점에서는 선형적인 인과관계 분석(Linear Thinking)뿐만 아니라, 요소 간의 상호작용과 피드백 루프를 함께 고려하여 상황을 해결해야 합니다 [4, 27].
## 🔗 Knowledge Connections
- **Related Topics:** [[Linear Thinking]], [[Systems Thinking]], [[Problem Solving Process]]
- **Projects/Contexts:** [[경영 컨설팅 프로젝트]], [[조직 변화 관리(Change Management)]]
- **Related Topics:** [[Linear Thinking|Linear Thinking]], [[Systems Thinking|Systems Thinking]], [[Problem Solving Process|Problem Solving Process]]
- **Projects/Contexts:** 경영 컨설팅 프로젝트, 조직 변화 관리(Change Management)
- **Contradictions/Notes:** 선형적 접근법은 빠르고 예측 가능한 문제(Complicated problem) 해결에 적합하지만, 다수의 피드백과 변수가 존재하는 얽힌 문제(Complex problem)에서는 의도치 않은 결과를 초래할 수 있어 주의가 필요합니다 [28-30].
---