resume

A command that continues an interrupted full feature-development workflow from a saved state file.

In plain words
What is it for?
Use it to inspect the saved progress of a full-dev workflow and continue from the phase where it stopped.
Why use it?
It restores the feature, branch, completed stages, changed files, test results, and pull-request information instead of making you reconstruct them manually.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/rahswe/claude-code-full-dev-workflow/resume
Clone the repo
git clone --depth 1 https://github.com/RahSwe/claude-code-full-dev-workflow
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,477 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00009 $0.01477
Opus 5 $0.00005 $0.00739
Sonnet 5 $0.00002 $0.00295
Haiku 4.5 $0.00001 $0.00148

Measured 2d ago against content hash f885dc639334, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

resume scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/full-dev-workflow/commands/resume.md · 197 lines

How it starts

The opening of the file, as written. The whole thing — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Resume Full-Dev Workflow

You are resuming an interrupted full-dev workflow. Follow these steps to restore context and continue.

Step 1: Check for Existing State

Read the workflow state file at .claude/full-dev.local.md.

If the file does not exist:

  • Inform the user: "No interrupted workflow found. Use /full-dev-workflow:full-dev <feature> to start a new workflow."
  • Stop here.

Step 2: Parse and Display State Summary

Extract from the state file:

  • feature: The feature being implemented
  • branch: The git branch
  • current_phase: Where the workflow was interrupted
  • completed_phases: Phases already finished
  • user_approved_plan: Whether Phase 0 was approved
  • modified_files: Files changed during the workflow
  • test_status: Current test status
  • pr_url: PR URL if created

Present a summary to the user:

## Workflow Resume Summary

**Feature**: [feature name]
**Branch**: [branch name]
**Started**: [started_at]
**Last Updated**: [updated_at]

### Progress
- Completed Phases: [list]
- Current Phase: [current_phase] ([phase_name])
- Plan Approved: [yes/no]

### Test Status
- Status: [passing/failing]
- Pass: [count] | Fail: [count]
- Last Run: [timestamp]

### Modified Files
[list of files]

### PR Status
[PR URL if exists, or "Not created yet"]

Step 3: Validate State Integrity

Perform validation checks:

  1. Git branch matches: git branch --show-current should match state branch
  2. Plan file exists: If plan_file is set, verify it exists
  3. PR exists (if in Phase 9-10): Verify PR URL is valid with gh pr view
  4. Phase completion signals worked:
    • completed_phases should contain phases 0 through (current_phase - 1)
    • If gaps exist (e.g., current_phase: 5 but completed_phases: []), warn user about potentially skipped phases
    • Suggest using git diff --name-only to verify actual work done vs. state tracking

State Recovery (if phase tracking is out of sync):

If you detect that phases were completed but not tracked (state shows phase 0 but files clearly show implementation):

Read the full file on GitHub · 197 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 197 lines · 9 tokens per session scan A f885dc639334

Subscribe to this mod's changes

resume is a command published in the GitHub repository RahSwe/claude-code-full-dev-workflow (6 stars, last pushed 7mo ago), licensed MIT. It adds 9 tokens to every session and 1,477 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.