Skip to main content

๐Ÿง‘โ€โš–๏ธ SpecJudge

Stop guessing which AI model to use. Ask your specs.

SpecJudge reads your Spec-Driven Development artifacts and tells you which AI model actually fits the job โ€” before you spend a single token implementing it.

PyPI CI License: MIT Python 3.11+ Local-first PRs welcome


Here it is on a real spec โ€” examples/task-manager, a small CRUD web app, is included in this repo so you can run it yourself:

$ specjudge examples/task-manager

                   Model comparison (SpecJudge) - judge: devstral-small-2                   
โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ    โ”ƒ Model                         โ”ƒ Rating   โ”ƒ Price                       โ”ƒ Priced on  โ”ƒ
โ”กโ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ ๐Ÿฅ‡ โ”‚ Mistral Small 3.2 24B (local) โ”‚ good     โ”‚ open-source/free            โ”‚ 2026-07-20 โ”‚
โ”‚ ๐Ÿฅˆ โ”‚ DeepSeek V4 Flash             โ”‚ good     โ”‚ 0.28 out / 0.14 in USD/1M   โ”‚ 2026-07-28 โ”‚
โ”‚ ๐Ÿฅ‰ โ”‚ Gemma 4 26B MoE               โ”‚ good     โ”‚ 0.33 out / 0.06 in USD/1M   โ”‚ 2026-07-20 โ”‚
โ”‚    โ”‚ Claude Fable 5                โ”‚ overkill โ”‚ 50.00 out / 10.00 in USD/1M โ”‚ 2026-07-28 โ”‚
โ””โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿฅ‡ Gold: Mistral Small 3.2 24B (local)
   Mistral Small 3.2 24B (local) is a good fit for this project. Right-sized: capability 
matches demand exactly in every dimension. Deciding dimension: 'reasoning' (demand=medium, 
capability=medium -> good).
๐Ÿฅˆ Silver: DeepSeek V4 Flash
   DeepSeek V4 Flash is a good fit for this project. Right-sized: capability matches demand 
exactly in every dimension. Deciding dimension: 'reasoning' (demand=medium, 
capability=medium -> good).
๐Ÿฅ‰ Bronze: Gemma 4 26B MoE
   Gemma 4 26B MoE is a good fit for this project. Right-sized: capability matches demand 
exactly in every dimension. Deciding dimension: 'reasoning' (demand=medium, 
capability=medium -> good).

Read: constitution, spec, tasks

Abridged: the real run scores all 37 models in the catalog and lists every one of them. Prices and ratings above are generated from data/models.yaml, so they cannot go stale silently.

Mistral Small 3.2 24B (local) is right-sized for this project and costs nothing per token โ€” it runs on your own hardware. Claude Fable 5, the priciest option this project does not need, bills $50.00/M output, $10.00/M input. If you would rather not self-host, the cheapest hosted model that still fits is DeepSeek V4 Flash at $0.28/M output, $0.14/M input โ€” 179ร— cheaper on output than reaching for the frontier.

The demand profile was estimated once by a local judge and pinned, so this example is reproducible without Ollama; everything else is generated from the live catalog.

Add --open for a visual matrix in your browser, filterable by model family and by open source.

The problem

You've finished defining a project with Spec-Driven Development. Now you have to pick a model to implement it. Two expensive mistakes are waiting:

Mistake Cost
Model too powerful for the job You pay for capability the project never uses
Model too limited for the job It doesn't produce the result โ€” you pay and get nothing

SpecJudge puts that decision at the one moment it's cheapest to make it: the specs exist, but nothing has been spent yet. And it grounds the answer in your project, not a generic benchmark.

Quick start

Requirements: Python 3.11+, uv, and Ollama 0.5.0+ with at least one local model. The version matters: asking the judge for cited evidence needs structured outputs, added in 0.5.0. On an older Ollama the run stops with an error saying so โ€” and how to proceed without citations.

ollama pull llama3.1:8b            # a judge to evaluate your project
uv tool install specjudge
specjudge /path/to/your/project

That's it. On first run SpecJudge lists your local models, asks which one to use as the judge, and remembers your choice.

Run without installing, with pipx, or from source
# Ephemeral run, no install
uvx specjudge /path/to/your/project

# pipx works too
pipx install specjudge

# From source
git clone https://github.com/JoaquinRuiz/SpecJudge.git && cd SpecJudge
uv sync --extra dev
uv run specjudge --help

๐Ÿ“บ Prefer to watch? There's a walkthrough on YouTube โ€” in Spanish.

Roadmap

What's being worked on, what's next, and where help is wanted lives in a single public roadmap issue โ€” kept current there rather than duplicated here, where it would rot.

The most useful contribution is keeping the model catalog accurate: models and prices change every few weeks, and updating them takes zero Python. Several issues tagged good first issue don't require touching the code either.

