sprint-oracle

sprint-oracle is a skill for Claude Code, Codex from friedbotstudio/baseline. It costs 96 tokens per session (809 once invoked), scanned A, original, Apache-2.0.

A read-only completeness checker for software sprint manifests. A sprint manifest is a list of planned features and the records and tests expected for each one.

In plain words
What is it for?
Use it as a final gate to verify that every sprint feature has the required specification record, edge test, and wiring test.
Why use it?
It finds features that lack a completion record, an edge-case test, or a wiring test, and reports the gaps with an exit code. A happy-path test alone does not count for the last two checks.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/friedbotstudio/baseline/sprint-oracle
Any agent
npx skills add friedbotstudio/baseline --skill sprint-oracle
Clone the repo
git clone --depth 1 https://github.com/friedbotstudio/baseline

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for sprint-oracle

README.md
[![agentmods](https://agentmods.dev/badge/skills/friedbotstudio/baseline/sprint-oracle.svg)](https://agentmods.dev/skills/friedbotstudio/baseline/sprint-oracle)
Your own site
<a href="https://agentmods.dev/skills/friedbotstudio/baseline/sprint-oracle"><img src="https://agentmods.dev/badge/skills/friedbotstudio/baseline/sprint-oracle.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 809 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00096 $0.00809
Opus 5 $0.00048 $0.00404
Sonnet 5 $0.00019 $0.00162
Haiku 4.5 $0.00010 $0.00081

Measured 3d ago against content hash d16f1c9961e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sprint-oracle 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (oracle.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/sprint-oracle/SKILL.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

sprint-oracle — mechanical completeness gate for a sprint

sprint-oracle reads a sprint manifest (authored by sprint-plan), scans the test tree for the @sprint-feature / @kind tags, and reports whether every feature is complete. It is the answer to "the final system ships incomplete": a sprint is not done until the oracle exits 0. Read-only — it reports, it never edits.

What it checks (per feature)

A feature is complete only when all three hold:

  1. done-recorddone_record is non-empty (the feature traces to a spec AC).
  2. edge — at least one name in edge_tests resolves to a test tagged // @sprint-feature:<id> @kind:edge.
  3. wiringwiring_test resolves to a test tagged // @sprint-feature:<id> @kind:wiring.

"Resolves" means: the named test exists in a scanned .mjs file and its tag's feature id and kind match. A test tagged @kind:happy never satisfies an edge or wiring requirement — the happy path does not count as completion.

Exit codes (fail loud, fail distinct)

Code Meaning
0 every feature complete (or the manifest has zero features — vacuously complete)
2 gaps found — at least one feature is missing a dimension; a per-feature gap list is printed to stderr
1 operational error — the manifest could not be read or parsed (distinct from a completeness gap)

A gap is {feature, dimension, detail} where dimension is one of done-record / edge / wiring, and detail names the unresolved test(s).

How to use

node .claude/skills/sprint-oracle/oracle.mjs <manifest-path> [test-root]

test-root defaults to tests. The CLI prints each gap as GAP <feature>: <dimension> — <detail> and exits with the code above. For programmatic use, import runOracle({manifestPath, testRoot}){code, gaps, error?}.

Example gap output:

GAP search: edge — no resolvable @kind:edge test among [search_empty_query]
GAP search: wiring — wiring_test 'search_end_to_end' does not resolve to a @kind:wiring test

Read the full file on GitHub · 56 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 3d ago First seen · 56 lines · 96 tokens per session scan A d16f1c9961e0

Subscribe to this mod's changes

sprint-oracle is a skill published in the GitHub repository friedbotstudio/baseline (11 stars, last pushed 7d ago), licensed Apache-2.0. It adds 96 tokens to every session and 809 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

probe

Report this absolute source path, then read the nested routine.

arbiterForge/codeArbiter · 14 tokens

dev-standards

Enforces development workflows, quality gates, coding standards, and release processes for the deterministic-agent-control-protocol project. Use when implementing features, fixing bugs, refactoring architecture, adding integrations, updating policies, writing tests, updating documentation, or preparing releases.

elliot35/deterministic-agent-control-protocol · 56 tokens

brainstorming

The Socratic spec-refinement front of /feature, and the planning front of /sprint. Routed to BEFORE any code — it takes a one-line idea and drives it to an approved, concrete spec with testable acceptance criteria. Five gated phases — frame, shape, refine, write, review-and-approve. No implementation and no handoff to…

arbiterForge/codeArbiter · 99 tokens

commit-gate

The only path to a commit. Routed to when the user invokes /commit or otherwise instructs codeArbiter to persist staged changes. Nine gated phases — permission, branch, classification, verification (test/lint/secrets), behavioral proof, diff review, selective stage, message, commit. Nothing reaches version control…

arbiterForge/codeArbiter · 81 tokens

context-check

Optional manual drift audit — report stale provenance-tracked docs (via provenancelib drift detection across .codearbiter/.provenance/), then per stale doc offer re-scout / re-baseline / defer. Not the daily loop; commit-gate auto-heal owns routine maintenance.

arbiterForge/codeArbiter · 64 tokens

context-creation

The brownfield back-fill. Routed to by /create-context, and by startup when .codearbiter/CONTEXT.md lacks the body marker but source code exists. Six gated phases — pre-flight, scout dispatch, synthesis, gap interview, write, lock. Reads the existing codebase through parallel scouts, drafts every surviving…

arbiterForge/codeArbiter · 90 tokens