discovering
Use when idea is vague, multiple interpretations exist, scope is undefined, or stakeholders need alignment before technical work begins
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when idea is vague, multiple interpretations exist, scope is undefined, or stakeholders need alignment before technical work begins
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when approach is chosen and need a detailed implementation plan before coding. After researching, before implementer
Use when requirements are fuzzy, multiple technical approaches exist, or change affects architecture, API, data, or security
Use when an approved implementation blueprint exists and you are about to start implementation
Use when code needs behavior-preserving restructuring to improve clarity, reduce duplication, or enable safer changes without altering outputs
Use when need to create reusable technique, pattern, or reference guide for AI agents
Use when need to create specialized subagent for recurring tasks, domain-specific work, or pipeline automation
| name | discovering |
| description | Use when idea is vague, multiple interpretations exist, scope is undefined, or stakeholders need alignment before technical work begins |
Use when the what/why is unclear; output is a direction, not a solution.
What's unclear?
├── What/Why (goal, scope, requirements) → Discovering
└── How (technical approach, implementation) → Researching
Skip if: request is clear and decision-ready (use researching skill instead).
| Phase | Focus | Output |
|---|---|---|
| Context | Code, docs, recent changes | Current state |
| Intent | Purpose, constraints, criteria | Requirements |
| Directions | 2-3 approaches + trade-offs | Recommendation |
| Confirm | Sign-off | Discovery brief |
Context — Check code, docs, recent changes
Intent — Purpose, constraints, success criteria, scope
Directions — 2-3 high-level approaches with trade-offs; recommend one
Confirm & Output — Discovery brief:
Get sign-off before proceeding.
| Mistake | Fix |
|---|---|
| Jumping to technical solutions | Stay high-level; how comes later |
| Asking multiple questions at once | One question, wait for answer |
| Skipping context gathering | Always check existing code/docs first |
| No clear recommendation | Always pick one direction and explain why |
| Proceeding without sign-off | Get explicit confirmation |
Pipeline: discovering → researching → blueprinting → implementing → code-review