analysis-learn-next

analysis-learn-next is a command for Claude Code from with-geun/alive-analysis. It costs 0 tokens per session (1,129 once invoked), scanned A, original, MIT.

A command for moving an ALIVE learning session to its next stage. ALIVE is a five-part analysis method: Ask, Look, Investigate, Voice, and Evolve.

In plain words
What is it for?
Use it to continue a beginner or intermediate learning exercise, open the next stage, and receive a suggestion to review the work when all stages are complete.
Why use it?
It checks the saved learning progress and determines where the learner is, so the session can advance in the right order. It also reports when there is no active session.

Command for Claude Code

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/with-geun/alive-analysis/analysis-learn-next
Clone the repo
git clone --depth 1 https://github.com/with-geun/alive-analysis

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 analysis-learn-next

README.md
[![agentmods](https://agentmods.dev/badge/commands/with-geun/alive-analysis/analysis-learn-next.svg)](https://agentmods.dev/commands/with-geun/alive-analysis/analysis-learn-next)
Your own site
<a href="https://agentmods.dev/commands/with-geun/alive-analysis/analysis-learn-next"><img src="https://agentmods.dev/badge/commands/with-geun/alive-analysis/analysis-learn-next.svg" alt="Measured on agentmods" 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 1,129 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.00000 $0.01129
Opus 5 $0.00000 $0.00564
Sonnet 5 $0.00000 $0.00226
Haiku 4.5 $0.00000 $0.00113

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

Security

Grade A, and why

analysis-learn-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 4d 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.

.claude/commands/analysis-learn-next.md · 107 lines

How it starts

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

/analysis-learn-next

Review the current stage and advance to the next ALIVE stage in a learning session.

Instructions

Step 1: Identify current learning session

Read .analysis/education/progress.md to find the active learning session (In Progress table).

  • If no active session → tell user: "No active learning session. Run /analysis-learn to start one."
  • If multiple active sessions → ask which one to advance
  • Read the scenario metadata from core/education/scenarios/{scenario-id}/metadata.md

Step 2: Determine current stage

Beginner (Quick): Read the learning file. Check which sections have been filled in (not just template placeholders):

  • ASK filled → current stage is ASK, next is LOOK
  • ASK + LOOK filled → current is LOOK, next is INVESTIGATE
  • ASK + LOOK + INVESTIGATE filled → current is INVESTIGATE, next is VOICE
  • ASK + LOOK + INVESTIGATE + VOICE filled → current is VOICE, next is EVOLVE
  • All filled → current is EVOLVE, analysis complete → suggest /analysis-learn-review

Intermediate (Full): Check which files exist in the learning folder:

  • Only 01_ask.md → current is ASK, next is LOOK
  • Up to 02_look.md → current is LOOK, next is INVESTIGATE
  • Up to 03_investigate.md → current is INVESTIGATE, next is VOICE
  • Up to 04_voice.md → current is VOICE, next is EVOLVE
  • All 5 files → EVOLVE complete → suggest /analysis-learn-review

Step 3: Review current stage (feedback)

Read the rubric from core/education/scenarios/{scenario-id}/rubric.md. Read the solution from core/education/scenarios/{scenario-id}/solution/. Read the learner's current stage content.

Provide feedback:

  1. Score the current stage using the rubric criteria (out of the stage's max points)
  2. What you did well — 2-3 specific things the learner got right
  3. What you missed — 1-3 things that could be stronger, with explanation of WHY they matter
  4. Key takeaway — One sentence summarizing the most important lesson from this stage

Read the full file on GitHub · 107 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. 4d ago First seen · 107 lines · 0 tokens per session scan A 3f8e619a0092

Subscribe to this mod's changes

analysis-learn-next is a command published in the GitHub repository with-geun/alive-analysis (41 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,129 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-08-30.