refactor(diagnosing-superpowers): let an already-scoped request name the analysis to run

Claude-Session: https://claude.ai/code/session_01DyaGKhTXvHNs2JgPhDktz7
This commit is contained in:
Jesse Vincent
2026-08-28 13:54:27 -07:00
parent 91cf480ccd
commit 62bbf13eb0
+4 -4
View File
@@ -73,7 +73,7 @@ Create a todo per step. Steps 57 run only on their stated condition.
| "Why did it do this extra work?" | repeated-work, plan-adherence | | "Why did it do this extra work?" | repeated-work, plan-adherence |
| "Why is it so expensive?" | cost-and-time | | "Why is it so expensive?" | cost-and-time |
| "What the hell is it doing?" (still running) | skill-timeline; note in-progress in coverage | | "What the hell is it doing?" (still running) | skill-timeline; note in-progress in coverage |
| "It ignored the plan" | plan-adherence, look at compaction lines first | | "It ignored the plan" | plan-adherence, compaction lines first |
| "Skill X never fired" | skill-timeline | | "Skill X never fired" | skill-timeline |
## Hard rules ## Hard rules
@@ -97,9 +97,9 @@ Create a todo per step. Steps 57 run only on their stated condition.
- **Intake before analysis.** Nothing in steps 27 starts until your - **Intake before analysis.** Nothing in steps 27 starts until your
partner has answered. If they are away, write the questions and stop. partner has answered. If they are away, write the questions and stop.
A statement you reconstructed for them is not an answer. An A statement you reconstructed for them is not an answer. An
already-scoped request — one specific event, or what is running now already-scoped request — one specific event, what is running now, or
is itself the statement: answer it, then ask. A whole-session "why" is the analysis to run — is itself the statement: answer it, then ask.
a complaint. A whole-session "why" is a complaint.
## Red Flags ## Red Flags