solution-space
Installation
SKILL.md
/solution-space
Explore candidate solutions before committing to implementation. The trap is defending the first workable idea.
Solution Space sits between Problem Statement and Implementation. You have the problem framed; now map the approaches before picking one.
When to Use
Invoke /solution-space when:
- Problem is understood - You have a clear problem statement
- Multiple approaches seem viable - Not obvious which path is best
- You're about to start coding - Pause and explore before committing
- Patches keep accumulating - Third config flag for the same bug
- You feel attached to your first idea - That's the warning sign
Do not use when: You're still clarifying the problem. Use /problem-statement first. Solution Space assumes the problem is framed.