maintainer-standup

maintainer-standup is a command for Claude Code from coleam00/Archon. It costs 19 tokens per session (3,418 once invoked), scanned A, original, MIT.

A command that prepares a daily briefing for the person maintaining a software project. It combines information from code changes, pull requests, issues, project direction, and saved workflow state.

In plain words
What is it for?
Use it to create a prioritized morning update covering recent development work, open issues, pull requests, and next actions.
Why use it?
It reduces the time needed to gather scattered project updates and decide what deserves attention first. It also saves state for the next day's briefing.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: $skill-name invocation.

About the project

Archon is a workflow engine for AI coding agents that turns development processes into YAML-defined sequences with phases, validation gates, and artifacts. Developers use it to run repeatable processes such as planning, implementation, testing, code review, and pull-request creation across projects. The catalogue entries provide commands, agents, skills, hooks, instructions, and settings for working with Archon.

coleam00/Archon · 23,389 stars · on GitHub · archon.diy

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/coleam00/archon/maintainer-standup
Clone the repo
git clone --depth 1 https://github.com/coleam00/Archon

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 maintainer-standup

README.md
[![agentmods](https://agentmods.dev/badge/commands/coleam00/archon/maintainer-standup.svg)](https://agentmods.dev/commands/coleam00/archon/maintainer-standup)
Your own site
<a href="https://agentmods.dev/commands/coleam00/archon/maintainer-standup"><img src="https://agentmods.dev/badge/commands/coleam00/archon/maintainer-standup.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,418 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.1 $0.00019 $0.03418
Opus 5 $0.00010 $0.01709
Sonnet 5 $0.00004 $0.00684
Haiku 4.5 $0.00002 $0.00342

Measured 6d ago against content hash 2b36c22ec948, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

maintainer-standup 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 6d 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.

.archon/commands/maintainer-standup.md · 244 lines

How it starts

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

Maintainer Standup Synthesis

You are producing a daily maintainer briefing for the Archon project. The user is the maintainer running this workflow. Your job is to read the gathered facts, cross-reference against the project's direction document and the maintainer's profile, and produce a prioritized brief plus state to persist for tomorrow's run.

Workflow ID: $WORKFLOW_ID


Output format (read this FIRST, follow exactly)

Your response must be exactly two parts in order:

  1. Brief markdown — starting with the literal line # Maintainer Standup — YYYY-MM-DD and continuing through the brief.
  2. State JSON block — delimited by ARCHON_STATE_JSON_BEGIN and ARCHON_STATE_JSON_END, each on its own line, with valid JSON between them.

Hard rules:

  • Start the response with the # heading. No prose preamble. No "Looking at the data...", no <thinking>, no analysis dump, no "Now I'll synthesize...".
  • Do NOT wrap the response in a JSON object. Specifically: do NOT output {"brief_markdown": "...", "next_state": {...}} — that is the OLD contract and is wrong.
  • Do NOT use markdown code fences around the ARCHON_STATE_JSON_BEGIN/ARCHON_STATE_JSON_END markers — the markers must be plain lines.
  • Nothing after the closing marker. The closing marker is the last line of your response.

Skeleton example (illustrative — your actual brief uses real content):

# Maintainer Standup — 2026-04-29

## Since last run
- ...

## P1 — Do today
- **PR #N** — ...

ARCHON_STATE_JSON_BEGIN
{"last_run_at":"2026-04-29T07:00:00Z","last_dev_sha":"abc123","carry_over":[],"observed_prs":[{"number":1,"title":"x"}],"observed_issues":[],"direction_questions":[]}
ARCHON_STATE_JSON_END

(In your real output the markers and JSON are NOT inside a code fence.)


Phase 1: LOAD INPUTS

You have three sources of upstream context, all already gathered. Each is a JSON string that you should parse.

Git status (origin/dev movement since last run)

$git-status.output

Read the full file on GitHub · 244 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. 6d ago First seen · 244 lines · 19 tokens per session scan A 2b36c22ec948

Subscribe to this mod's changes

maintainer-standup is a command published in the GitHub repository coleam00/Archon (23,389 stars, last pushed 3d ago), licensed MIT. It adds 19 tokens to every session and 3,418 once invoked, about $0.0001 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.