OpenClaw Agent Modes - Self-Check Tool

March 12, 2026 · View on GitHub

Ask yourself: Am I Captain, Architect, or Abdicator right now?

Captain Checklist ✓

  • I'm working alongside the agent
  • I'm observing how it solves problems
  • I'm learning from each delegation
  • I understand the solution enough to explain it

Architect Checklist ✓

  • I've probed the agent's capability boundaries
  • I've decomposed the goal into reliable units
  • I've set up verification checkpoints
  • I own the outcome, not just the delegation

Abdicator Warning Signs ⚠️

  • I threw a task and accepted whatever came back
  • I didn't check the quality
  • I don't understand how the solution works
  • I can't explain what the agent did

Quick Reference

If you...You're in...Fix by...
Just ask AI and copy-pasteAbdicatorStop. Read the output. Understand it.
Review and refine AI outputCaptainKeep going. You're growing.
Design workflows for AIArchitectGreat! Verify at key points.
Can't explain what AI didAbdicatorGo back and understand.

The Mindset Shift

From:

  • "AI, do this for me"
  • "Whatever, AI figured it out"

To:

  • "AI, help me with this while I learn"
  • "Let me check how AI approached this"

Source: Reddit r/openclaw - Manus backend lead framework