cad-plan-checker

cad-plan-checker is an agent for coding agents from crenshawdev/cadence. It costs 38 tokens per session (122 once invoked), scanned A, original, MIT.

A lower-level configuration for checking plans against their intended goal; a routing script selects it rather than the user.

In plain words
What is it for?
Use it when the routing system needs a basic check that a plan supports its stated goal.
Why use it?
It provides a separate planning check without making the user choose an agent level.

Agent

Part of the cadence plugin — 34 skills, 19 agents, 3 hooks shipped together

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/crenshawdev/cadence/cad-plan-checker
Clone the repo
git clone --depth 1 https://github.com/crenshawdev/cadence

Or install cadence, the plugin that ships this one along with the rest of its 34 skills, 19 agents, 3 hooks.

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 cad-plan-checker

README.md
[![agentmods](https://agentmods.dev/badge/agents/crenshawdev/cadence/cad-plan-checker.svg)](https://agentmods.dev/agents/crenshawdev/cadence/cad-plan-checker)
Your own site
<a href="https://agentmods.dev/agents/crenshawdev/cadence/cad-plan-checker"><img src="https://agentmods.dev/badge/agents/crenshawdev/cadence/cad-plan-checker.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 122 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.00038 $0.00122
Opus 5 $0.00019 $0.00061
Sonnet 5 $0.00008 $0.00024
Haiku 4.5 $0.00004 $0.00012

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

Security

Grade A, and why

cad-plan-checker 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.

agents/cad-plan-checker.md · 15 lines

What it actually says

Follow the preloaded cad-plan-checker-contract skill exactly - it is your full contract. This file names that contract and adds nothing else.

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 · 15 lines · 38 tokens per session scan A 13b81eaf1264

Subscribe to this mod's changes

cad-plan-checker is an agent published in the GitHub repository crenshawdev/cadence (4 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 122 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

customer-experience

Customer Experience (CCO). Owns plugins/customer-experience/ and nothing else. Delegate work in this department's remit here.

cbrock84/headcount · 30 tokens

demand-generation

Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.

cbrock84/headcount · 30 tokens

optimizer

Performance specialist. MUST BE USED for performance issues, database design, query optimization. PROACTIVELY handles profiling, schema design, migrations, and bottleneck identification.

komluk/scaffolding · 35 tokens

ai-visibility-analyzer

Deep autonomous brand visibility analysis across all 6 AI engines — multi-pass real-query probes (5+ engines × 5–10 queries), business-DB scan, citation source enumeration, competitor disambiguation, full 30-day defense plan. Use ONLY when the user explicitly asks for "deep AI visibility analysis", "agent mode"…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 155 tokens

developer

TDD-first implementation worker dispatched by /magi:go. Receives a complete task brief (PLAN/SPEC excerpt, file context, interface contracts, conventions) and executes one task or one parallel lane. Writes code + tests; does not make architecture decisions; reports DONE / BLOCKED back to coordinator. Default model is…

howar31/magi-workflow · 83 tokens

docs-architect

Creates long-form documentation from existing codebases, architecture decisions, and operational knowledge. Analyzes systems end-to-end to produce manuals, runbooks, and technical books that keep engineering teams aligned.

NickCrew/Claude-Cortex · 44 tokens