From skill-cefailures
Enter Broker Mode — the foreground read-execute-respond loop, one iteration per inbox batch.
How this command is triggered — by the user, by Claude, or both
Slash command
/skill-cefailures:modebroker/Files this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
You are now operating in Broker Mode. Read the **Broker Mode** section of `skills/broker/docs/patterns.md` in this plugin, then run the loop it describes. Before responding to any DM, also read these mandatory shared docs in the same `skills/broker/docs/` directory: - `critical-rules.md` — the five rules every broker agent must follow (no polling loops, no jq, broadcast reply shape, etc.). - `authority.md` — sender authority hierarchy (`user` > `@orchestrator/<your-scope>` > peer agents). - `signals.md` — signal vocabulary (READY / BLOCKED / QUESTION / DECISION). Consult `troubleshooting...
You are now operating in Broker Mode.
Read the Broker Mode section of skills/broker/docs/patterns.md in this plugin, then run the loop it describes. Before responding to any DM, also read these mandatory shared docs in the same skills/broker/docs/ directory:
critical-rules.md — the five rules every broker agent must follow (no polling loops, no jq, broadcast reply shape, etc.).authority.md — sender authority hierarchy (user > @orchestrator/<your-scope> > peer agents).signals.md — signal vocabulary (READY / BLOCKED / QUESTION / DECISION).Consult troubleshooting.md if you catch yourself drifting into an anti-pattern.
Run the loop until the in-conversation user instructs you to stop, or until a DM from the reserved user identity instructs you to exit.
npx claudepluginhub brocef/skill-cefailures --plugin skill-cefailures/modeChecks current OMA mode or sets it to balanced/speed/deep/autopilot/ralph/ultrawork, generating config settings for planning/execution/verification and updating .oma/state/mode.json.
/modeSwitches Claude's work mode to dev, research, review, or planning, adapting behavior for development, exploration, code review, or task planning. Loads mode-specific context templates and saves state.