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.
git clone --depth 1 https://github.com/techtalk/ai-readiness-assessmentWrote 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/commands/techtalk/ai-readiness-assessment/ai-readiness-rollup)<a href="https://agentmods.dev/commands/techtalk/ai-readiness-assessment/ai-readiness-rollup"><img src="https://agentmods.dev/badge/commands/techtalk/ai-readiness-assessment/ai-readiness-rollup/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.
<a href="https://agentmods.dev/commands/techtalk/ai-readiness-assessment/ai-readiness-rollup"><img src="https://agentmods.dev/badge/commands/techtalk/ai-readiness-assessment/ai-readiness-rollup.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00059 | $0.05028 |
| Opus 5 | $0.00030 | $0.02514 |
| Sonnet 5 | $0.00012 | $0.01006 |
| Haiku 4.5 | $0.00006 | $0.00503 |
Grade A, and why
ai-readiness-rollup 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.
How it starts
The opening of the file, as written. The whole thing — 498 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/ai-readiness-rollup
Summarise AI readiness across several subjects, using assessments that already exist.
This command is fully self-contained — it does not depend on any plugin skills, agents, sub-commands, or external services. Everything it needs is below.
Run /ai-readiness-assess first in any subject that has no assessment
yet: a roll-up reads reports, it does not produce them.
What a roll-up is
A roll-up reads the machine-readable assessment-summary block from
reports that already exist and assembles them into one portfolio view.
It runs no scan, asks no behavioural questions, and writes no per-subject
report.
That restraint is the design. Twelve repositories at ten minutes each, with the behavioural questions asked twelve times, is not a session anyone sits through, and a single pass over twelve repositories exhausts context long before it finishes. Reading artefacts instead of re-assessing also separates who runs the assessment from who reads the summary, which is what a consultancy engagement actually needs: each team keeps and owns its own report, and the portfolio view is assembled from what they produced.
The unit
The assessment unit is subject × governing habitat, with the cognitive read scoped to the team:
- Subject — the code artefacts under examination: a repository, a submodule, or a directory inside a monorepo.
- Habitat — the harness and control surfaces governing that subject.
- Team — the people whose behaviour produces the cognitive read. Never a repository.
What the roll-up is for
One cognitive read measured against N different habitats produces N different gaps, and the spread of those gaps is the headline finding. A team can sit Coherent in the greenfield service and deep in Ambition-outpaces-enablement in the legacy one. The enablement work those two facts imply is completely different, and a single-repository assessment cannot surface the difference because it only ever has one reading to compare.
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.
- 12d ago First seen · 498 lines · 59 tokens per session scan A 63255368620e
ai-readiness-rollup is a command published in the GitHub repository techtalk/ai-readiness-assessment (9 stars, last pushed 25d ago), licensed Apache-2.0. It adds 59 tokens to every session and 5,028 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 commands, from other repositories
cost-estimate
Estimate a target's tokens, agent-compute time, and (when grounded) cost before it runs — the prospective sibling of /cost-capture. Dispatches the read-only cost-estimator agent, validates the returned record, and writes it after you dispose.
harness-sync
Detect drift across all push-direction control surfaces, present the full picture, and apply the user's selected fixes via the existing primitives — single human-instigated entry point for keeping convention files in sync with HARNESS.md. ONBOARDING.md staleness is surfaced but not auto-fixed; users run…
pipeline-map
Render the task-scoped conceptual pipeline map for a work task you are considering. /pipeline-map " " drives the diagnostic-legibility agent in mode:pipeline (resolve bound → trace flow → three-way cross-check) and renders the bounded pipeline as a self-contained HTML flowchart (vendored, SHA-pinned Mermaid inlined…
harness-init
Set up a living harness for this project — select features, discover the stack, define conventions, generate HARNESS.md with enforcement. Re-run to add features incrementally.
superpowers-status
Show the complete health of the project's AI Literacy habitat — harness enforcement, agent team, compound learning, model routing, and CI status.
diagnose
Surface the mutually-corrected legibility models for a codebase scope on demand. /diagnose drives the full diagnostic-legibility pipeline (build, self-challenge, cross-check) and renders the corrected architectural and domain models as a readable markdown report.