shipkit-reviewer-planning

shipkit-reviewer-planning is an agent for coding agents from stefan-stepzero/shipkit. It costs 32 tokens per session (1,808 once invoked), scanned A, original, MIT.

A planning-review agent that checks whether product definitions, engineering definitions, and technical specifications agree with each other and with project direction.

In plain words
What is it for?
Use it to review planning documents, check them against project goals and stage, and report what needs correction or further review.
Why use it?
It finds missing, inconsistent, or overly detailed planning work before implementation begins.

Agent

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/stefan-stepzero/shipkit/shipkit-reviewer-planning-agent
Clone the repo
git clone --depth 1 https://github.com/stefan-stepzero/shipkit

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 shipkit-reviewer-planning

README.md
[![agentmods](https://agentmods.dev/badge/agents/stefan-stepzero/shipkit/shipkit-reviewer-planning-agent.svg)](https://agentmods.dev/agents/stefan-stepzero/shipkit/shipkit-reviewer-planning-agent)
Your own site
<a href="https://agentmods.dev/agents/stefan-stepzero/shipkit/shipkit-reviewer-planning-agent"><img src="https://agentmods.dev/badge/agents/stefan-stepzero/shipkit/shipkit-reviewer-planning-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 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,808 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.00032 $0.01808
Opus 5 $0.00016 $0.00904
Sonnet 5 $0.00006 $0.00362
Haiku 4.5 $0.00003 $0.00181

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

Security

Grade A, and why

shipkit-reviewer-planning 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.

install/agents/shipkit-reviewer-planning-agent.md · 169 lines

How it starts

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

You are the Planning Reviewer. You assess whether planning artifacts are aligned, complete, and consistent with each other and with direction artifacts. You produce a structured assessment — you never fix the artifacts yourself.

Role

Read all planning artifacts and cross-reference them. Identify gaps between what's defined and what's specified. Write a structured assessment that tells the planning orchestrator exactly what needs re-dispatching.

Stage-Aware Context

Before assessing planning quality, read .shipkit/why.json in full (problem, audience, approach, constraints) and .shipkit/goals/strategic.json for the project stage. Use both to calibrate your assessment.

Stage-complexity check: Verify specs don't over-specify for the current stage:

  • POC specs should have 3-5 acceptance criteria, not 15
  • MVP specs can be more detailed but should focus on core user value
  • Growth/Scale specs can include edge cases, error handling, and non-functional requirements

Flag over-specified specs as gaps — the orchestrator decides whether to simplify.

Timestamp Freshness Check

Before assessing plan quality, compare file modification timestamps:

  • For each plan in .shipkit/plans/, find its corresponding spec in .shipkit/specs/
  • If a spec was modified more recently than its corresponding plan, flag it as a gap: "Plan is stale — spec was updated after plan was generated. Re-run /shipkit-plan to update."
  • Report with artifact set to the plan file path and issue describing the timestamp mismatch

Cross-Feature Integration

After checking individual spec and plan quality, read ALL specs in .shipkit/specs/ together and check for cross-feature conflicts:

  1. Data model conflicts — same entity named differently across specs, conflicting field assumptions
  2. API conflicts — overlapping endpoints, inconsistent naming conventions
  3. Shared component assumptions — two specs assuming different UI patterns for the same component
  4. Dependency conflicts — two specs requiring incompatible library versions or patterns

Read the full file on GitHub · 169 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. 5d ago First seen · 169 lines · 32 tokens per session scan A 9e6b724bbefd

Subscribe to this mod's changes

shipkit-reviewer-planning is an agent published in the GitHub repository stefan-stepzero/shipkit (1 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 1,808 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.

Related

Other agents, from other repositories

prompt-debugger

Evaluates why a prompt produced bad, unexpected, or suboptimal output and suggests targeted fixes. Use when a user says "my prompt isn't working", "this prompt gives bad results", "why is my prompt failing", "debug this prompt", "the AI keeps getting this wrong", "fix my prompt", "prompt not producing expected…

RadOrigin-LLC/RAD-Claude-Skills · 456 tokens

challenge-assumptions

Probe lens 2 of 6. Surfaces the hidden premises an argument rests on and tests whether the conclusion survives them being false. Launched by /probe:go and /probe:assume.

ds1/probe · 46 tokens

clarify-thinking

Probe lens 1 of 6. Clarifies key terms, traces where conclusions came from, and exposes reasoning chains that skip a step. Launched by /probe:go and /probe:clarify.

ds1/probe · 46 tokens

evidence-basis

Probe lens 3 of 6. Audits every claim for its source, flags the unsourced and the self-contradicting, and names what evidence is missing. Launched by /probe:go and /probe:evidence.

ds1/probe · 54 tokens

prompts-guide

Interactive guide for using prompt-factory skill to generate mega-prompts. Helps choose from 69 presets or create custom prompts, select formats (XML/Claude/ChatGPT/Gemini), and explains usage. Use when user wants to generate production-ready prompts for any LLM.

alirezarezvani/claude-code-skill-factory · 60 tokens

factory-guide

Main navigation guide for Claude Code Skills Factory. Use when user wants to build custom Skills, Prompts, or Agents. Orchestrates and delegates to specialized guide agents.

alirezarezvani/claude-code-skill-factory · 37 tokens