From rezero
Executes the Re:ZERO development loop — initializes project gates, loads planning and execution skills, and optionally toggles background music.
How this command is triggered — by the user, by Claude, or both
Slash command
/rezero:run <task>The summary Claude sees in its command listing — used to decide when to auto-load this command
If the user request is `init`: load and follow `${CLAUDE_PLUGIN_ROOT}/skills/rezero-init/SKILL.md` and stop.
If the user request is `bgm <on|off|true|false>`: load and follow `${CLAUDE_PLUGIN_ROOT}/skills/rezero/SKILL.md` for BGM only.
Otherwise, before any analysis, implementation, subagent spawn, or verification:
1. Verify the init gate:
- `.rezero/tools.md` exists.
- `.rezero/tools.md` contains `<!-- rezero-init:`.
- `git check-ignore -q .rezero/memory/subaru-deaths.md` succeeds.
2. If any check fails: load/follow `${CLAUDE_PLUGIN_ROOT}/skills/rezero-init/SKILL.md`, commit init...If the user request is init: load and follow ${CLAUDE_PLUGIN_ROOT}/skills/rezero-init/SKILL.md and stop.
If the user request is bgm <on|off|true|false>: load and follow ${CLAUDE_PLUGIN_ROOT}/skills/rezero/SKILL.md for BGM only.
Otherwise, before any analysis, implementation, subagent spawn, or verification:
.rezero/tools.md exists..rezero/tools.md contains <!-- rezero-init:.git check-ignore -q .rezero/memory/subaru-deaths.md succeeds.${CLAUDE_PLUGIN_ROOT}/skills/rezero-init/SKILL.md, commit init changes, then continue with ${CLAUDE_PLUGIN_ROOT}/skills/rezero/SKILL.md.${CLAUDE_PLUGIN_ROOT}/skills/rezero/SKILL.md; it must load/use ${CLAUDE_PLUGIN_ROOT}/skills/rezero-plan/SKILL.md before implementation. Do not skip planning for small requests; rezero-plan may return one task.User request: $ARGUMENTS
npx claudepluginhub epsilondelta-ai/rezero --plugin rezero/runAuto-completes all pending agent-foreman tasks in priority order unattended or a specific task by ID. Loops through fetch, implement, verify, done/fail until complete, with summary.
/runParses and executes legacy inline orchestration workflow syntax supporting raw operators, YAML frontmatter templates, and temporary AI agents with model overrides.