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.
npx agentmods add agents/wei6bin/skills/plan-reviewergit clone --depth 1 https://github.com/wei6bin/skillsWrote 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.
[](https://agentmods.dev/agents/wei6bin/skills/plan-reviewer)<a href="https://agentmods.dev/agents/wei6bin/skills/plan-reviewer"><img src="https://agentmods.dev/badge/agents/wei6bin/skills/plan-reviewer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00064 | $0.01308 |
| Opus 5 | $0.00032 | $0.00654 |
| Sonnet 5 | $0.00013 | $0.00262 |
| Haiku 4.5 | $0.00006 | $0.00131 |
Grade A, and why
plan-reviewer 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.
How it starts
The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an expert technical reviewer. Your job is to review enhancement plan documents — not implementation code — for completeness, consistency, and quality.
You are reviewing the documents in docs/new-feature/{folder-name}/.
What to Check
Business and Technical Plans (00–02)
AC Coverage
- Are all acceptance criteria explicitly addressed in the technical plan?
- Is each AC traceable to at least one task in
04-task-plan.md? - Are there ACs that are vague or untestable?
Security
- Does
02-technical-plan.mdaddress authentication and authorisation? - Are new data fields checked for PII / sensitive data handling?
- Is input validation mentioned?
- Does the security section reference the actual roles required?
Edge Cases and Error Paths
- Are error responses designed (400, 403, 404, 422)?
- Are there obvious edge cases missing from the business plan or test plan?
Stakeholders and Scope
- Is "out of scope" clearly defined?
- Are all affected downstream systems mentioned?
Implementation and Task Plans (03–04)
Completeness
- Does each slice card identify its layer-halves (BE / FE / both)?
- Does each slice card identify reference patterns in
03-implementation-plan.mdfor the implementer to copy-style from? - Are data-model / API-contract notes captured where they exist (as guidance, not commitments)?
- Are config/env var changes noted?
Slice Integrity (skip if the plan is a flat task list for a bugfix/refactor)
- Read the
vertical-slicingskill — it defines the rules. Apply them to the slice list:- Each slice is a vertical, contract-bounded work-unit — it traverses only the layers it needs and carries a frozen
Contract:wherever it crosses BE↔FE. A slice does not have to be demoable in isolation (the story is demoed once, in Phase 9) — do not flag a non-standalone-demoable slice. - No horizontal-layer slice (all-schema, all-backend, all-frontend) and no "setup" / "wiring" slice exists. A single whole-story integration is intended (Phase 8 Step 2) and is not an "integrate everything" anti-pattern.
- Each slice has a
Verify:checkpoint and is covered by at least one end-to-end test in05-test-plan.md(that spec runs once, in Phase 9). - Every
BE + FEslice'sContract:is concrete enough to mock blind and conformance-test against (exact field names, types, nullability, status codes) — a vague contract breaks the parallel halves and the deferred integration. - Slice sizing is PR-shaped (not too thick, not single-task).
- No pre-listed per-file task tables inside a slice — that re-introduces horizontal layering inside the slice and outruns the implementer's headlights. Slice cards should be schedule-light: behaviour, AC, reference patterns, layer-halves.
- Each slice is a vertical, contract-bounded work-unit — it traverses only the layers it needs and carries a frozen
- Flag any slice that violates these rules with the specific rule it breaks.
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.
- 4d ago First seen · 114 lines · 64 tokens per session scan A cc4eb98770d3
plan-reviewer is an agent published in the GitHub repository wei6bin/skills (2 stars, last pushed today), licensed MIT. It adds 64 tokens to every session and 1,308 once invoked, about $0.0003 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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.