status

A view of the current research session, including its topic, phase, findings, sources, recent activity, freshness, and coverage gaps.

In plain words
What is it for?
Use it to check the state of an active research project, with an optional detailed view of findings and sources.
Why use it?
It shows how far research has progressed and what may still need attention.

Command

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/zircote-plugins/sigint/status
Clone the repo
git clone --depth 1 https://github.com/zircote-plugins/sigint
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 942 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.00007 $0.00942
Opus 5 $0.00003 $0.00471
Sonnet 5 $0.00001 $0.00188
Haiku 4.5 $0.00001 $0.00094

Measured 2d ago against content hash 9325a51bc1f3, 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 2d 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 · 88 lines

What it actually says

Display the current sigint research session status and progress.

Arguments:

  • --verbose - Show detailed findings and sources

Process:

  1. Find active research session: Read sigint.config.json topics as the primary session index (comprehension-only — Read is acceptable per Structured Data Protocol). List all topics with their status, dimensions, updated, and findings_count.

    Fall back to scanning ./reports/*/state.json only if sigint.config.json has no topic entries (legacy sessions predating topic registration).

  2. Load session state (comprehension-only — Read is acceptable per Structured Data Protocol): Read state.json and parse:

    • Topic and scope
    • Current phase
    • Findings count by category
    • Sources count
    • Last activity
  3. Calculate progress metrics:

    • Research completeness (based on methodology coverage)
    • Data freshness (age of newest finding)
    • Coverage gaps (areas not yet researched)
  4. Display status dashboard:

    ╔══════════════════════════════════════════════════════════╗
    ║  SIGINT Research Status                                  ║
    ╠══════════════════════════════════════════════════════════╣
    ║  Topic: [research topic]                                 ║
    ║  Phase: [discovery | analysis | synthesis]               ║
    ║  Started: [date]  |  Last Updated: [date]                ║
    ╠══════════════════════════════════════════════════════════╣
    ║  FINDINGS                                                ║
    ║  ├─ Market Overview:     [✓ | ○ | ─]                    ║
    ║  ├─ Competitive:         [✓ | ○ | ─]                    ║
    ║  ├─ Market Sizing:       [✓ | ○ | ─]                    ║
    ║  ├─ Trends:              [✓ | ○ | ─]                    ║
    ║  ├─ Customer Research:   [✓ | ○ | ─]                    ║
    ║  ├─ Tech Assessment:     [✓ | ○ | ─]                    ║
    ║  ├─ Financial:           [✓ | ○ | ─]                    ║
    ║  └─ Regulatory:          [✓ | ○ | ─]                    ║
    ╠══════════════════════════════════════════════════════════╣
    ║  TEAM STATUS (if active)                               ║
    ║  ├─ competitive:      [✓ complete | ⟳ in_progress | ─] ║
    ║  ├─ sizing:           [✓ complete | ⟳ in_progress | ─] ║
    ║  └─ trends:           [✓ complete | ⟳ in_progress | ─] ║
    ╠══════════════════════════════════════════════════════════╣
    ║  Sources: [count]  |  Findings: [count]                  ║
    ║  Freshness: [days since last update]                     ║
    ╠══════════════════════════════════════════════════════════╣
    ║  NEXT STEPS                                              ║
    ║  • [suggested action 1]                                  ║
    ║  • [suggested action 2]                                  ║
    ╚══════════════════════════════════════════════════════════╝
    

    Legend: ✓ = complete, ○ = in progress, ─ = not started

  5. If --verbose: Show list of all findings with summaries. Show list of all sources. Show current trend indicators (INC/DEC/CONST).

  6. Suggest next actions: Based on coverage gaps and phase:

    • Missing areas → suggest /sigint:augment [area]
    • All areas covered → suggest /sigint:report
    • Stale data → suggest /sigint:update

Output:

  • Visual status dashboard
  • Progress indicators
  • Suggested next steps

Example usage:

/sigint:status
/sigint:status --verbose
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. 2d ago First seen · 88 lines · 7 tokens per session scan A 9325a51bc1f3

Subscribe to this mod's changes

status is a command published in the GitHub repository zircote-plugins/sigint (20 stars, last pushed 15d ago), licensed MIT. It adds 7 tokens to every session and 942 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.

Related

Other commands, from other repositories

radar-council

The on-demand strategic war room. Spins up a REAL experimental agent team of 4 analyst teammates (pricing, product gap, threat and sentiment, devil's advocate) over the latest briefing. They message and challenge each other like a scientific debate, converge on recommended moves, and the addendum is published to all…

sabahudin-web/competitive-intelligence-radar · 73 tokens

radar

The weekly competitor gather run. Fans out one competitor-scout subagent per competitor in parallel, each returning a cited dossier via BrightData, then diffs against last week, merges one briefing, and publishes to all three surfaces (local folder, Notion, HTML dashboard). Runs autonomously. Run /radar-setup first.

sabahudin-web/competitive-intelligence-radar · 67 tokens

radar-setup

One-time setup for Competitive Intelligence Radar. Asks about your BrightData and Notion connection and live-tests both, then shows the proposed Notion schema for your approval before creating anything, then checks the agent-teams prerequisites for the council. Run this before /radar.

sabahudin-web/competitive-intelligence-radar · 55 tokens

build-market-research

Build comprehensive market research with industry analysis, future trends, and strategic opportunities.

armoin2018/ai-ley · 14 tokens

fixbot

You are the orchestrator for the fixbot workflow. Fixbot fixes a Linear issue, running directly in this project against the locally running server. For an isolated worktree version, use /autobot /fixbot instead.

metabase/metabase · 0 tokens

reprobot

You are the orchestrator for the reprobot workflow. ReproBot attempts to reproduce a reported bug against the locally running server, classifies the result, and optionally writes a failing test. For an isolated worktree version, use /autobot /reprobot instead.

metabase/metabase · 0 tokens