run

run is a command for Claude Code from cicababba/claude-plugins-marketplace. It costs 0 tokens per session (581 once invoked), scanned A, original, MIT.

A command that continues the next unfinished steps in a structured development session. The session stores planning documents and progress files in the project.

In plain words
What is it for?
Use it to execute planned development steps and record progress while keeping the session marked as in progress.
Why use it?
It removes the need to manually find the current plan, check which files are present, and decide what work is ready to run.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the dev-workflow-automation plugin — 9 skills, 4 commands, 11 agents shipped together

Good fit Use it to execute planned development steps and record progress while keeping the session marked as in progress.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/cicababba/claude-plugins-marketplace/run
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/cicababba/claude-plugins-marketplace

Made for: Claude Code.

Or install dev-workflow-automation, the plugin that ships this one along with the rest of its 9 skills, 4 commands, 11 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 run

README.md
[![agentmods](https://agentmods.dev/badge/commands/cicababba/claude-plugins-marketplace/run.svg)](https://agentmods.dev/commands/cicababba/claude-plugins-marketplace/run)
Your own site
<a href="https://agentmods.dev/commands/cicababba/claude-plugins-marketplace/run"><img src="https://agentmods.dev/badge/commands/cicababba/claude-plugins-marketplace/run.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 581 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.00000 $0.00581
Opus 5 $0.00000 $0.00291
Sonnet 5 $0.00000 $0.00116
Haiku 4.5 $0.00000 $0.00058

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

Security

Grade A, and why

run 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 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.

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.

dev-workflow-automation/commands/run.md · 86 lines

How it starts

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

/run — Execute Development Plan

Execute the next available steps from the active development session.

ABSOLUTE SCOPE & RESTRICTIONS

  • This command executes planned steps from plan.md
  • It MUST update progress in session.md
  • It MUST keep Status as IN_PROGRESS
  • It MUST NEVER set Status to COMPLETED (this is done by /end)

1. Load Active Session

Skill: Use session-manager to load the current session

  • Read .claude/dev-sessions/.current-session
  • If empty or missing:
    • Filter sessions by Status: READY or PLANNING
    • Present filtered list to user
    • Let user select one
    • Update .current-session with selection
  • Load session and show current status

2. Validate Session State

Skill: Use artifact-fs-manager to verify artifacts exist

  • Check that all required files exist and are readable:
    • context-analysis.md
    • specification.md
    • plan.md
    • session.md
  • If plan.md is missing:
    • Suggest running dev-plan-orchestrator skill first
    • Exit command

3. Execute Steps

Skill: Use dev-execution-orchestrator to run available steps

  • Invoke dev-execution-orchestrator with:
    • Session path
    • Execution mode: full-batch (or next-step if user prefers)
  • The skill will:
    • Validate plan integrity (no circular dependencies)
    • Set session Status to IN_PROGRESS
    • Determine executable steps (dependencies satisfied)
    • Dispatch to appropriate sub-agents using pre-generated prompts
    • Update step status after each completion
    • Update batch status in Execution Batches
    • Update Progress counter

4. Report Progress

After execution completes:

  • Show summary of executed steps
  • Show current progress (X/Y steps completed)
  • List any blocked steps and why
  • List next executable steps (if any)
  • Keep Status as IN_PROGRESS

IMPORTANT: Do NOT change global session status to COMPLETED


Error Handling

  • No active session: Suggest running /init first
  • Session files missing: Suggest re-initialization or recovery (via skill error handling)
  • Step execution fails:
    • Mark step as FAILED with reason
    • Check if failure blocks other steps
    • Suggest remediation
    • Continue with other executable steps if possible
  • Dependency conflict: Report which steps are blocked and why
  • No executable steps: Report current state, keep Status as IN_PROGRESS

Read the full file on GitHub · 86 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 · 86 lines · 0 tokens per session scan A f1bfbdde45a8

Subscribe to this mod's changes

run is a command published in the GitHub repository cicababba/claude-plugins-marketplace (3 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 581 tokens. 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.