run

A KARIMO command that carries out an approved product requirements document, or PRD, through a feature-branch workflow. It prepares task briefs, reviews them, and coordinates the implementation.

In plain words
What is it for?
Use it to execute all or one task from a PRD, preview the plan, generate briefs, review without executing, resume paused work, or recalculate the plan during execution.
Why use it?
It organizes a large feature into reviewed execution steps and lets you preview, pause, resume, or narrow the work. This reduces the need to manage every implementation task manually.

Command for Claude Code

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/opensesh/karimo/run
Clone the repo
git clone --depth 1 https://github.com/opensesh/KARIMO

Made for: Claude Code.

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 8,186 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.00000 $0.08186
Opus 5 $0.00000 $0.04093
Sonnet 5 $0.00000 $0.01637
Haiku 4.5 $0.00000 $0.00819

Measured 2d ago against content hash b266439630a9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 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.

.claude/plugins/karimo/commands/run.md · 1,139 lines

How it starts

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

Execute an approved PRD using feature branch workflow (v7.0). This command generates briefs, auto-reviews them, allows user iteration, and then orchestrates execution.

Usage

/karimo:run --prd {slug} [--dry-run] [--skip-review] [--review-only] [--brief-only] [--resume] [--task {id}] [--recalibrate]

Arguments

  • --prd {slug} (required): The PRD slug to execute
  • --dry-run (optional): Preview the execution plan without making changes
  • --skip-review (optional): Skip brief review and execute immediately
  • --skip-config (optional): Use default execution config without prompting
  • --no-gates (optional): Override gate requirement for large PRDs (v8.3)
  • --review-only (optional): Generate briefs and review, stop without executing
  • --brief-only (optional): Generate briefs only, stop before review
  • --resume (optional): Resume execution after pausing
  • --task {id} (optional): Execute only a specific task by ID
  • --recalibrate (optional): Re-run orchestration inference mid-execution (v9.5)

What This Command Does (5 Phases)

KARIMO v8.2 introduces a 5-phase execution model with user iteration and execution configuration:

┌─────────────────────────────────────────────────────────────┐
│  Phase 1: Brief Generation                                  │
│    Read research + PRD → Generate task briefs               │
└─────────────────────────────────────────────────────────────┘
                           │
                           ↓
┌─────────────────────────────────────────────────────────────┐
│  Phase 2: Auto-Review                                       │
│    Validate briefs → Challenge order/deps → Find gaps       │
└─────────────────────────────────────────────────────────────┘
                           │
                           ↓
┌─────────────────────────────────────────────────────────────┐
│  Phase 3: User Iterate                                      │
│    Present recommendations → User feedback → Adjust briefs  │
│                    ↺ (loop until approved)                  │
└─────────────────────────────────────────────────────────────┘
                           │
                           ↓
┌─────────────────────────────────────────────────────────────┐
│  Phase 3.5: Execution Configuration                         │
│    Review loops → Bypass rules → Review mode → Confirm      │
└─────────────────────────────────────────────────────────────┘
                           │
                           ↓
┌─────────────────────────────────────────────────────────────┐
│  Phase 4: Orchestrate                                       │
│    Execute tasks in waves → Create PRs → Validate           │
└─────────────────────────────────────────────────────────────┘

Read the full file on GitHub · 1,139 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 · 1,139 lines · 0 tokens per session scan A b266439630a9

Subscribe to this mod's changes

run is a command published in the GitHub repository opensesh/KARIMO (283 stars, last pushed 3mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 8,186 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-30.