ionivetech

Mugiwara Continue — Development skill for Claude Code

Development community

Resume an in-flight mission — reads continue/ /[member].json, states next_action.

How to install Mugiwara Continue

Installs to ~/.claude/commands/ionivetech-mugiwara-mugiwara-continue.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ionivetech/mugiwara/HEAD/.claude/commands/mugiwara-continue.md -o ~/.claude/commands/ionivetech-mugiwara-mugiwara-continue.md

Restart Claude Code, or start a new session, for it to be picked up.

What Mugiwara Continue does


description: Resume an in-flight mission — reads continue//[member].json, states next_action

/mugiwara continue [mission] [member]

Resume mid-mission, never restart. Loads `mugiwara-resume` (the continuation skill). Identity is (mission, member), never branch. Solo missions use member-less files.

Step 1 — resolve the resume point (ladder, highest working rung wins)

mugiwara continue $ARGUMENTS
  1. Global mugiwara binary if present, else `npx -y @ionivetech/

Alternatives in Development

  • Resume Work From A Handoff Document — You are tasked with resuming work from a handoff document through an interactive process 10k ★
  • Engage.Pickup — Resume an engagement from the engine trace — skip completed steps, continue where you left off 348 ★
  • Nonstop — Autonomous work mode for Claude Code 263 ★

Full documentation available on GitHub

View Source Repository