Privacy

The judge runs on your machine through Ollama. Your specs โ€” your business logic, your design decisions โ€” never touch a third-party service, and deciding which model to buy costs you nothing in API calls. The browser report is a self-contained HTML file that loads nothing from the network.

This isn't a nice-to-have; it's Principle I of the project constitution.

How it works

  your project                  local judge                  model catalog
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”            โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”            โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ constitution  โ”‚            โ”‚  Ollama, on   โ”‚            โ”‚  models.yaml   โ”‚
โ”‚ spec, plan    โ”‚โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–บ โ”‚ your machine  โ”‚โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–บ โ”‚  (community-   โ”‚
โ”‚ tasks         โ”‚  how hard  โ”‚  estimates    โ”‚  compare   โ”‚   maintained)  โ”‚
โ”‚ AGENTS.md     โ”‚  is this?  โ”‚  the demand   โ”‚  capabilityโ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜            โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜  vs demand         โ”‚
                                                                  โ–ผ
                                                          ๐Ÿฅ‡ ๐Ÿฅˆ ๐Ÿฅ‰ podium

SpecJudge reads whatever written context your project already has:

Source Where it looks
spec-kit artifacts constitution.md, spec.md, plan.md, tasks.md
agent-context files AGENTS.md and CLAUDE.md, including nested ones in a monorepo
editor rules .cursorrules, .github/copilot-instructions.md
decision records docs/adr/, docs/decisions/, adr/

They are read together, because they say different things: the artifacts describe the work you are about to do, and the rest describes how demanding the codebase is to work in at all.

A repository can carry dozens of these, so they share one budget rather than each getting its own: the files nearest the root are kept first, up to sources.max_context_files in data/rating-rules.yaml, and anything left out is reported rather than silently dropped. Context files that announce a tool generated them are skipped โ€” generated context mostly restates what the code already shows, and prompt space is the scarce resource.

So you do not need a full Spec-Driven Development setup to get an answer. A repository with only an AGENTS.md gets a floor โ€” how much model this codebase asks for before anyone writes a line โ€” and the output says that is what it is. The output also names which files it actually read, so a thin answer is traceable to a thin input rather than looking like a confident one.

The judge estimates how demanding your project is across a few dimensions. Declarative rules in rating-rules.yaml cross that demand against each model's declared capability. The best fit wins โ€” no black box, and every verdict comes with a reason you can read.

And the reason has to be more than well written. For each dimension the judge must cite the fragment of your spec that supports its rating, and SpecJudge checks that fragment really exists in the text it was given:

Evidence: 3 of 3 dimensions grounded in cited evidence
   reasoning: medium โ€” cites S:FR-004
   size: medium โ€” cites T:T009
   domain_specialization: low โ€” cites S:FR-001

A judge that invents a citation has its whole assessment rejected, and one that cannot ground a dimension answers unsupported rather than guessing โ€” that dimension then leaves the calculation instead of quietly counting as easy work.

This checks grounding, not relevance: a judge can cite something that exists but doesn't really support the level, and no automatic check catches that. It is still a great deal more than a paragraph that sounds convincing.

Reading the output

Every model gets a rating on a fixed scale:

Rating Meaning
good Capable enough โ€” the sweet spot
overkill Capable, but you're paying for headroom you won't use
fair Falls somewhat short
poor Not capable enough

The podium ranks models by how well they fit your project's complexity โ€” neither under-capable nor more powerful than needed.

Price does not decide the ranking. It's shown for every model so you can see what each option costs, and it only breaks ties between models that fit equally well. A cheaper model never wins over one that fits better โ€” recommending something that can't do the job is the most expensive mistake of all. Right-sizing is what keeps you from overpaying.

If no model in the catalog is capable enough, SpecJudge says so instead of recommending one anyway. Same when your project is too thinly specified to judge โ€” see Data states below.

Options, data states and exit codes
specjudge [PROJECT_PATH] [OPTIONS]
Option Description
--open, -o Also open a visual matrix in your browser
--judge <model> Force the judge model for this run (not persisted)
--set-judge Re-run judge selection and save it
--catalog <path> Use an alternative model catalog
--json Emit the result as JSON (for scripting)
--no-color Disable color/highlighting
--print-schema Print the JSON Schema of the --json output and exit

Data states โ€” SpecJudge is explicit about how much it can be trusted:

  • Sufficient โ€” constitution, spec and tasks present, and every dimension grounded in cited evidence: reliable recommendation.
  • Scarce โ€” artifacts missing or thin on detail, the judge could not ground some dimension, or only agent-context files were found: recommendation issued, with a warning naming what is weak. In the last case the warning says the answer is a floor for the repository, not a recommendation for a specific piece of work.
  • Insufficient โ€” nothing describing the project at all: no recommendation.

If your judge cannot manage cited evidence, set evidence.require_spans: false in data/rating-rules.yaml to rate without it โ€” you lose the grounding check in exchange.

Exit codes โ€” degradation is distinguishable programmatically:

Code Meaning
0 Success (includes scarce and "no model is sufficient")
2 Insufficient project information โ€” no recommendation
3 Judge unavailable (Ollama not running or too old, no local models, unusable answer)
4 Model catalog missing or empty

Using it from your own code

--json emits a payload with its own versioned schema, which you can fetch without cloning anything:

specjudge . --judge llama3.1:8b --json      # the result
specjudge --print-schema                     # the contract it conforms to

That covers any language. From Python there is a small documented entry point:

from specjudge import api

comparison = api.analyze("path/to/project", judge_model="llama3.1:8b")
print(comparison.best_choice)

Everything exported from specjudge.api is covered by semantic versioning; everything else under specjudge.* is internal and changes without notice. The full surface, the schema rules and what is deliberately not promised are in docs/api.md.

Contributing

Models and prices change every few weeks. That's the whole reason this project needs you.

The most valuable contribution requires zero Python โ€” SpecJudge keeps everything volatile in human-readable data files, deliberately separate from the code. Adding a model is one YAML block:

- id: my-new-model
  name: My New Model
  family: MyFamily         # groups it in the report's filters (Claude, GPT, Qwen...)
  open_source: false       # open weights you can download and self-host?
  provider: SomeAI
  capabilities:
    reasoning: high        # low | medium | high | top
    size: high
    domain_specialization: medium
  price:
    input_per_million: 1.50
    output_per_million: 6.00
    currency: USD
    pricing_date: 2026-07-28   # required โ€” makes freshness verifiable

Open data/models.yaml, add it, send the PR. Contract tests validate the schema automatically, so a mistake can't slip through unnoticed.

Good first contributions

Difficulty What Where
๐ŸŸข No code Update a price that has changed data/models.yaml
๐ŸŸข No code Add a model that's missing data/models.yaml
๐ŸŸข No code Fix a capability rating you disagree with data/models.yaml
๐ŸŸข No code Add a project to the judge evaluation corpus tests/fixtures/corpus/
๐ŸŸก No code Tune the rating rules or thresholds data/rating-rules.yaml
๐ŸŸก Light Improve the judge prompt for small models src/specjudge/judge/evaluator.py
๐Ÿ”ด Code Support another local runtime besides Ollama src/specjudge/judge/

Disagree with a rating? That's a contribution, not a complaint โ€” the catalog is opinion made inspectable. Open a PR with your reasoning.

Before you send a PR

uv run pytest        # full suite โ€” Ollama is mocked, no local models needed
uv run ruff check .

See CONTRIBUTING.md for the full schemas and project governance.

What won't be merged

Contributions that add mandatory paid dependencies to the core. A tool whose purpose is to save you money must not require money to run. That's Principle III, and it isn't negotiable.

About the author

Joaquรญn Ruiz โ€” jokiruiz.com ยท youtube.com/@jokioki

๐Ÿ“— Del vibe coding al Spec-Driven Development ๐Ÿ“™ El motor de la Inteligencia Artificial ๐Ÿ“˜ Programar con Inteligencia Artificial ๐Ÿ“™ Explora la Inteligencia Artificial

License

MIT ยฉ Joaquรญn Ruiz

If SpecJudge saved you from overpaying for a model, consider giving it a โญ

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

specjudge-0.4.0.tar.gz (172.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

specjudge-0.4.0-py3-none-any.whl (74.5 kB view details)

Uploaded Python 3

File details

Details for the file specjudge-0.4.0.tar.gz.

File metadata

  • Download URL: specjudge-0.4.0.tar.gz
  • Upload date:
  • Size: 172.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for specjudge-0.4.0.tar.gz
Algorithm Hash digest
SHA256 81ad6fa731820695b46744ad869e335e17254a3fb1bc62ba0f9473d872a63f42
MD5 675e3c697701f04512487f7c29077a60
BLAKE2b-256 e0f125f86ab28885f5d686440b3d97720a16b9d3455c69d6ce4e4600d014ca54

See more details on using hashes here.

Provenance

The following attestation bundles were made for specjudge-0.4.0.tar.gz:

Publisher: release.yml on JoaquinRuiz/SpecJudge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file specjudge-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: specjudge-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 74.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for specjudge-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d30418b10bb56be8784f5ac640f44a673d5fafcddd8849d2e32898da06724246
MD5 1e2f267354860a2c237bfcec5221bbc5
BLAKE2b-256 25c7f1071e7bb79ef71538673471d8f08e3dfde0bcfb375bf31ef2a5af0051a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for specjudge-0.4.0-py3-none-any.whl:

Publisher: release.yml on JoaquinRuiz/SpecJudge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page