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.
git clone --depth 1 https://github.com/jonathan-vella/apex-acceleratorWrote 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.
[](https://agentmods.dev/commands/jonathan-vella/apex-accelerator/apex-resume-workflow)<a href="https://agentmods.dev/commands/jonathan-vella/apex-accelerator/apex-resume-workflow"><img src="https://agentmods.dev/badge/commands/jonathan-vella/apex-accelerator/apex-resume-workflow/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.
<a href="https://agentmods.dev/commands/jonathan-vella/apex-accelerator/apex-resume-workflow"><img src="https://agentmods.dev/badge/commands/jonathan-vella/apex-accelerator/apex-resume-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.02050 |
| Opus 5 | $0.00023 | $0.01025 |
| Sonnet 5 | $0.00009 | $0.00410 |
| Haiku 4.5 | $0.00005 | $0.00205 |
Grade A, and why
apex-resume-workflow 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.
How it starts
The opening of the file, as written. The whole thing — 204 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Resume Workflow (Simplified)
Pick the project to resume, then either tell me the next step or let me
read session state and confirm what I find. End by surfacing the matching
handoff button — never call #runSubagent.
This prompt is safe to invoke immediately after /clear. Step agents
emit a verbatim handoff line (Run /clear, then switch the chat agent picker to 01-Orchestrator and send resume <project> to continue Step N+1.) at completion; the user runs /clear, switches the agent picker
back to 01-Orchestrator, and sends resume <project>, which lands
here in a fresh chat with zero memory of prior turns.
Goal
Resume the multi-step Azure platform engineering workflow with the minimum number of round-trips: one question to pick the project, one question to decide who names the next step (user vs detection), and one confirmation if detection was used.
Workflow
Step 1 — Pick the project
List candidate projects:
ls -1 agent-output/ 2>/dev/null | grep -v '^README\.md$' | head -20
- If exactly one project folder with a
00-session-state.jsonexists, use it and announce:Resuming project: <name>. - Otherwise, call
vscode/askQuestionswith one question:- header:
project-pick - question:
Which project do you want to resume? - options: one per discovered folder; allow freeform input for projects not listed.
- header:
Stop if no agent-output/<project>/00-session-state.json exists for the
chosen name.
Step 2 — Decide how to find the next step
Call vscode/askQuestions with one question:
- header:
next-step-mode - question:
Do you already know which step is next? - options:
Yes — I'll type the step(recommended when you remember the state)No — read session state and tell me what's next
- allowFreeformInput: true
Branch A — User types the step
If the user picks Yes, ask one follow-up via vscode/askQuestions:
- header:
next-step-value - question:
Which step is next? - options (label = handoff button label):
Step 1: Gather RequirementsStep 2: Architecture AssessmentStep 3: Design ArtifactsStep 3.5: Governance DiscoveryStep 4: Implementation Plan(Bicep)Step 4: IaC Plan (Terraform)Step 5: Generate BicepStep 5: Generate TerraformStep 6: Deploy(Bicep)Step 6: Deploy (Terraform)Step 7: As-Built Documentation🔍 Run Challenger Review
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.
- 2d ago First seen · 204 lines · 45 tokens per session scan A 63bac5d29cfa
apex-resume-workflow is a command published in the GitHub repository jonathan-vella/apex-accelerator (50 stars, last pushed 3d ago), licensed MIT. It adds 45 tokens to every session and 2,050 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-09-07.
Other commands, from other repositories
backlot
Open the Backlot living storyboard — the browser board that shows pipeline stages, script, scene plan, and generated assets live as a production runs.
test-management
Organize, classify, and trace Katalon True Platform/TestOps test assets. Use when you need to structure test cases into folders and suites, move or reorganize cases, search and find existing assets at scale, link or unlink requirements to test cases, or produce a requirement-to-test traceability report (which…
speckit.taskstoissues
When executing this command, delegate independent work to parallel sub-agents to reduce total execution time.
add-source
Guided add of a new source store to sources/supported-stores.json — evaluate, register, refresh, verify catalog impact.
octo-scheduler
Manage the Claude Octopus scheduled workflow runner daemon.
ink-art
Hand-drawn ink-on-white doodle animation — a character that draws itself then walks/dances/waves, or a deadpan contraption explainer. Vector, deterministic, rendered via HyperFrames to MP4.