status

status is a command for coding agents from aadivar/shiplog. It costs 0 tokens per session (668 once invoked), scanned A, original, MIT.

A command that manually starts Shiplog's enabled background review agents. These agents update project specifications, the requirements list, security notes, and memory files.

In plain words
What is it for?
Validating Shiplog setup, reading its configuration, and launching the configured review agents in the documented order.
Why use it?
It lets you refresh project documentation and checks on demand instead of waiting for an automatic trigger.

Command

Part of the shiplog plugin — 1 skill, 8 commands, 4 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/aadivar/shiplog/status
Clone the repo
git clone --depth 1 https://github.com/aadivar/shiplog

Or install shiplog, the plugin that ships this one along with the rest of its 1 skill, 8 commands, 4 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/aadivar/shiplog/status.svg)](https://agentmods.dev/commands/aadivar/shiplog/status)
Your own site
<a href="https://agentmods.dev/commands/aadivar/shiplog/status"><img src="https://agentmods.dev/badge/commands/aadivar/shiplog/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 668 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.00668
Opus 5 $0.00000 $0.00334
Sonnet 5 $0.00000 $0.00134
Haiku 4.5 $0.00000 $0.00067

Measured 4d ago against content hash 2adb22962020, 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 4d 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 · 74 lines

How it starts

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

/shiplog status

Display project status dashboard.

Trigger

User runs /shiplog status

Behavior

Step 1: Validate setup

Check that .shiplog/config.json exists. If not:

"Shiplog is not initialized. Run /shiplog init first."

Step 2: Read project files

Read these files:

  • docs/PROGRESS.md — Current sprint, active feature, session log
  • docs/PRD.md — Feature table with statuses
  • docs/SECURITY.md — Last security review entry

Step 3: Read config

Read .shiplog/config.json and handle both config formats:

  • Nested (template): { "project": { "name": "..." }, "agents": { "model": "haiku", "specs": { "enabled": true } }, "orchestration": { ... } }
  • Flat (legacy): { "projectName": "...", "agentModel": "haiku", "agents": { "specs": true } }

Extract: project name, agent model, which agents are enabled.

Step 4: Calculate metrics

From the PRD feature table:

  • Count total features (rows matching | F\d+ |)
  • Count features by status (not-started, in-progress, done, blocked)
  • Calculate completion percentage
  • If the table has no Status column (no not-started, in-progress, done, or blocked values found), report: "Status tracking not set up — features will be tracked after the next commit triggers the PRD agent."

From PROGRESS.md:

  • Current sprint number
  • Active feature ID and name
  • Last session date

From SECURITY.md:

  • Last review date and severity

Step 5: Display dashboard

Shiplog Status — {Project Name}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Sprint: {N}
Active Feature: {ID} — {name} ({status})
Last Session: {date}

Features: {done}/{total} done ({percentage}%)
  Phase 1 (Foundation): {progress_bar} {phase_pct}%
  Phase 2 (Core):       {progress_bar} {phase_pct}%
  Phase 3 (Advanced):   {progress_bar} {phase_pct}%

  not-started: {count}  |  in-progress: {count}  |  done: {count}  |  blocked: {count}

Security: Last review {date} — {severity}

Config: .shiplog/config.json
  Agent model: {model}
  Agents: {enabled_list}

Read the full file on GitHub · 74 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. 4d ago First seen · 74 lines · 0 tokens per session scan A 2adb22962020

Subscribe to this mod's changes

status is a command published in the GitHub repository aadivar/shiplog (3 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 668 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-31.

Related

Other commands, from other repositories