mirror of
https://github.com/obra/superpowers.git
synced 2026-04-21 17:09:07 +08:00
feat: add skill cross-references for discoverability
- Reference preserving-productive-tensions from brainstorming EXPLORING mode - Reference detecting-emergent-patterns from brainstorming when stuck - Reference tracing-knowledge-lineages from brainstorming before changes - Reference tracing-knowledge-lineages from executing-plans REVIEWING mode Makes new architecture skills discoverable through commonly-used workflows.
This commit is contained in:
@@ -22,7 +22,7 @@ digraph executing_modes {
|
||||
rankdir=LR;
|
||||
node [shape=box, style=rounded];
|
||||
|
||||
REVIEWING [label="REVIEWING Mode\n\nRead plan critically\nIdentify concerns/questions/gaps\nCreate TodoWrite if plan is sound"];
|
||||
REVIEWING [label="REVIEWING Mode\n\nRead plan critically\nIdentify concerns/questions/gaps\nConsider skills/architecture/tracing-knowledge-lineages\nCreate TodoWrite if plan is sound"];
|
||||
|
||||
EXECUTING [label="EXECUTING Mode\n\nWork through batch (default 3 tasks)\nFollow each step exactly\nRun all verifications\nMark tasks completed"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user