Switch behavior mode. Usage: /mode guided | autonomous | readonly. Updates ~/.claude/behavior.json.
From george-setupnpx claudepluginhub george11642/george-plugins --plugin george-setupThis skill uses the workspace's default tool permissions.
mode-matrix-workspace/trigger-eval.jsonDesigns and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
When invoked as /mode <preset>, update ~/.claude/behavior.json and confirm the change.
~/.claude/behavior.json~/.claude/behavior.jsonMode switched to <preset>: autonomy=<autonomy>| Argument | autonomy | Toggles to set |
|---|---|---|
autonomous / fast / quick / ship | autonomous | readonly = false |
guided / superpowers | guided | readonly = false |
readonly / research | guided | readonly = true |
Show current mode from behavior.json and list available presets.
| Axis | Values | Effect |
|---|---|---|
| autonomy | autonomous / guided | autonomous: never ask, proceed always. guided: checkpoint at milestones, confirm destructive actions. |
| Toggle | Effect when ON |
|---|---|
readonly | Blocks Write/Edit/destructive Bash via readonly-guard.js hook |