◇ STATION 07
Skill library.
When a behavior repeats often enough to deserve a name, it becomes a skill — versioned, tested, and reviewed.
◇ S1 · v0.3
REVIEWED 2026-05-26
Ask one clarifying question
TRIGGERS
User shares a vague debugging request
INPUTS
Error message, stack trace, recent change
OUTPUTS
One targeted clarifying question, or a hypothesis
STEPS
- Scan for missing context
- Pick the highest-leverage unknown
- Ask exactly one question
TOOLS
repo search, log reader
SAFETY
Do not assume environment; never write to prod.
MEMORY DEPENDENCIES
m5
TESTS
- ▸ Vague bug report → returns one question, not three.
◇ EVOLUTION
v0.1
v0.2
v0.3
v0.4
v0.5