What Prompt Modules actually does
We ran a full automated test suite: 3 domains, 9 real bugs fixed, 4 module versions. Here's every number.
The @reuse effect
The first time you define a module, PM builds a rich PML structure (~450 tokens). Every subsequent use is just @reuse[module_name] โ 5 tokens.
That's where the real saving lives.
Module quality: B โ A after 3 fixes
Every fix Claude applies gets versioned into the module. After 3 real bugs fixed, all 3 modules jumped from Grade B (72%) to Grade A (82%) โ production-ready.
The fix system: Claude learns, permanently
When a bug is found, pm fix records the issue + solution and creates a new module version. Next session, Claude already knows the fix.
Cross-prompt reuse: 7 modules auto-detected
When we ran a complex B2B SaaS prompt against the registry, PM found 7 matching modules automatically โ no manual tagging needed.
# Complex prompt: B2B SaaS with auth, payments, RAG, admin, team workspaces
# Registry scan โ 7 matches found:
โบ @reuse[user_management]โ injected
โบ @reuse[payment_escrow]โ injected
โบ @reuse[rag_system]โ injected
โบ @reuse[ai_engine]โ injected
โบ @reuse[file_storage]โ injected
โบ @reuse[admin_panel]โ injected
โบ @reuse[api_gateway]โ injected
# Result: 126 tokens โ 5 tokens per @reuse tag ร 7 = 35 tokens total context
What makes a module production-ready
We score every module on 10 dimensions. Here's what each point means for Claude's output quality.
Cumulative savings over time
One module, one domain. Tokens and dollars saved as usage grows. (Assumes 500 tokens of context without PM, 5 tokens with @reuse after first definition)
| Uses | Without PM | With @reuse | Tokens saved | $ saved | Savings % |
|---|---|---|---|---|---|
| 1ร | 500 | 438 | +62 | $0.0009 | 12% |
| 5ร | 2,500 | 458 | +2,042 | $0.0306 | 82% |
| 10ร | 5,000 | 483 | +4,517 | $0.0678 | 90% |
| 25ร | 12,500 | 558 | +11,942 | $0.1791 | 96% |
| 50ร | 25,000 | 683 | +24,317 | $0.3648 | 97% |
| 100ร | 50,000 | 933 | +49,067 | $0.7360 | 98% |
Your modules. Your registry. Your savings.
Free plan includes 5 modules. No credit card. The test suite code is open โ run it yourself.
Test run: 2026-04-14 ยท 41.8s ยท 100% automated ยท no cherry-picking