resume

resume is a command for Claude Code from indranilbanerjee/digital-marketing-pro. It costs 38 tokens per session (1,458 once invoked), scanned A, original, MIT.

A command that continues a long marketing workflow from its last saved part after an interruption, rather than starting over.

In plain words
What is it for?
Use it to continue engagement, campaign-plan, content-engine, SEO-audit, competitor-analysis, campaign-audit, or launch-campaign workflows.
Why use it?
It preserves completed work when a session ends because of a timeout, connection problem, cancellation, or sleeping computer.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the digital-marketing-pro plugin — 154 skills, 18 commands, 24 agents shipped together

Good fit Use it to continue engagement, campaign-plan, content-engine, SEO-audit, competitor-analysis, campaign-audit, or launch-campaign workflows.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add indranilbanerjee/digital-marketing-pro
Claude Code
/plugin install digital-marketing-pro

Made for: Claude Code.

Or install digital-marketing-pro, the plugin that ships this one along with the rest of its 154 skills, 18 commands, 24 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for resume

README.md
[![agentmods](https://agentmods.dev/badge/commands/indranilbanerjee/digital-marketing-pro/resume/github.svg)](https://agentmods.dev/commands/indranilbanerjee/digital-marketing-pro/resume)
Your own site
<a href="https://agentmods.dev/commands/indranilbanerjee/digital-marketing-pro/resume"><img src="https://agentmods.dev/badge/commands/indranilbanerjee/digital-marketing-pro/resume/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for resume

Your own site · 80×15
<a href="https://agentmods.dev/commands/indranilbanerjee/digital-marketing-pro/resume"><img src="https://agentmods.dev/badge/commands/indranilbanerjee/digital-marketing-pro/resume.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 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,458 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00038 $0.01458
Opus 5 $0.00019 $0.00729
Sonnet 5 $0.00008 $0.00292
Haiku 4.5 $0.00004 $0.00146

Measured 11d ago against content hash 6f8fc7ede121, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 11d 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.

commands/resume.md · 111 lines

How it starts

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

Resume Interrupted Workflow

Pick up a long-running DMP workflow that stopped before the final step — instead of restarting from scratch, load the saved part outputs and continue from the next part.

Trigger

User runs /digital-marketing-pro:resume (with optional workflow and/or run-id arguments). Also surface this command in any error message when a workflow terminates abnormally.

What this fixes

DMP's headline workflow /digital-marketing-pro:engagement runs the 12-Part Strategy Flow, producing 50-60 canonical files (actual time varies by engagement depth and model). If the session terminated partway through (context-window exhaustion, network blip, the user cancels, machine sleeps), the in-memory part outputs used to be lost and the user had to restart from Part 1. The same applied to /digital-marketing-pro:campaign-plan, /digital-marketing-pro:content-engine, /digital-marketing-pro:seo-audit, /digital-marketing-pro:competitor-analysis, /digital-marketing-pro:campaign-audit, /digital-marketing-pro:launch-campaign.

Now every part of every long workflow writes its output via checkpoint-manager.py, so a fresh session can reload those artifacts and skip the parts that already completed. This is the direct fix for the user-team feedback that "dm pro also taking too long to process" — the workflow itself is not made faster, but a single interruption no longer means losing completed work.

Process

Step 1: Pick the run to resume

If the user supplied a run-id, use it directly. If they supplied only a workflow (e.g. engagement / campaign-plan), filter to in-progress runs of that workflow and pick the most recent. Otherwise list every in-progress run and ask the user to choose if there's ambiguity.

# Auto-pick the most recent in-progress run for the active brand
python "${CLAUDE_PLUGIN_ROOT}/scripts/checkpoint-manager.py" resume --brand "{active_brand}"

# Filter to a specific workflow
python "${CLAUDE_PLUGIN_ROOT}/scripts/checkpoint-manager.py" resume --brand "{active_brand}" --workflow engagement

# Resume a specific run id
python "${CLAUDE_PLUGIN_ROOT}/scripts/checkpoint-manager.py" resume --brand "{active_brand}" --run-id "{run_id}"

# List everything (use when there are several)
python "${CLAUDE_PLUGIN_ROOT}/scripts/checkpoint-manager.py" list --brand "{active_brand}"

Read the full file on GitHub · 111 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. 11d ago First seen · 111 lines · 38 tokens per session scan A 6f8fc7ede121

Subscribe to this mod's changes

resume is a command published in the GitHub repository indranilbanerjee/digital-marketing-pro (806 stars, last pushed 4d ago), licensed MIT. It adds 38 tokens to every session and 1,458 once invoked, about $0.0002 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-30.