karimo-overview: Command for Claude Code

.claude/commands/karimo/dashboard.md

dashboard is a command for Claude Code from opensesh/karimo-overview. It costs 0 tokens per session (8,928 once invoked), scanned A, a copy of dashboard, Apache-2.0.

A command-line dashboard for monitoring KARIMO development work, including system health, task progress, dependencies, alerts, and activity.

In plain words
What is it for?
Use it to review active or blocked work, inspect a specific project requirement, view dependencies, investigate recent activity, or export status as JSON.
Why use it?
It gathers project status and warning signs in one place, so you do not have to inspect each task or repository state separately.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is opensesh/karimo-overview's own configuration. It tells Claude Code how to work on karimo-overview itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything karimo-overview configures →

Reuse

Borrowing it

Nothing to install: this file belongs to opensesh/karimo-overview. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/opensesh/karimo-overview/main/.claude/commands/karimo/dashboard.md
Clone the repo
git clone --depth 1 https://github.com/opensesh/karimo-overview

Made for: Claude Code.

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 dashboard

README.md
[![agentmods](https://agentmods.dev/badge/commands/opensesh/karimo-overview/dashboard.svg)](https://agentmods.dev/commands/opensesh/karimo-overview/dashboard)
Your own site
<a href="https://agentmods.dev/commands/opensesh/karimo-overview/dashboard"><img src="https://agentmods.dev/badge/commands/opensesh/karimo-overview/dashboard.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 8,928 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 94% copy Near-identical to another mod 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.08928
Opus 5 $0.00000 $0.04464
Sonnet 5 $0.00000 $0.01786
Haiku 4.5 $0.00000 $0.00893

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

Security

Grade A, and why

dashboard 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 6d 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.

Origin

This is a copy

94% identical to dashboard — 96 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/karimo/dashboard.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.

/karimo:dashboard — Comprehensive CLI Dashboard for KARIMO Monitoring

Phase 3 monitoring — System health, execution insights, and velocity analytics.

Usage

/karimo:dashboard              # Full dashboard (all 5 sections)
/karimo:dashboard --active     # Show only active PRDs with progress
/karimo:dashboard --blocked    # Show only blocked tasks
/karimo:dashboard --deps       # Show cross-PRD dependency graph
/karimo:dashboard --prd {slug} # PRD-specific dashboard (combines status + metrics)
/karimo:dashboard --alerts     # Show only Critical Alerts section (minimal mode)
/karimo:dashboard --activity   # Extended activity feed (last 50 events instead of 10)
/karimo:dashboard --reconcile  # Force git state reconstruction
/karimo:dashboard --json       # JSON output for scripting/automation
/karimo:dashboard --refresh    # Force refresh (bypass cache)

Purpose

Primary monitoring touchpoint for active development and post-execution analysis.

Provides:

  • Executive Summary — System health score, quick stats, next completions
  • Critical Alerts — Blocked, stale, crashed tasks needing immediate attention
  • Execution Velocity — Completion rate, loop efficiency, wave progress, ETAs
  • Resource Usage — Model distribution, loop distribution, parallel capacity
  • Recent Activity — Timeline of events across all PRDs

Dashboard Output (Default View)

╭────────────────────────────────────────────────────────────────────╮
│  KARIMO Dashboard                              Updated: 45s ago    │
│  System Health: ████████░░ 85%                 Active: 2 PRDs      │
╰────────────────────────────────────────────────────────────────────╯

📊 QUICK SUMMARY
────────────────
  PRDs:       3 total (2 active, 1 complete)
  Tasks:      42 total (28 done, 8 running, 4 queued, 2 blocked)
  Progress:   ████████░░ 67% complete
  Models:     28 Sonnet, 12 Opus (30% escalation rate)

  ✅ Next completions:
    • user-profiles Wave 2 (~2h, 1 task remaining)
    • token-studio Wave 1 (~6h, 6 tasks queued)


🚨 CRITICAL ALERTS — Needs Immediate Attention
───────────────────────────────────────────────

  [user-profiles / 2a] BLOCKED — 3 failed Greptile attempts
    → PR #44 needs human review
    → Blocked for: 2h 15m
    → Action: gh pr view 44

  [token-studio / 1c] STALE — Running for 6h 23m
    → Agent may have crashed
    → Action: /karimo:run --prd token-studio --task 1c

  Total: 2 items requiring human intervention


📊 EXECUTION VELOCITY — Last 7 Days
────────────────────────────────────

  Completion Rate:    ████████████░░ 42 tasks (6/day avg)
  Loop Efficiency:    ████████░░░░░ 2.8 avg (improving ↓)
  First-Time Pass:    █████░░░░░░░ 45% (↑ from 38%)
  Review Pass Rate:   ██████████░░ 82% (Greptile avg: 3.2)

  Wave Progress:
    user-profiles:    Wave 2 of 3  ████████░░ 80%
    token-studio:     Wave 1 of 4  ███░░░░░░░ 25%

  ETA Projections:
    user-profiles:    ~2h (Wave 2: 1 task remaining)
    token-studio:     ~6h (Wave 1: 6 tasks queued)


⚙️  RESOURCE USAGE — Current Cycle
──────────────────────────────────

  Model Distribution:   Sonnet: 28 tasks (70%)  Opus: 12 tasks (30%)
  Escalations:          4 tasks (10% escalation rate)
  Parallel Capacity:    2/3 slots utilized (67%)

  Loop Distribution:
    1 loop:  ████████████████ 20 tasks (50%)
    2 loops: ████████ 12 tasks (30%)
    3 loops: ████ 6 tasks (15%)
    4+ loops: ██ 2 tasks (5%)  ← Learning candidates


📋 RECENT ACTIVITY — Last 10 Events
────────────────────────────────────

  3m ago   [user-profiles] Task 2c completed (PR #46 merged)
  12m ago  [token-studio] Task 1b needs revision (Greptile: 2/5)
  15m ago  [user-profiles] Wave 2 completed
  28m ago  [token-studio] Task 1a escalated (sonnet → opus)
  1h ago   [user-profiles] Task 2b completed (PR #45 merged)

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. 6d ago First seen · 1,139 lines · 0 tokens per session scan A 8b5bc7b2e637

Subscribe to this mod's changes

dashboard is a command published in the GitHub repository opensesh/karimo-overview (11 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 8,928 tokens. A static security scan graded it A with 0 findings. It is 94% identical to dashboard, differing in 96 lines, and is treated as a copy.