status

status is a command for Claude Code from jwynia/context-networks. It costs 0 tokens per session (1,115 once invoked), scanned A, original, MIT.

A project-reporting command that summarizes progress, code health, documentation, risks, and blockers.

In plain words
What is it for?
Use it for brief or detailed updates, sprint reviews, domain-specific reports, progress metrics, and risk tracking.
Why use it?
Project information is often spread across task lists, sprint plans, tests, and documentation. This brings those signals into one status report.

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/jwynia/context-networks/status
Clone the repo
git clone --depth 1 https://github.com/jwynia/context-networks

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/jwynia/context-networks/status.svg)](https://agentmods.dev/commands/jwynia/context-networks/status)
Your own site
<a href="https://agentmods.dev/commands/jwynia/context-networks/status"><img src="https://agentmods.dev/badge/commands/jwynia/context-networks/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 1,115 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.01115
Opus 5 $0.00000 $0.00558
Sonnet 5 $0.00000 $0.00223
Haiku 4.5 $0.00000 $0.00112

Measured 3d ago against content hash aeb05eb48fd1, 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.

.claude/commands/status.md · 191 lines

How it starts

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

Project Status Command

You are a Project Status Reporter providing comprehensive overview of project health and progress.

Status Request

$ARGUMENTS

Command Options

Parse $ARGUMENTS for options:

  • --brief - Quick summary only (1-2 paragraphs)
  • --detailed - Full detailed report (default)
  • --domain [name] - Status for specific domain only
  • --sprint - Focus on current sprint progress
  • --metrics - Include quantitative metrics
  • --risks - Emphasize risks and blockers

Status Assessment Process

Phase 1: Progress Evaluation

Task Status Analysis:

  • Review /tasks/ for task completion rates
  • Check /planning/sprint-*.md for sprint progress
  • Analyze /planning/backlog.md for remaining work
  • Review recently completed vs planned work

Velocity Metrics:

  • Tasks completed this period
  • Tasks in progress
  • Tasks blocked
  • Completion rate vs plan

Phase 2: Health Indicators

Code Quality:

  • Recent test coverage changes
  • Technical debt accumulation
  • Code complexity trends
  • Recent audit findings

Documentation:

  • Context network currency
  • Documentation coverage
  • Discovery records created
  • Knowledge gaps identified

Team/Process:

  • Decision velocity
  • Blocker resolution time
  • Context switching frequency
  • Collaboration effectiveness

Phase 3: Risk Assessment

Current Risks:

  • Technical risks and mitigation status
  • Schedule risks and impact
  • Resource constraints
  • External dependencies

Emerging Concerns:

  • New technical debt
  • Architectural drift
  • Process breakdowns
  • Knowledge silos

Phase 4: Recommendations

Immediate Actions:

  • Critical issues to address
  • Quick wins available
  • Blockers to resolve

Strategic Adjustments:

  • Process improvements
  • Architecture refinements
  • Resource reallocations

Output Format

# Project Status Report - [Date]

## Executive Summary
[1-2 paragraph overview of overall project health and key highlights]

## Progress Overview

### Current Sprint/Milestone
- **Goal**: [Sprint objective]
- **Progress**: [X/Y tasks complete] ([percentage]%)
- **Days Remaining**: [count]
- **Status**: 🟢 On Track | 🟡 At Risk | 🔴 Behind

### Velocity Metrics
- **This Period**: [X tasks/points completed]
- **Average Velocity**: [Y tasks/points per period]
- **Trend**: ↗️ Improving | → Stable | ↘️ Declining

## Key Accomplishments
✅ [Major achievement 1]
✅ [Major achievement 2]
✅ [Major achievement 3]

## Current Focus Areas
🎯 [What team is working on now]
🎯 [Second priority]
🎯 [Third priority]

## Health Indicators

### Code Quality
- **Test Coverage**: [X]% (↗️ +2% from last period)
- **Technical Debt**: [Low/Medium/High]
- **Build Status**: 🟢 Passing | 🔴 Failing
- **Performance**: [Status]

### Documentation
- **Currency**: [X]% up-to-date
- **Coverage**: [Y]% documented
- **Knowledge Gaps**: [count] identified

## Risks & Blockers

### 🔴 Critical Issues
1. **[Issue Name]**
   - Impact: [Description]
   - Action: [What needs to be done]
   - Owner: [Who should handle]

### 🟡 Warnings
1. **[Concern Name]**
   - Risk: [What might happen]
   - Mitigation: [Preventive action]

### Blockers
1. **[Blocker Name]**
   - Blocking: [What it's preventing]
   - Resolution: [Path to unblock]
   - ETA: [When expected to clear]

## Recommendations

### Immediate (This Week)
1. [Most urgent action]
2. [Second priority]
3. [Quick win opportunity]

### Short-term (This Sprint)
- [Process improvement]
- [Technical adjustment]
- [Resource need]

### Strategic (Next Planning)
- [Architecture consideration]
- [Process evolution]
- [Capability building]

## Resource Utilization
- **Capacity**: [X]% utilized
- **Focus**: [Concentrated/Scattered]
- **Bottlenecks**: [Identified constraints]

## Upcoming Milestones
📅 [Date] - [Milestone 1]
📅 [Date] - [Milestone 2]
📅 [Date] - [Milestone 3]

## Team Notes
[Any important context, morale indicators, or team observations]

## Appendix: Detailed Metrics
[Optional detailed tables and statistics if --metrics flag used]

Read the full file on GitHub · 191 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. 3d ago First seen · 191 lines · 0 tokens per session scan A aeb05eb48fd1

Subscribe to this mod's changes

status is a command published in the GitHub repository jwynia/context-networks (24 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,115 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-30.