founder-os: Command for Claude Code

.claude/commands/queue/status.md

status is a command for Claude Code from cloudrepo-io/founder-os. It costs 5 tokens per session (517 once invoked), scanned A, original, MIT.

A command that reports the current state of a project’s work queue. It reads active work, the backlog, research plans awaiting review, blocked items, and completed tasks.

In plain words
What is it for?
Use it to monitor implementation and research tasks, find high-priority or blocked work, review recent completions, and identify plans ready for approval.
Why use it?
It replaces checking several queue files and folders by hand. The summary makes pending, urgent, blocked, and review-ready work easier to see.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is cloudrepo-io/founder-os's own configuration. It tells Claude Code how to work on founder-os 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 founder-os configures →

Reuse

Borrowing it

Nothing to install: this file belongs to cloudrepo-io/founder-os. 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/cloudrepo-io/founder-os/master/.claude/commands/queue/status.md
Clone the repo
git clone --depth 1 https://github.com/cloudrepo-io/founder-os

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 status

README.md
[![agentmods](https://agentmods.dev/badge/commands/cloudrepo-io/founder-os/status.svg)](https://agentmods.dev/commands/cloudrepo-io/founder-os/status)
Your own site
<a href="https://agentmods.dev/commands/cloudrepo-io/founder-os/status"><img src="https://agentmods.dev/badge/commands/cloudrepo-io/founder-os/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 5 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 517 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.1 $0.00005 $0.00517
Opus 5 $0.00003 $0.00259
Sonnet 5 $0.00001 $0.00103
Haiku 4.5 $0.00001 $0.00052

Measured 6d ago against content hash 85bd8498f3c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 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.

.claude/commands/queue/status.md · 75 lines

What it actually says

Queue Status

Display the current state of the work queue.

Process

  1. Read all queue files:

    • .claude/queue/active.json
    • .claude/queue/backlog.json
    • Count files in .claude/queue/completed/
    • List files in .claude/queue/plans/
  2. Report summary:

## Work Queue Status

### Active (In Progress)
- [ID] Title (Owner) - started YYYY-MM-DD
  Type: implementation | research
  Problem: ...

### Needs Review (Research Plans)
- [ID] Title (Owner) - plan ready for review
  Plan: .claude/queue/plans/{id}.md

### Backlog (X items)
| Priority | ID | Title | Type | Owner | Status |
|----------|-----|-------|------|-------|--------|
| 1 | ... | ... | impl | ... | pending |
| 2 | ... | ... | research | ... | pending |
| 3 | ... | ... | impl | ... | blocked |

### Blocked Items
- [ID] Title - blocked by: [dep-id-1], [dep-id-2]

### Completed (X items total)
- Most recent: [ID] Title - completed YYYY-MM-DD
  1. If backlog is empty, note that no pending work exists

  2. If there are high-priority items (1-2), highlight them

  3. If there are needs_review items, highlight them and suggest /queue:approve

  4. If there are blocked items, show what they're waiting on

Status Values

Status Meaning
pending Ready to be picked up
in_progress Currently being worked on
needs_review Research plan ready for founder review
approved Plan approved, implementation created
blocked Waiting on dependency
completed Done and archived

Quick Actions

Suggest available actions:

  • /queue:work - Pick up next item
  • /queue:add - Add new implementation task
  • /queue:research - Add new research task
  • /queue:approve - Review and approve a plan
  • /queue:revise - Request changes to a plan
  • /queue:status - Refresh this view
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 · 75 lines · 5 tokens per session scan A 85bd8498f3c9

Subscribe to this mod's changes

status is a command published in the GitHub repository cloudrepo-io/founder-os (19 stars, last pushed 7mo ago), licensed MIT. It adds 5 tokens to every session and 517 once invoked, about $0.0000 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-30.