mirror of
https://github.com/obra/superpowers.git
synced 2026-04-26 11:39:05 +08:00
feat: strengthen stuck-handling discovery and improve trigger clarity
**Discovery enhancement:** - Add Mandatory Workflow 4 to getting-started: "When Stuck" - Creates path: getting-started → when-stuck dispatch → specific technique - Prevents spinning wheels without seeking help **Trigger clarity:** - Replace phrase examples with pattern descriptions - "Partner reveals constraint you didn't consider" (pattern) not "Oh, I forgot..." (phrase) - Emphasizes NEW information that invalidates current context - Prevents ambiguity between new constraints vs clarifications Tested: All skills verified with subagents, triggers work correctly.
This commit is contained in:
@@ -30,11 +30,11 @@ digraph brainstorming_modes {
|
||||
|
||||
UNDERSTANDING -> EXPLORING [label="Have enough context to propose alternatives\n(gathered purpose, constraints, success criteria)"];
|
||||
|
||||
EXPLORING -> UNDERSTANDING [label="Partner reveals new constraint\n(compliance requirement, infrastructure limit, security need, forgotten requirement)"];
|
||||
EXPLORING -> UNDERSTANDING [label="Partner reveals constraint you didn't consider\n(wasn't part of context when proposing approaches,\nchanges viability or trade-offs of proposed options)"];
|
||||
|
||||
EXPLORING -> DESIGNING [label="Approach selected and validated\n(partner chose an approach, have all critical constraints)"];
|
||||
|
||||
DESIGNING -> UNDERSTANDING [label="Partner reveals fundamental gap\n(missing critical constraint, core assumption questioned)"];
|
||||
DESIGNING -> UNDERSTANDING [label="Partner reveals gap in requirements\n(constraint you didn't know about,\nassumption that doesn't hold)"];
|
||||
|
||||
DESIGNING -> EXPLORING [label="Need to reconsider approach\n(trade-offs too significant, partner questions approach)"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user