next

next is a command for Claude Code from grainulation/grainulator. It costs 0 tokens per session (262 once invoked), scanned A, original, MIT.

A next-actions command for reading the active sprint’s current state and listing the work that can happen automatically versus work needing the user. It bases the list on the latest compiled evidence and the user’s current scope.

In plain words
What is it for?
Use it to refresh stale sprint results and produce short Auto and Manual lists with concrete next steps.
Why use it?
It separates safe follow-up work from decisions, access requests, or other actions that require human input. This avoids inventing tasks or repeatedly asking for permission already given.

Command for Claude Code

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

Part of the grainulator plugin — 20 skills, 21 commands, 1 agent, 2 hooks, 1 MCP server shipped together

Good fit Use it to refresh stale sprint results and produce short Auto and Manual lists with concrete next steps.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/grainulation/grainulator/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/grainulation/grainulator

Made for: Claude Code.

Or install grainulator, the plugin that ships this one along with the rest of its 20 skills, 21 commands, 1 agent, 2 hooks, 1 MCP server.

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/grainulation/grainulator/next/github.svg)](https://agentmods.dev/commands/grainulation/grainulator/next)
Your own site
<a href="https://agentmods.dev/commands/grainulation/grainulator/next"><img src="https://agentmods.dev/badge/commands/grainulation/grainulator/next/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 next

Your own site · 80×15
<a href="https://agentmods.dev/commands/grainulation/grainulator/next"><img src="https://agentmods.dev/badge/commands/grainulation/grainulator/next.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 262 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.00000 $0.00262
Opus 5 $0.00000 $0.00131
Sonnet 5 $0.00000 $0.00052
Haiku 4.5 $0.00000 $0.00026

Measured today against content hash 4e5e3f3803bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 today.

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.

packages/evidence/templates/commands/next.md · 10 lines

What it actually says

/next — Show next actions

Read the active sprint’s current status. Refresh stale compilation using grainulator compile --dir <sprint> or grainulator.compile. Use the resulting next_actions with the user’s current scope and authorization. Output only the two Auto and Manual lists below, with no recap, status counters or offer to continue. Continue useful Auto work already authorized by the active task.

Next-step output

After a meaningful pass, use the current compiler's next_actions to present exactly two bullet lists labeled Auto and Manual. Auto is work the agent can continue under existing authorization. Manual is only work requiring the user's decision, access, or action. Classify using the current request and constraints; compiler suggestions never grant permission. Continue authorized Auto work without asking again.

Keep 2–3 useful actions total when available, use short concrete labels and commands where useful, and show None. for an empty group. Do not invent work to fill a quota. Never omit next steps merely because compilation is ready or the answer should be brief. Refresh stale compilation first and exclude work the user removed from scope. When the user asks only for next steps, output only these two lists: no findings recap, counts, reasons, or offer to continue.

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. today First seen · 10 lines · 0 tokens per session scan A 4e5e3f3803bd

Subscribe to this mod's changes

next is a command published in the GitHub repository grainulation/grainulator (86 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 262 tokens. 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-09-08.