June 15 Readiness Audit — Claude Code Pre-Cliff Assessment

10 questions · ~5 minutes · browser-only, no signup, no telemetry · CC0 · v1.0 (2026-05-24)
The cliff: On 2026-06-15 (UTC), Anthropic splits programmatic billing. claude -p and Claude Agent SDK invocations route to a separate credit bucket (Pool 2). Documentation: docs.claude.com/en/api/billing. This audit estimates how much of your current setup is exposed to the change.
Disclosure: the recommendations below cite the cc-guard ($19, released 2026-05-22) where its chapters address a specific gap. The free Chapter 1 preview Gist and the free Trigger 15 chapter Gist may already be enough; the book is only useful if multiple gaps below score high.

Audit

1. How often do you invoke claude -p (one-shot) or Claude Agent SDK?
Includes cron jobs, CI runners, automated agents.
2. What is your current monthly Claude Code spend?
Combine subscription plan cost (Pro/Max) and any overage API charges.
3. Do you have a /cost baseline from before 2026-06-14?
A snapshot of claude /cost --json output you can compare against post-cliff.
4. Do you have a cost-guard hook on PreToolUse to detect runaway burns?
A hook that aborts or warns when daily token consumption exceeds a threshold.
5. How many sub-agents (.claude/agents/*.md) does your project define?
Sub-agent invocations from headless parent contexts may route to Pool 2.
6. How many high-frequency Skills (SKILL.md with broad triggers) does your setup load?
Skills that activate on most user prompts compound the cache_creation cost.
7. Have you verified your CLAUDE.md is under 5,000 tokens per turn?
Bloated CLAUDE.md compounds with every session, especially under Pool 2 calculations.
8. Do you know which alternative AI providers cover your top 3 use cases?
If Pool 2 charges spike post-cliff, can you switch a workload to Codex / DeepSeek / local LLM?
9. Have you set a billing alert in your Anthropic account?
Independent of in-app /cost — the actual Anthropic billing dashboard alert.
10. Do you have a refund/escalation template ready for unexpected charges?
A pre-written Issue body that captures plan tier, /cost JSON snapshots, and the specific cap breach pattern.
0
out of 100 — Higher score means LESS prepared (more exposure to the cliff)

Your top gaps

The full migration framework — including Pool 1/Pool 2 attribution Chapter 7, cache_creation Chapter 8, Path B' (Codex) Chapter 5, and Path D (local LLM) Chapter 6 — is in cc-guard ($19, 241 pages, released 2026-05-22). Free Chapter 1 preview and free Trigger 15 chapter may be enough — the book is only useful if multiple gaps above score high.