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 页面并帮你完成安装。
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