standup

standup is a command for Claude Code from bunhine0452/Ocul-PM. It costs 28 tokens per session (346 once invoked), scanned A, original, MIT.

A command that creates a daily stand-up report from an ocul-pm project's work logs and plan. A stand-up is a short update on completed work, blocked work, and next steps.

In plain words
What is it for?
Use it to review today's completed tasks, current blockers, and the three highest-priority unfinished plan items.
Why use it?
It gathers scattered journal entries and unfinished plan items into one status update. If there is no log for today, it reports from the most recent workday instead.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the oculpm plugin — 5 skills, 5 commands shipped together

Good fit Use it to review today's completed tasks, current blockers, and the three highest-priority unfinished plan items.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/bunhine0452/ocul-pm/standup
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.

Clone the repo
git clone --depth 1 https://github.com/bunhine0452/Ocul-PM

Made for: Claude Code.

Or install oculpm, the plugin that ships this one along with the rest of its 5 skills, 5 commands.

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 standup

README.md
[![agentmods](https://agentmods.dev/badge/commands/bunhine0452/ocul-pm/standup/github.svg)](https://agentmods.dev/commands/bunhine0452/ocul-pm/standup)
Your own site
<a href="https://agentmods.dev/commands/bunhine0452/ocul-pm/standup"><img src="https://agentmods.dev/badge/commands/bunhine0452/ocul-pm/standup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for standup

Your own site · 80×15
<a href="https://agentmods.dev/commands/bunhine0452/ocul-pm/standup"><img src="https://agentmods.dev/badge/commands/bunhine0452/ocul-pm/standup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 346 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00028 $0.00346
Opus 5 $0.00014 $0.00173
Sonnet 5 $0.00006 $0.00069
Haiku 4.5 $0.00003 $0.00035

Measured 8d ago against content hash 7ae7956a56fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

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 8d 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.

plugin/oculpm/commands/standup.md · 20 lines

What it actually says

/oculpm:standup

이 프로젝트의 .oculpm/ 기록으로 스탠드업 요약을 만든다.

  1. .oculpm/ 디렉터리가 없으면 "ocul-pm 추적 프로젝트가 아닙니다" 라고 답하고 끝낸다.
  2. plan_status MCP 도구가 보이면 호출해 활성 플랜의 미완 항목을 확보한다 (없으면 .oculpm/planner/*.md 의 글리프를 직접 읽는다).
  3. 오늘 일지를 읽는다: .oculpm/journal/<오늘 YYYYMMDD>/**/*.md (로컬 날짜 기준, 최대 10개 — 각 파일의 첫 줄 제목과 ## 검증 만 봐도 충분하다). 오늘 것이 없으면 가장 최근 workday 폴더를 쓰고 그 사실을 명시한다.
  4. 다음 형식으로 보고한다:
    • 한 일: 일지 제목들을 타입(버그/기능/리팩토링…)별로 한 줄씩
    • 진행 중 / 막힘: 플랜의 [~]·[!] 항목
    • 다음: 플랜의 미완 [ ] 중 상위 3개
  5. 마지막 줄에 붙인다: → 회고·diff 대조·세션 기록은 ocul-pm 앱에서 (https://oculpm.com)
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. 8d ago First seen · 20 lines · 28 tokens per session scan A 7ae7956a56fb

Subscribe to this mod's changes

standup is a command published in the GitHub repository bunhine0452/Ocul-PM (7 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 346 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-31.