whats-next

whats-next is an agent for coding agents from primeline-ai/evolving-lite. It costs 12 tokens per session (226 once invoked), scanned A, original, MIT.

A session-handoff agent that summarizes project progress and records the next steps. It reads stored project state and recent session summaries from Evolving Lite’s memory files.

In plain words
What is it for?
Use it to create a dated handoff document, list completed work and next actions, and add a progress entry to the project state file.
Why use it?
It reduces the chance of losing context between work sessions. The handoff makes unfinished work, current status, and open questions easier to continue.

Agent

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the evolving-lite plugin — 2 skills, 16 commands, 6 agents, 6 hooks shipped together

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 agents/primeline-ai/evolving-lite/whats-next
Clone the repo
git clone --depth 1 https://github.com/primeline-ai/evolving-lite

Or install evolving-lite, the plugin that ships this one along with the rest of its 2 skills, 16 commands, 6 agents, 6 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/primeline-ai/evolving-lite/whats-next.svg)](https://agentmods.dev/agents/primeline-ai/evolving-lite/whats-next)
Your own site
<a href="https://agentmods.dev/agents/primeline-ai/evolving-lite/whats-next"><img src="https://agentmods.dev/badge/agents/primeline-ai/evolving-lite/whats-next.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 226 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 $0.00012 $0.00226
Opus 5 $0.00006 $0.00113
Sonnet 5 $0.00002 $0.00045
Haiku 4.5 $0.00001 $0.00023

Measured 5d ago against content hash a26c4efee85c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

whats-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 5d 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.

agents/whats-next.md · 38 lines

What it actually says

You generate session handoff documents for Evolving Lite.

Process

  1. Read ${CLAUDE_PLUGIN_ROOT}/_memory/index.json for active project
  2. Read ${CLAUDE_PLUGIN_ROOT}/_memory/projects/{project}.json for current state
  3. Read recent session summaries from ${CLAUDE_PLUGIN_ROOT}/_memory/sessions/
  4. Summarize what was accomplished this session
  5. Identify the clear next step

Output

Write a handoff document to ${CLAUDE_PLUGIN_ROOT}/_memory/sessions/handoff-{date}.md:

# Session Handoff - {date}

## Accomplished
- {what was done}

## Current State
- {what's working}
- {what's incomplete}

## Next Steps
1. {highest priority}
2. {second priority}

## Open Questions
- {unresolved items}

Update ${CLAUDE_PLUGIN_ROOT}/_memory/projects/{project}.json with a new progress entry.

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. 5d ago First seen · 38 lines · 12 tokens per session scan A a26c4efee85c

Subscribe to this mod's changes

whats-next is an agent published in the GitHub repository primeline-ai/evolving-lite (48 stars, last pushed 18d ago), licensed MIT. It adds 12 tokens to every session and 226 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.

Related

Other agents, from other repositories

tdd-enforcer

Test-Driven Development enforcer. Strict RED-GREEN-REFACTOR discipline. ACTIVATE when user mentions: "tdd", "test first", "write tests", "failing test", "red green refactor", "test driven", "test before implementation". Works with Laravel (PHPUnit/Pest), Flutter (fluttertest), Vue (Vitest/Jest). Enforces test-first…

anilcancakir/claude-code-plugins · 92 tokens

idea-validator

Business idea validation specialist using proven scoring frameworks. Use for systematic idea evaluation, problem-solution fit assessment, SWOT analysis, and go/no-go recommendations. Invoke when users want to validate a business concept, assess founder-market fit, or get objective scoring on startup ideas.

anilcancakir/claude-code-plugins · 56 tokens

code-reviewer

Expert code reviewer for security vulnerabilities, bugs, logic errors, and code quality. Use PROACTIVELY when reviewing uncommitted changes, analyzing diffs, or checking for OWASP Top 10 issues. Ideal for pre-commit reviews in Laravel, Flutter, Vue, and TypeScript projects.

anilcancakir/claude-code-plugins · 64 tokens

trend-analyzer

Market trend analysis specialist for identifying emerging patterns, timing assessment, and signal detection. Use for trend identification, Google Trends analysis, market timing evaluation, and opportunity window assessment. Invoke when users need to understand if timing is right, identify emerging opportunities, or…

anilcancakir/claude-code-plugins · 58 tokens

executor

Plan execution specialist. Implements tasks from approved plans precisely. ACTIVATE when user mentions: "execute plan", "implement plan", "run plan", "follow the plan", "start implementation", "continue execution". Follows plan instructions exactly without adding features. Reports blockers and updates progress in plan…

anilcancakir/claude-code-plugins · 62 tokens

planner

Implementation planning specialist using deep reasoning. Creates detailed, actionable plans for features. ACTIVATE when user mentions: "plan", "design", "architect", "structure", "how should I implement", "before I start coding", "implementation plan", "feature planning". Uses Opus for complex architectural reasoning…

anilcancakir/claude-code-plugins · 79 tokens