problem-space

Installation
SKILL.md

/problem-space

Map the terrain where solutions live. What are we optimizing? What constraints are real? Which can be questioned?

Problem space precedes solution space. Jump to code too early and you build the wrong thing fast.

When to Use

  • Starting new work — before implementation, understand what you're solving
  • Hitting repeated blockers — same problems in different forms
  • Patches accumulating — third config flag for the same bug means you're treating symptoms
  • Estimates off by 10× — the problem isn't understood
  • Agent talking itself out of constraints — "for this prototype we don't have time" when the constraint matters

Skip when: Problem is well-understood and you're in execution. Problem space is for grounding, not stalling.

The Problem Space Process

Step 1: State the Objective Function

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