Right-Size Superpowers
Scale Superpowers workflow depth to task risk
SnowsonZ
@snowsonz
Install
$ openclaw skills install @snowsonz/right-size-superpowersRight-Size Superpowers
Preserve correctness while scaling Superpowers process to what can materially change the result. The user's requested outcome and constraints remain authoritative.
Choose the Smallest Sufficient Route
| 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.
Execution Contract
- Infer routine details from the request and existing project conventions.
- Inspect only the context needed to identify the target and avoid collateral changes.
- Make the smallest coherent change that completes the request.
- Verify with the closest existing check or targeted test once. Broaden verification only after a failure, a cross-cutting change, or evidence of wider risk.
- Add a regression test when it can catch a meaningful behavior failure. Do not add tests that merely mirror a reversible configuration, copy, wording, or formatting change.
- Review the resulting diff for scope, accidental edits, and unmet requirements.
- Report the outcome, changed files, verification performed, and any unresolved risk concisely.
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.
Example
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.
Red Flags
- Treating every code change as architectural work
- Producing a plan artifact for a mechanical edit
- Re-running unchanged checks without new evidence
- Loading unrelated process skills “just in case”
- Asking for approval after the user already authorized a reversible action
If one appears, return to the smallest sufficient route.
Top skills in this category
TuriX Computer Use
@tongyu-yanComputer Use Agent (CUA) for macOS automation using TuriX. Use when you need to perform visual tasks on the desktop, such as opening apps, clicking buttons, or navigating UIs that don't have a CLI or API.
DuckDB CLI skills
@camelsproutDuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
Agent Browser
@matrixyHeadless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
PollyReach
@pollyreachPollyReach gives every AI agent a phone number and the ability to get things done over the phone — finding contacts, making calls, and completing tasks. Just...
Proactive Agent Lite
@bestrockyTransform AI agents from task-followers into proactive partners with memory architecture, reverse prompting, and self-healing patterns. Lightweight version f...