mirror of
https://github.com/obra/superpowers.git
synced 2026-06-12 13:49:05 +08:00
@mhat reported that his claude got confused about 'debugging' being named as a skill in the bootstrap
This commit is contained in:
committed by
Drew Ritter
parent
8c1f7c5dae
commit
180f009090
@@ -102,15 +102,15 @@ These thoughts mean STOP—you're rationalizing:
|
|||||||
|
|
||||||
When multiple skills could apply, use this order:
|
When multiple skills could apply, use this order:
|
||||||
|
|
||||||
1. **Process skills first** (brainstorming, debugging) - these determine HOW to approach the task
|
1. **Process skills first** (brainstorming, systematic-debugging) - these determine HOW to approach the task
|
||||||
2. **Implementation skills second** (frontend-design, mcp-builder) - these guide execution
|
2. **Implementation skills second** (frontend-design, mcp-builder) - these guide execution
|
||||||
|
|
||||||
"Let's build X" → brainstorming first, then implementation skills.
|
"Let's build X" → brainstorming first, then implementation skills.
|
||||||
"Fix this bug" → debugging first, then domain-specific skills.
|
"Fix this bug" → systematic-debugging first, then domain-specific skills.
|
||||||
|
|
||||||
## Skill Types
|
## Skill Types
|
||||||
|
|
||||||
**Rigid** (TDD, debugging): Follow exactly. Don't adapt away discipline.
|
**Rigid** (TDD, systematic-debugging): Follow exactly. Don't adapt away discipline.
|
||||||
|
|
||||||
**Flexible** (patterns): Adapt principles to context.
|
**Flexible** (patterns): Adapt principles to context.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user