Install
openclaw skills install @snowsonz/right-size-superpowersScale Superpowers workflow depth to task risk
openclaw skills install @snowsonz/right-size-superpowersPreserve correctness while scaling Superpowers process to what can materially change the result. The user's requested outcome and constraints remain authoritative.
| Route | Observable condition | Response |
|---|---|---|
| Direct | Outcome is clear, scope is bounded, action is reversible or read-only, and no material design choice is unresolved | Act immediately |
| Focused | Root cause is unknown, several related files are involved, or regression risk is meaningful | Use only the one discipline needed to resolve that risk |
| Full | Architecture, public interfaces, persistent data, security, destructive actions, or materially ambiguous product behavior are involved | Explain the trigger and use the appropriate deeper workflow |
For Direct and Focused work, do not automatically chain brainstorming, writing-plans, worktrees, TDD, subagents, or review workflows merely because code is involved. Domain-specific skills required for the artifact or tool still apply.
Ask one focused question only when its answer would materially change the result. Do not request another approval for reversible work already authorized by the user.
Request: “Rename this setting and update its two references.”
Use Direct: locate the definition and references, make the rename, run the nearest relevant check, inspect the diff, and report completion. Do not create a design document, implementation plan, new worktree, subagent review, or unrelated test suite.
If one appears, return to the smallest sufficient route.