Don't Make Mistakes
FreeA meta-skill that activates elevated quality mode on any agent.
About
A meta-skill that activates elevated quality mode on any agent. When triggered, the agent shifts into a 6-phase protocol that catches errors before they happen. **The 6 phases:** 1. **Understand** - Restate the task. Confirm scope. Ask clarifying questions. 2. **Plan** - Break into steps. Identify dependencies. Flag risks. 3. **Pre-mortem** - "What would make this fail?" Anticipate problems before they happen. 4. **Execute** - One step at a time. Verify each step before moving to the next. 5. **Verify** - Check the output against the original requirements. Test edge cases. 6. **Deliver** - Confidence assessment. What was verified vs. what was assumed. **Trigger phrases:** "Don't make mistakes," "maximum effort," "get this right," "be thorough," or "do this perfectly." Works with any soul, any domain. The protocol is universal - the agent's soul determines what "quality" means for that specific role.
README
Don't Make Mistakes
Version: 1.1.0 | Changelog
A meta-skill that activates elevated quality mode on any agent. When triggered, the agent follows a 6-phase protocol: understand, plan, pre-mortem, execute, verify, deliver. Works with any soul, any domain.
Price: Free Type: Skill (universal)
What's Included
SKILL.md- The complete 6-phase maximum effort protocol
Trigger Phrases
Activates when you say "don't make mistakes," "maximum effort," "get this right," "be thorough," or "do this perfectly."
Install
1. Copy into your agent's workspace
cp -r dont-make-mistakes/ ~/.openclaw/workspace-{agent-id}/skills/dont-make-mistakes/
Skills must live inside the agent's workspace. Do not copy to a global skills directory.
2. Add to your agent config
In openclaw.json, add the skill to that agent's skills list:
{
"id": "{agent-id}",
"skills": [
"dont-make-mistakes"
]
}
3. Use it
Say "don't make mistakes" or "maximum effort" before any task. The agent shifts into elevated quality mode automatically.
Recommended Model
Works with any model. Opus benefits most from the protocol's depth.
Files included
- pfp.png.png
- README.md.md
- SKILL.md.md