Double Diamond 디자인 방법론 — 문제 탐색과 해결책 개발
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Insajin/autopus-adk --skill double-diamond --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Double Diamond?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/insajin-double-diamond)More formats (shields.io, HTML) on the badges page.
---
name: double-diamond
description: Double Diamond 디자인 방법론 — 문제 탐색과 해결책 개발
compatibility: omp
---
# Double Diamond Skill
문제를 발산적으로 탐색하고 수렴하는 4단계 디자인 방법론입니다.
## 다이아몬드 1: 올바른 문제 찾기
### Discover 단계 (발산)
문제 공간을 넓게 탐색합니다:
- **현장 조사**: 실제 사용자 관찰
- **인터뷰**: 이해관계자 심층 인터뷰
- **데이터 분석**: 기존 로그와 메트릭 분석
- **경쟁 분석**: 유사 솔루션 조사
```
목표: 가능한 한 많은 인사이트 수집
방법: 가정하지 말고 관찰하라
```
### Define 단계 (수렴)
수집한 인사이트에서 핵심 문제를 정의합니다:
- **어피니티 다이어그램**: 패턴 그룹화
- **How Might We**: 문제를 기회로 재정의
- **Problem Statement**: 한 문장으로 문제 정의
```
Problem Statement 형식:
[사용자]는 [맥락]에서 [목표]를 달성하려 하지만 [장애물] 때문에 어렵다.
```
## 다이아몬드 2: 올바른 해결책 개발
### Develop 단계 (발산)
다양한 해결책을 탐색합니다:
- **Crazy 8s**: 빠른 아이디어 스케치
- **프로토타입**: 저충실도 프로토타입
- **사용자 테스트**: 빠른 검증
- **반복**: 학습 기반 개선
### Deliver 단계 (수렴)
최종 해결책을 선택하고 구현합니다:
- **평가 기준 설정**: 무엇으로 성공을 측정할 것인가?
- **최종 선택**: 최적 솔루션 결정
- **구현 계획**: 단계별 실행 계획
- **측정 방법**: KPI 설정
## 적용 체크리스트
- [ ] Discover: 최소 5가지 인사이트 수집
- [ ] Define: 명확한 Problem Statement 작성
- [ ] Develop: 최소 3가지 해결책 탐색
- [ ] Deliver: 검증 가능한 성공 지표 정의
## 전환 판단 기준
| 단계 | → 다음 단계 조건 |
|------|-----------------|
| Discover → Define | 충분한 인사이트 수집 완료 |
| Define → Develop | 핵심 문제 합의 완료 |
| Develop → Deliver | 솔루션 검증 완료 |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Use when a repo needs CodeGraph plus ast-grep for Codex MCP setup, exploration, impact analysis, structural search, or safe refactor planning.
Interview, source-challenge, verify, save, and ADR-gate fuzzy coding requests into Codex-ready implementation specs. Use when a feature, bugfix, refactor, migration, repo-wide change, or architecture task needs user-verified requirements, source-backed decisions, durable architecture decisions, acceptance criteria, validation commands, rollout notes, saved spec/ADR files, and a Codex execution prompt. Do not use when already fully specified or when the user wants direct implementation now.