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:
Jesse Vincent
2025-10-10 13:46:15 -07:00
parent dedae3a786
commit 958527f07e
2 changed files with 10 additions and 1 deletions

View File

@@ -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"];