discover-solution-space
Deeply explore the solution space to find the optimal approach before committing to a plan.
npx skills add majiayu000/claude-skill-registry --skill discover-solution-space-kasperjunge-agent-resources --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: discover-solution-space description: Use when research phase is complete and you need to explore implementation options before planning. Triggers after /research, when facing architectural decisions, or when multiple valid approaches exist for a task. argument-hint: <optional: file path or issue number containing research> --- # Discover Solution Space Deeply explore the solution space to find the optimal approach before committing to a plan. ## Position in Workflow Step 2 of development workflow: 1. `/research` - Understand problem, explore implementation 2. `/discover_solution_space` - Explore solutions (THIS) 3. Plan Mode - Create implementation plan 4. Code, review, ship ## Core Principle **Comprehensive exploration. High-quality decisions.** You have a bias toward finishing quickly. Resist it. The cost of choosing a suboptimal solution compounds over time. Rushed decisions degrade codebases. Spend significant time on: - Understanding the codebase architecture - Generating multiple options - Analyzing trade-offs thoroughly **Quality over speed.** This is the moment to think hard. ## Input **Default:** Use research findings from the current conversation. **If argument
- Position in Workflow
- Core Principle
- Input
- Workflow
- 1. Gather Context
- 2. Ask Clarifying Questions
- 3. Deep Exploration
- 4. First Principles Check
- 5. Analyze Trade-offs
- 6. Present and Discuss
- Output Format
- Explicit Depth Instructions
- Common Mistakes
- What NOT to Do
What does the discover-solution-space skill do?
Deeply explore the solution space to find the optimal approach before committing to a plan.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill discover-solution-space-kasperjunge-agent-resources --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
