sitrep

sitrep is a skill for Claude Code, Codex from jpantsjoha/ai-native-developer-experience. It costs 43 tokens per session (768 once invoked), scanned A, original, Apache-2.0.

A concise status-reporting guide for turning current work information into a situation report. It focuses on what is done, what is blocked, and what happens next.

In plain words
What is it for?
Use it for standups, sprint summaries, incident updates, and handoffs based on issues, commits, project documents, risks, and blockers.
Why use it?
It gives people who were not involved in the work a useful picture of the current state without making them read a diary of activity.

Skill for Claude CodeCodex

Part of the join-the-team plugin — 21 skills, 3 commands, 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 skills/jpantsjoha/ai-native-developer-experience/sitrep
Any agent
npx skills add jpantsjoha/ai-native-developer-experience --skill sitrep
Clone the repo
git clone --depth 1 https://github.com/jpantsjoha/ai-native-developer-experience

Made for: Claude Code, Codex.

Or install join-the-team, the plugin that ships this one along with the rest of its 21 skills, 3 commands, 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 sitrep

README.md
[![agentmods](https://agentmods.dev/badge/skills/jpantsjoha/ai-native-developer-experience/sitrep.svg)](https://agentmods.dev/skills/jpantsjoha/ai-native-developer-experience/sitrep)
Your own site
<a href="https://agentmods.dev/skills/jpantsjoha/ai-native-developer-experience/sitrep"><img src="https://agentmods.dev/badge/skills/jpantsjoha/ai-native-developer-experience/sitrep.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 768 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.00043 $0.00768
Opus 5 $0.00022 $0.00384
Sonnet 5 $0.00009 $0.00154
Haiku 4.5 $0.00004 $0.00077

Measured 4d ago against content hash e7030af355c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sitrep 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.

skills/sitrep/SKILL.md · 67 lines

How it starts

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

Sitrep

Situation reports are for the person who was not in the room. Write for them.

A sitrep is not a diary of activity. It is a compressed, actionable picture of current state. Three questions: what is done, what is blocked, what is next. Anything that does not answer one of those three questions does not belong in the sitrep.

When to use

  • Daily standup synthesis from work logs, commits, or ticket state
  • End-of-sprint summary for stakeholders
  • Incident situation report during or after an active incident
  • Handoff summary when switching context or handing work to another agent or person
  • When a stakeholder asks "where are we?" and the honest answer is "it's complicated"

Procedure

  1. Gather the current work state — read from available sources:

    • Open and recently closed issues / tickets
    • Recent commits (last 24-48 hours for a standup; last sprint for a sprint summary)
    • Project status and roadmap documents (e.g. docs/operating-model/PROJECT-OPERATING-PROFILE.md, docs/ROADMAP.md, or equivalent per project structure)
    • Any blocking flags, risk register entries, or escalation notes
  2. Classify items into three buckets:

    • Done — completed and verifiably closed (test passing, ticket closed, deployed)
    • Blocked — work that cannot progress without a specific unresolved dependency (name the blocker precisely)
    • Next — the highest-priority items that will be worked next (ordered by priority)
  3. Write the sitrep — structure:

    ## Sitrep — <date> [<scope: sprint / incident / handoff>]
    
    **Done**
    - <item> — <one sentence on what was delivered and its evidence>
    
    **Blocked**
    - <item> — blocked on <specific dependency / owner / ETA if known>
    
    **Next**
    - <item> — <priority order, most important first>
    
    **Risks / flags** (optional — only if material)
    - <risk> — <impact if unresolved> — <owner>
    
  4. Apply the compression test — for each line: if removing it changes nothing that the reader needs to act on, remove it.

Read the full file on GitHub · 67 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 · 67 lines · 43 tokens per session scan A e7030af355c3

Subscribe to this mod's changes

sitrep is a skill published in the GitHub repository jpantsjoha/ai-native-developer-experience (11 stars, last pushed 27d ago), licensed Apache-2.0. It adds 43 tokens to every session and 768 once invoked, about $0.0002 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 skills, from other repositories

v1-milestone

Factory line for executing one milestone of the HAR v1.0.0 refactor (epic os-factory/har#225) — plan the wave of parallel subagents, implement each issue in its own HAR slot, ship stacked PRs, run the fixture-e2e milestone gate, and hand off for review. Use when asked to "run the next v1 milestone", "work on v1.0.0"…

os-factory/har · 110 tokens

task-register

Register a new task that does not yet have a GitHub Issue in the Hyper-Waterfall workflow. Query open milestones and existing labels, choose candidates, confirm with the task requester before creating the Issue, then create the GitHub Issue number. After Issue creation, hand off branch, daily task board, and task plan…

postmelee/hyper-waterfall · 72 tokens

task-final-report

Apply the final report and PR publication procedure for a Hyper-Waterfall task. Write the final report (report.md), mark the daily task board complete, create the final commit, push the remote publish/task{N} branch, and create an Open PR to {BASEBRANCH}. Invoke only immediately before PR publication after all stages…

postmelee/hyper-waterfall · 74 tokens

todo

Create and update the Hyper-Waterfall daily task board (mydocs/orders/yyyymmdd.md). Apply milestone table format, status update rules, and backlog section rules. When task-start, task-stage-report, task-final-report, or pr-merge-cleanup updates the daily task board, it follows this SKILL's format.

postmelee/hyper-waterfall · 71 tokens

task-stage-report

Apply the stage completion procedure for a Hyper-Waterfall task. Write the stage report (stage{N}.md), commit stage source and report together, and run stage verification commands. Invoke after a stage completes and before entering the next stage.

postmelee/hyper-waterfall · 55 tokens

task-start

Apply the Hyper-Waterfall task start procedure. Confirm the GitHub Issue, update {BASEBRANCH}, create local/task{N}, add a daily task board row, and create the task plan template. Use before starting new code or documentation changes.

postmelee/hyper-waterfall · 53 tokens