status

status is a command for coding agents from Bitmia-ai/RedEye. It costs 13 tokens per session (493 once invoked), scanned A, original, MIT.

A command that reads the project's team-status files and presents a concise dashboard. It summarizes health, recent work, pending questions, and planned next steps.

In plain words
What is it for?
Use it to check team confidence, development health, iteration progress, completed work, open requests, and upcoming tasks. It also guides a follow-up conversation about unanswered questions.
Why use it?
It saves time when you need to understand the current state of a project without opening several status files yourself.

Command

Part of the redeye plugin — 10 commands, 13 agents, 1 hook shipped together

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/bitmia-ai/redeye/status
Clone the repo
git clone --depth 1 https://github.com/Bitmia-ai/RedEye

Or install redeye, the plugin that ships this one along with the rest of its 10 commands, 13 agents, 1 hook.

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 status

README.md
[![agentmods](https://agentmods.dev/badge/commands/bitmia-ai/redeye/status.svg)](https://agentmods.dev/commands/bitmia-ai/redeye/status)
Your own site
<a href="https://agentmods.dev/commands/bitmia-ai/redeye/status"><img src="https://agentmods.dev/badge/commands/bitmia-ai/redeye/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 493 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.00013 $0.00493
Opus 5 $0.00006 $0.00246
Sonnet 5 $0.00003 $0.00099
Haiku 4.5 $0.00001 $0.00049

Measured 3d ago against content hash 8146f06ed464, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

status 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 3d 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.

commands/status.md · 48 lines

What it actually says

You are presenting the CEO's status dashboard. Follow these steps:

Step 1: Read State Files

Read these files from the project root:

  1. .redeye/state.json — for health, confidence, iteration count, phase, blocked items
  2. .redeye/status.md — for the full dashboard
  3. .redeye/inbox.md — for pending questions and credential requests

Step 2: Present Summary

Show the user a concise status summary in this order:

Health at a glance:

  • Team confidence: {HIGH/MEDIUM/LOW} from state
  • Dev environment: {healthy/unhealthy}
  • Current iteration: {n}, phase: {phase}
  • Iterations since last deploy: {n}

What happened (from .redeye/status.md "Just Completed" section):

  • Recent completions from last 3 iterations

What needs your attention (from .redeye/inbox.md):

  • Count of open questions and credential requests
  • List the highest-priority items with their defaults

What's coming next (from .redeye/status.md "Up Next"):

  • Current work in progress
  • Next planned items

Step 3: Interactive Follow-up

After presenting the summary, offer the user choices via AskUserQuestion:

  • "Answer pending questions" — if there are open questions, walk through each using AskUserQuestion with the options from .redeye/inbox.md
  • "Add a task" — ask for a title and description, then create it via scripts/create-task.sh
  • "Steer the team" — ask for a directive, then write it via scripts/add-steering.sh
  • "Done" — exit

If the user chooses to answer questions, walk through each open question in .redeye/inbox.md one at a time using AskUserQuestion, presenting the options listed in the question. Write each CEO answer via scripts/answer-question.sh; do not edit .redeye/inbox.md directly.

If the user chooses to add a task, call scripts/create-task.sh --section ceo; do not hand-author a ### T<NNN>: block.

If there are pending credential requests, mention them and explain that the CEO should add secret values to .env.test manually.

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. 3d ago First seen · 48 lines · 13 tokens per session scan A 8146f06ed464

Subscribe to this mod's changes

status is a command published in the GitHub repository Bitmia-ai/RedEye (6 stars, last pushed 2mo ago), licensed MIT. It adds 13 tokens to every session and 493 once invoked, about $0.0001 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-08-31.