next

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

A command that takes the next unfinished leaf item from an active project plan and runs one implementation cycle. The cycle includes implementation, verification, journal entry, and plan-status update.

In plain words
What is it for?
Use it to select or specify a plan item, implement it, run available build or test checks, record the result, and mark the item’s status.
Why use it?
It turns a large plan into one concrete task at a time and keeps the plan and work records synchronized.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions AGENTS.md.

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

Good fit Use it to select or specify a plan item, implement it, run available build or test checks, record the result, and mark the item’s status.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/bunhine0452/ocul-pm/next.svg)](https://agentmods.dev/commands/bunhine0452/ocul-pm/next)
Your own site
<a href="https://agentmods.dev/commands/bunhine0452/ocul-pm/next"><img src="https://agentmods.dev/badge/commands/bunhine0452/ocul-pm/next.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 403 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.00031 $0.00403
Opus 5 $0.00015 $0.00201
Sonnet 5 $0.00006 $0.00081
Haiku 4.5 $0.00003 $0.00040

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

Security

Grade A, and why

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

plugin/oculpm/commands/next.md · 22 lines

What it actually says

/oculpm:next

플래너 ▶실행(앱)의 플러그인 대응물 — 계획을 핸들로 쓰는 구현 루프 한 바퀴.

  1. plan_status 도구로 활성 플랜의 미완 리프를 확인한다 ([ ]/[~], 하위를 가진 부모는 롤업 자동이라 제외). $ARGUMENTS 로 항목 id 나 플랜을 지정했으면 그것을 우선한다.
  2. 미완 리프가 없으면 "활성 플랜의 항목이 모두 끝났습니다"라 보고하고 끝낸다. 후보가 여럿이면 문서 순서상 첫 번째를 잡되, 무엇을 잡았는지 먼저 알린다.
  3. 그 항목을 구현한다 — 항목 문구의 "검증 가능한 동사구"가 완료 기준이다. 프로젝트에 게이트(빌드/테스트/린트)가 있으면 통과를 직접 확인한다.
  4. 끝나면 journal_write 로 일지를 남기고 plan_update 로 그 항목 상태를 갱신한다 (AGENTS.md 규칙 그대로). plan_updatebase_hash 가 필수다 — 1번에서 받은 plan_status 응답의 plans[].hash 를 그대로 넘긴다. 구현하는 동안 다른 세션이 그 플랜을 고쳤으면 충돌 오류가 돌아오니, plan_status 로 다시 읽어 그 항목이 아직 유효한지 확인한 뒤 새 hash 로 재호출한다. 다음 리프가 남았으면 이어서 돌지 물어본다.
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 Changed · +4 lines 9f589442f594
  2. 8d ago First seen · 18 lines · 31 tokens per session scan A b879007d7fff

Subscribe to this mod's changes

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