| name | resume |
| description | Resume an existing Reeper repository adaptation session from its durable artifacts. Use after /reeper:import was interrupted, after the user returns with answers or approval, or when implementation must continue without repeating completed analysis. Invoke explicitly as /reeper:resume. |
| disable-model-invocation | true |
| effort | high |
| argument-hint | ["session-slug|session-path"] |
Resume a Reeper Session
Locate the requested session. If $ARGUMENTS is empty, inspect .reeper/sessions/ and select the most recently modified session whose manifest.json is not complete.
Read, in order:
manifest.json
source-profile.md
target-profile.md
conflict-matrix.md
decisions.md
integration-contract.md
plan.md, tasks.md, and verification.md when present
Run:
python3 "${CLAUDE_SKILL_DIR}/../../scripts/validate_session.py" "<session-dir>" --allow-incomplete
Resume from the first incomplete phase. Do not repeat accepted interview questions. Do not discard user edits to session artifacts. Re-open the approval gate only when the Integration Contract changed materially after its last approval.
When resuming implementation, inspect git status and branch/worktree state before modifying files. Never assume an earlier command succeeded merely because it was planned.