From rezero
Orchestrates iterative work loops with planning, parallel subagents, witch reviews, and automatic rollback on failure. Useful for breaking large requests into small retryable attempts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rezero:rezeroThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal → finish request through small Re:ZERO attempts.
Goal → finish request through small Re:ZERO attempts.
init, use rezero-init and stop.bgm <value>, configure Return by Death BGM and stop:
false, off, 0, no, disable, disabled.true, on, 1, yes, enable, enabled..rezero/memory/config.json in the current project with { "bgm": false } or { "bgm": true } so the setting survives Return by Death resets..rezero/tools.md exists..rezero/tools.md contains <!-- rezero-init:.git check-ignore -q .rezero/memory/subaru-deaths.md succeeds.rezero-init, commit init changes, then continue the original request.rezero-plan before implementation. Do not decide request size yourself before invoking it; rezero-plan returns one task when the request is already small.rezero-plan output as the authoritative task list. If planned tasks are independent, run safe groups in parallel via subagents.rezero-witches once for the whole merged group; witches must use fresh context, not Subaru's context.echidna, typhon, minerva, daphne, carmilla, sekhmet, satella, never generic reviewer.fail → after the chat verdict table, record minimal death memory → announce in chat which Death/Return by Death number is happening → git reset --hard HEAD → git clean -fd → retry with changed route.pass|warning → after the chat verdict table, use rezero-rem for warnings; if .rezero/memory/rem.md is written, show the newly written Rem entries in chat → commit accepted route → delete death memory.rezero-rem resolution rules.Use the user's language for chat output. Always use English names for spawned subagents, display names, session names, and verdict tables, regardless of the user's language.
Parallel implementer names are names only; no character behavior.
Use these English names for parallel implementers: Beatrice, Emilia, Ram, Garfiel, Julius.
Use these English names for witch reviewers: Echidna, Typhon, Minerva, Daphne, Carmilla, Sekhmet, Satella.
In pi subagent mode, use lowercase runtime aliases: echidna, typhon, minerva, daphne, carmilla, sekhmet, satella.
Before reset, append to .rezero/memory/subaru-deaths.md:
## Death <number>
- Fail: <witch + reason>
- Evidence: <minimal test/review/error/defect>
- Next route: <specific change>
Executing Return by Death #<number>.).npx claudepluginhub epsilondelta-ai/rezero --plugin rezeroCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.