plan-review-architecture

plan-review-architecture is a skill for Claude Code from duthaho/claudekit. It costs 87 tokens per session (2,492 once invoked), scanned A, original, MIT.

A reviewer that examines the architecture of a written software plan. It checks data flow, failure handling, unusual cases, testing coverage, and how safely changes can be undone.

In plain words
What is it for?
Use it for architecture reviews of larger plans, especially when you need ranked fixes for data flow, failure modes, edge cases, tests, or rollback.
Why use it?
It identifies structural risks in plans before implementation, with findings tied to specific plan sections or task numbers.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the claudekit plugin — 15 skills, 8 agents shipped together

Good fit Use it for architecture reviews of larger plans, especially when you need ranked fixes for data flow, failure modes, edge cases, tests, or rollback.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/duthaho/claudekit/plan-review-architecture
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 duthaho/claudekit --skill plan-review-architecture
Clone the repo
git clone --depth 1 https://github.com/duthaho/claudekit

Made for: Claude Code.

Or install claudekit, the plugin that ships this one along with the rest of its 15 skills, 8 agents.

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 plan-review-architecture

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/duthaho/claudekit/plan-review-architecture"><img src="https://agentmods.dev/badge/skills/duthaho/claudekit/plan-review-architecture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,492 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00087 $0.02492
Opus 5 $0.00044 $0.01246
Sonnet 5 $0.00017 $0.00498
Haiku 4.5 $0.00009 $0.00249

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

Security

Grade A, and why

plan-review-architecture 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 12d 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.

skills/plan-review-architecture/SKILL.md · 199 lines

How it starts

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

Plan Review — Architecture Dimension

Overview

The architecture-dimension reviewer for plan-review. Reads a plan and scores five concrete sub-dimensions on 0-10: data flow, failure modes, edge cases, test matrix, and rollback safety. Every score must be paired with a finding citing the plan task number or section that caused the score. The skill produces a ranked fix list aligned with plan-review's consolidation step. Used by plan-review's orchestrator, but invocable directly when only an architectural review is needed.

When to Use

  • Invoked by plan-review as one of its two parallel reviewers
  • The user wants an architectural pass on a plan without the experience review
  • A plan has been edited substantially in architectural areas and needs re-scoring

When NOT to Use

  • The plan is single-task or single-file (architecture review is overkill)
  • You haven't read the underlying spec; architecture findings without spec context produce noise

Process

Step 1: Pre-read

Goal: Build context before scoring.

Inputs: The plan file. Optionally: the spec it's derived from, the relevant codebase area.

Actions:

  1. Read the spec (if available) for goals, non-goals, constraints, acceptance criteria.
  2. Read the plan end to end.
  3. Run map-codebase mentally on the affected area: which files, which entry points, which downstream services or queues.

Output: A short pre-read note: Plan touches <areas>; primary risks I'll watch for: <list>.

Step 2: Score the five sub-dimensions

Goal: Produce 5 scores with cited findings.

Inputs: The plan file plus pre-read notes.

Actions: For each sub-dimension below, score 0-10 and write at least one finding. Findings must cite the plan task number or section.

  1. Data flow (0-10)
    • Is the plan explicit about who owns the data at each step?
    • Are reads and writes ordered correctly across services?
    • Are eventual-consistency boundaries marked?
    • Score 10 = data flow is unambiguous from the plan alone.
    • Score 5 = a reader has to guess at one or more transitions.
    • Score 0 = data flow contradicts itself or the spec.

Read the full file on GitHub · 199 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. 12d ago First seen · 199 lines · 87 tokens per session scan A 90c7197199a0

Subscribe to this mod's changes

plan-review-architecture is a skill published in the GitHub repository duthaho/claudekit (97 stars, last pushed 1mo ago), licensed MIT. It adds 87 tokens to every session and 2,492 once invoked, about $0.0004 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 skills, from other repositories

generic-react-code-reviewer

Review React/TypeScript code for bugs, security vulnerabilities, performance issues, accessibility gaps, and CLAUDE.md workflow compliance. Enforces TypeScript strict mode, GPU-accelerated animations, WCAG AA accessibility, bundle size limits, and surgical simplicity. Use when completing features, before commits, or…

travisjneuman/.claude · 71 tokens

generic-fullstack-code-reviewer

Review full-stack code for bugs, security vulnerabilities, performance issues, accessibility gaps, and CLAUDE.md compliance. Enforces TypeScript strict mode, input validation, GPU-accelerated animations, and design system consistency. Use when completing features, before commits, or reviewing pull requests.

travisjneuman/.claude · 64 tokens

generic-static-code-reviewer

Review static site code for bugs, security issues, performance problems, accessibility gaps, and CLAUDE.md compliance. Enforces pure HTML/CSS/JS standards, minimal page weight, mobile-first design. Use when completing features, before commits, or reviewing changes.

travisjneuman/.claude · 59 tokens

generic-code-reviewer

Review code for bugs, security vulnerabilities, performance issues, accessibility gaps, and CLAUDE.md workflow compliance. Supports any tech stack - HTML/CSS/JS, React, TypeScript, Node.js, Python, NestJS, Next.js, and more. Use when completing features, before commits, or reviewing pull requests.

travisjneuman/.claude · 70 tokens

code-review

Analyze diffs, suggest improvements, and review pull requests with actionable feedback.

profclaw/profclaw · 17 tokens

verify-implementation

A workflow that runs a project’s verification skills to produce a report on coding patterns, architecture rules, and project conventions. It is intended for work after implementation, before a pull request, or during code review.

sangrokjung/claude-forge · 37 tokens