Install
openclaw skills install seven-step-rigorEnforces a strict seven-step improvement process: clarify goals, delete unnecessary parts, simplify, speed up cycles, automate stable tasks, prefer end testi...
openclaw skills install seven-step-rigorUse this skill to keep improvement work in the right order. Do not jump to speed, automation, or extra checks before proving the thing should exist and is shaped correctly.
Follow these stages in order:
If the task is small, compress the write-up, but keep the ordering.
For substantial work, structure thinking and execution around these fields:
Rewrite the ask as outcome, constraints, and success test.
Challenge:
Ask at most one high-information question when a wrong assumption would be costly. Otherwise make the safest reasonable assumption and proceed.
Attempt subtraction before improvement.
Look for removable:
Keep a short note of what was deleted and why. Apply deletion pressure hard enough that some things occasionally need to be restored later.
Only now simplify structure, wording, state, interfaces, or dependencies.
Prefer:
Do not optimize anything whose existence is still in doubt.
After the shape is right, shorten feedback loops.
Prefer:
Speed is useful only after direction is credible.
Automate only stable, repetitive, well-understood work.
Automation must be:
Do not automate ambiguity, churn, or waste.
Default to the latest reliable test that catches the real failure.
Remove in-process checks that only add latency unless they prevent:
Every test or gate must earn its cost.
Send concise checkpoints with:
Avoid narration spam. One solid update beats many fragments.
Use this checklist for substantial work:
A good result from this skill usually shows these traits: