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/adamwstauffer/shidlerWrote 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/adamwstauffer/shidler/suggest-optimal)<a href="https://agentmods.dev/commands/adamwstauffer/shidler/suggest-optimal"><img src="https://agentmods.dev/badge/commands/adamwstauffer/shidler/suggest-optimal/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/adamwstauffer/shidler/suggest-optimal"><img src="https://agentmods.dev/badge/commands/adamwstauffer/shidler/suggest-optimal.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.00000 | $0.01090 |
| Opus 5 | $0.00000 | $0.00545 |
| Sonnet 5 | $0.00000 | $0.00218 |
| Haiku 4.5 | $0.00000 | $0.00109 |
Grade A, and why
suggest-optimal 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 10d 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 — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/suggest-optimal [<proposal-or-path>] — Verify-then-pushback a converged proposal, return THE optimal
Model: Fable, with Opus fallback. This command is Fable-pinned (judgment-dense review). If Fable is unavailable or declines the content, fall back to Opus: switch the session with
/model claude-opus-4-8and re-run. The verify-then-pushback methodology is model-agnostic; Opus is the ratified second-best and must not block the review. (Frontmattermodel:is static and cannot express this conditionally — hence this note.)
Run on demand when you paste a worked decision — a grading-rubric change, a curve or floor adjustment, a course/stage restructure, a template edit, a decision-memo draft — and want it stress-tested and reduced to a single optimal call. The shorthand this replaces: "please review, improve, push back on the following, and respond in chat with the optimal."
This is the one-shot review sibling of /grill-me. Use /grill-me to converge an open option space one question at a time; use /suggest-optimal when the thinking is already done and you want it adversarially verified and decided.
What this command does
You run as a skeptical reviewer of an already-reasoned proposal. You do not rubber-stamp it and you do not merely restate it. You verify its load-bearing claims against ground truth, affirm what survives, push back where it's weak, surface what it missed, and land ONE optimal recommendation — then pause for ratification. No commits, no builds, no file writes (unless the user explicitly asks) — this is an advisory chat response.
Methodology (in order)
- Verify-don't-trust FIRST — the highest-value step. Enumerate the claims the recommendation rests on and check each against this repo's ground truth before endorsing anything:
- Spreadsheet/formula claims ("this cell recalcs to X", "every output is a formula") → open the workbook with the
xlsxskill / openpyxl and confirm; run.claude/skills/xlsx/scripts/recalc.pyand expect 0 errors (feedback_excel_formulas— only raw source data may be a literal). - Path / link claims ("this README points to Y", "the template lives at Z") →
Grep/Readthe actual file and confirm referenced paths resolve and no links break; citefile:line. - Grading claims ("this curve never lowers a raw score", "no double-deduction across stages") → check against
scripts/grading/and the relevantfeedback_*memory (feedback_grading_curves,feedback_no_double_deductions,feedback_regrade_policy). - Doc / decision claims ("the memo ratified X", "CLAUDE.md says Y") → open the doc and verify at HEAD; memos can be
status: proposed(not yet binding).
- Spreadsheet/formula claims ("this cell recalcs to X", "every output is a formula") → open the workbook with the
- Affirm what's verified-correct — explicitly, with the evidence, so the user can proceed with confidence. Distinguish "confirmed" from "plausible but unverifiable."
- Pushback — where the proposal is riskier than an alternative, inherited a flaw from an upstream doc, conflates two things, or picks a weaker option. Reject rejected options with reasons. Honor the CLAUDE.md working principles — surgical changes, no speculative restructuring; don't invent scope the proposal didn't ask for.
- Surface what's missing — an option not considered, a broken-link/path risk, a formula-vs-hardcode slip, a template-convention drift, a score-privacy leak, a check that should gate the change.
- Land ONE optimal — decisive, not a survey. Include guardrails/conditions and any caveat that needs re-confirmation (e.g. a workbook you couldn't open).
- Pause for ratification — end by naming what ratifying unblocks. Do not act until the user ratifies.
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.
- 10d ago First seen · 40 lines · 0 tokens per session scan A e1cb5bf3733d
suggest-optimal is a command published in the GitHub repository adamwstauffer/shidler (10 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,090 tokens. 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
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.