status

status is a command for Claude Code from ngocsangyem/MeowKit. It costs 0 tokens per session (876 once invoked), scanned A, original, MIT.

A delivery status report for an active implementation plan. It summarizes completed work, remaining work, and blockers using evidence from the project.

In plain words
What is it for?
Use it to check the state of a plan, identify blocked work, and record a dated status report alongside the plan.
Why use it?
It gives a clear view of progress without confusing past status reporting with advice about what to do next.

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/ngocsangyem/meowkit/status
Clone the repo
git clone --depth 1 https://github.com/ngocsangyem/MeowKit

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/ngocsangyem/meowkit/status.svg)](https://agentmods.dev/commands/ngocsangyem/meowkit/status)
Your own site
<a href="https://agentmods.dev/commands/ngocsangyem/meowkit/status"><img src="https://agentmods.dev/badge/commands/ngocsangyem/meowkit/status.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 876 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.00876
Opus 5 $0.00000 $0.00438
Sonnet 5 $0.00000 $0.00175
Haiku 4.5 $0.00000 $0.00088

Measured today against content hash eb7a936ce65b, 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 today.

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/mk/status.md · 78 lines

How it starts

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

/mk:status — Delivery Status Report

Usage

/mk:status
/mk:status <plan-dir>
/mk:status <plan-slug>

Behavior

Generates a classified, evidence-based delivery status report for the active plan via the project-manager agent. Report is co-located inside the plan dir at {plan-dir}/status-reports/{YYMMDD}-status.md.

This is the foreground entry point for the project-manager agent. Use it when the agent's background auto-invocation (via post-phase-delegation.md rule) is not applicable — e.g., when asking on demand or when disambiguation between multiple active plans is needed.

For "what should I do next" advice, use /mk:help instead. PM is backward-looking ("what's done, what's blocked"); mk:help is forward-looking.

Execution Steps

1. Resolve the plan
  • If an argument is given → treat as {plan-dir} or {plan-slug}:
    • If it's an absolute or relative path to a plan dir → use directly
    • If it's a slug → resolve via ls -d tasks/plans/*{slug}*
    • If not found → print "Plan not found: {arg}. Use tasks/plans// form." → exit
  • If no argument → Glob tasks/plans/*/plan.md filtered by frontmatter status not in {completed, cancelled, archived}:
    • 0 results → print "No active plan. Run /mk:plan to create one." → exit (no file written)
    • 1 result → use it
    • 2+ results → prompt via AskUserQuestion:
      • header: "Active plan"
      • question: "Which plan should I report on?"
      • options: one per plan (label = title + created date from frontmatter)
2. Delegate to project-manager

Invoke the project-manager agent with the resolved plan dir:

@project-manager Generate delivery status for plan at <plan-dir>.
Write report to <plan-dir>/status-reports/{YYMMDD}-status.md
(create the status-reports/ subdir if absent).
Load template from tasks/templates/pm-status-template.md.

Foreground invocation — do NOT include "run in the background" in the prompt. The command must wait for PM to return the report path before step 3.

Read the full file on GitHub · 78 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. today First seen · 78 lines · 0 tokens per session scan A eb7a936ce65b

Subscribe to this mod's changes

status is a command published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 876 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-09-03.