Agent skill
discovering
Use when idea is vague, multiple interpretations exist, scope is undefined, or stakeholders need alignment before technical work begins
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/discovering
SKILL.md
Discovering Skill
Use when the what/why is unclear; output is a direction, not a solution.
When to Use vs Researching
What's unclear?
├── What/Why (goal, scope, requirements) → Discovering
└── How (technical approach, implementation) → Researching
When to Use
- Idea is vague or underspecified
- Multiple interpretations exist
- Need to align on scope and goals
- Stakeholders have different expectations
Skip if: request is clear and decision-ready (use researching skill instead).
Quick Reference
| 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 |
Core Rules
- Gather project context first
- One question at a time
- Prefer multiple choice
- High-level directions, not technical solutions
Flow
-
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:
- Goal (1 sentence)
- Non-goals
- Direction/approach
- Open questions (1-3 bullets)
Get sign-off before proceeding.
Common Mistakes
| 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 |
After Discovery
- Technical uncertainty? → Use researching skill
- Direction clear? → Proceed to implementation
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?