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.
npx agentmods add skills/jpantsjoha/ai-native-developer-experience/sitrepnpx skills add jpantsjoha/ai-native-developer-experience --skill sitrepgit clone --depth 1 https://github.com/jpantsjoha/ai-native-developer-experienceWrote 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.
[](https://agentmods.dev/skills/jpantsjoha/ai-native-developer-experience/sitrep)<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>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.
| Model | Per session | Once 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 |
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.
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
-
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
-
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)
-
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> -
Apply the compression test — for each line: if removing it changes nothing that the reader needs to act on, remove it.
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.
- 4d ago First seen · 67 lines · 43 tokens per session scan A e7030af355c3
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.
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"…
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…
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…
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.
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.
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.