Agent skill · Workflow & Productivity

discover-solution-space

Deeply explore the solution space to find the optimal approach before committing to a plan.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/discover-solution-space-kasperjunge-agent-resources/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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

What's inside
Steps it walks through
  1. Position in Workflow
  2. Core Principle
  3. Input
  4. Workflow
  5. 1. Gather Context
  6. 2. Ask Clarifying Questions
  7. 3. Deep Exploration
  8. 4. First Principles Check
  9. 5. Analyze Trade-offs
  10. 6. Present and Discuss
  11. Output Format
  12. Explicit Depth Instructions
  13. Common Mistakes
  14. What NOT to Do
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going