solution-space

Installation
SKILL.md

/solution-space

Explore candidate solutions before committing. The trap is defending the first workable idea.

Sits between Problem Statement and Implementation. You have the problem framed; now map approaches before picking one.

When to Use

  • Problem is understood — you have a clear problem statement
  • Multiple approaches viable — not obvious which path is best
  • About to start coding — pause and explore first
  • Patches accumulating — third config flag for the same bug
  • Attached to first idea — that's the warning sign

Skip when: Still clarifying the problem. Use /problem-statement first.

The Local Maximum Trap

Exploration is cheap. The failure mode is defending the first solution that works.

Related skills
Installs
76
GitHub Stars
1
First Seen
Jan 27, 2026