fire-6-resume

fire-6-resume is a command for Claude Code from ThierryN/fire-flow. It costs 10 tokens per session (4,186 once invoked), scanned C, original, MIT.

A command that resumes work from a previous session by loading a saved handoff file and showing the project status.

In plain words
What is it for?
Use it to find the latest handoff, list available handoffs, show changes since one, and route unfinished work to the next action.
Why use it?
It reduces the need to reconstruct context after an interrupted or ended session.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; names the AskUserQuestion tool; built for openclaw.

Part of the dominion-flow plugin — 5 skills, 51 commands, 13 agents shipped together

Good fit Use it to find the latest handoff, list available handoffs, show changes since one, and route unfinished work to the next action.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/thierryn/fire-flow/fire-6-resume
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.

Clone the repo
git clone --depth 1 https://github.com/ThierryN/fire-flow

Made for: Claude Code.

Or install dominion-flow, the plugin that ships this one along with the rest of its 5 skills, 51 commands, 13 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 fire-6-resume

README.md
[![agentmods](https://agentmods.dev/badge/commands/thierryn/fire-flow/fire-6-resume.svg)](https://agentmods.dev/commands/thierryn/fire-flow/fire-6-resume)
Your own site
<a href="https://agentmods.dev/commands/thierryn/fire-flow/fire-6-resume"><img src="https://agentmods.dev/badge/commands/thierryn/fire-flow/fire-6-resume.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,186 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00010 $0.04186
Opus 5 $0.00005 $0.02093
Sonnet 5 $0.00002 $0.00837
Haiku 4.5 $0.00001 $0.00419

Measured 8d ago against content hash 94873b760bc6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade C, and why

fire-6-resume scanned grade C with 1 finding 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 8d 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.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

> — malicious skill instructions injected to collect API keys at 2 AM.
commands/fire-6-resume.md · 508 lines

How it starts

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

/fire-6-resume

Resume work from most recent handoff with full context restoration


Purpose

Resume a project from a previous session by loading the most recent WARRIOR handoff file, displaying a comprehensive status summary, checking for incomplete work, and routing to the appropriate next action. This command ensures zero context loss between sessions.


Arguments

arguments: none

optional_flags:
  --handoff: "Specify handoff file to load (e.g., --handoff project_2026-01-20.md)"
  --list: "List available handoffs without loading"
  --diff: "Show changes since last handoff"

Process

Step 1: Find Most Recent Handoff

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
                         DOMINION FLOW > SESSION RESUME
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Scan Handoff Directory:

ls -t ~/.claude/warrior-handoffs/*.md | head -5

If --list flag:

┌─────────────────────────────────────────────────────────────────────────────┐
│ AVAILABLE HANDOFFS                                                          │
├─────────────────────────────────────────────────────────────────────────────┤
│                                                                             │
│  Recent handoffs (newest first):                                            │
│                                                                             │
│  1. my-project_2026-01-22.md (2 hours ago)                                │
│     Phase 3 - Pattern Computation | Status: Executing                       │
│                                                                             │
│  2. my-project_2026-01-21.md (1 day ago)                                  │
│     Phase 2 - Typology | Status: Complete                                   │
│                                                                             │
│  3. book-writer-app_2026-01-20.md (2 days ago)                              │
│     Phase 4 - Export | Status: Verifying                                    │
│                                                                             │
│  Load specific handoff: /fire-6-resume --handoff {filename}                │
│                                                                             │
└─────────────────────────────────────────────────────────────────────────────┘

Read the full file on GitHub · 508 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. 8d ago First seen · 508 lines · 10 tokens per session scan C 94873b760bc6

Subscribe to this mod's changes

fire-6-resume is a command published in the GitHub repository ThierryN/fire-flow (77 stars, last pushed 25d ago), licensed MIT. It adds 10 tokens to every session and 4,186 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.