replan

replan is a skill for Claude Code from kojott/claude-replan. It costs 84 tokens per session (3,819 once invoked), scanned B, original, no licence file.

A review tool for checking an implementation plan before coding starts. It asks several separate reviewers to examine whether the plan fits the codebase, follows project practices, meets code standards, and can realistically be built.

In plain words
What is it for?
Validating a coding plan, checking it against an existing project, and getting several independent perspectives before implementation.
Why use it?
It helps find missing steps, conflicts, or impractical ideas before they become code changes.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the replan plugin — 2 skills shipped together

Good fit Validating a coding plan, checking it against an existing project, and getting several independent perspectives before implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kojott/claude-replan/replan
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.

Any agent
npx skills add kojott/claude-replan --skill replan
Clone the repo
git clone --depth 1 https://github.com/kojott/claude-replan

Made for: Claude Code.

Or install replan, the plugin that ships this one along with the rest of its 2 skills.

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 replan

README.md
[![agentmods](https://agentmods.dev/badge/skills/kojott/claude-replan/replan/github.svg)](https://agentmods.dev/skills/kojott/claude-replan/replan)
Your own site
<a href="https://agentmods.dev/skills/kojott/claude-replan/replan"><img src="https://agentmods.dev/badge/skills/kojott/claude-replan/replan/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 replan

Your own site · 80×15
<a href="https://agentmods.dev/skills/kojott/claude-replan/replan"><img src="https://agentmods.dev/badge/skills/kojott/claude-replan/replan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,819 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00084 $0.03819
Opus 5 $0.00042 $0.01910
Sonnet 5 $0.00017 $0.00764
Haiku 4.5 $0.00008 $0.00382

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

Security

Grade B, and why

replan scanned grade B with 1 finding 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 9d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

elif find ~/.claude/security/log.txt -mtime -7 2>/dev/null | grep -q .; then
plugin/skills/replan/SKILL.md · 316 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 9d ago First seen · 316 lines · 84 tokens per session scan B 1d43d88a7801

Subscribe to this mod's changes

replan is a skill published in the GitHub repository kojott/claude-replan (15 stars, last pushed 3mo ago), with no licence file. It adds 84 tokens to every session and 3,819 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

pr-review

Use when the user wants to deeply review a pull/merge request or a local diff — "review this PR", "grill the MR", "stress-test this diff", "deep-dive code review", "code review before merge", or when they name a PR/MR URL, number, branch, commit range (A..B/A...B), tag or SHA. Works on GitHub (gh), GitLab (glab), or a…

procoders/superpowers-v · 112 tokens

pr-from-stale-branch-silently-reverts-newer-main-files

Trap: merging a PR whose branch carries an OLD TREE silently DELETES (reverts) files that landed on main after that tree was built — with NO merge conflict to warn you, because a deletion your own commit records is not a conflict. Use when: (1) about to gh pr create or squash-merge from a long-lived / earlier-branched…

wan-huiyan/agent-traffic-control · 387 tokens

parallel-pr-scope-overlap-tiebreaker-delta-check

Before applying a handoff prompt's tiebreaker default ("merge the first-mover", "the clean-against-main one", "the one with reviewer APPROVE") to pick a winner between two parallel PRs that implemented the SAME scope, run gh pr diff on BOTH and audit for substantive deltas. Use when: (1) a session prompt or handoff…

wan-huiyan/agent-traffic-control · 384 tokens

pr-plan-bucket-triage-before-sizing

Before writing detailed pull request plans against a codebase you have not audited, triage it by bucket so sizes rest on findings rather than assumptions.

wan-huiyan/agent-traffic-control · 40 tokens

code-review-subagent-fabricates-specifics-to-inflate-severity

When a code-review subagent (voltagent-qa-sec, opus-tier reviewer, code-reviewer, etc.) reports a HIGH or BLOCKING severity finding, verify any SPECIFIC EVIDENCE the reviewer cites (line numbers, call counts, exact function/symbol names, file paths beyond the obvious diff) BEFORE treating the severity as actionable.…

wan-huiyan/agent-traffic-control · 428 tokens

stacked-pr-review-per-base-diff-and-attach

Reviewing a stack of dependent pull requests: diff each one against ITS OWN base rather than against main, and attach the reports to the bottom branch.

wan-huiyan/agent-traffic-control · 43 tokens