calibrate — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited calibrate (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
One judgment, made once, scales everything downstream. The cost of misjudging is asymmetric: too many subdivisions create coordination overhead, duplicated context, and drift between documents; too few create units an agent cannot finish in one clean context. So spend real thought here, then commit.
Guiding principle: minimize the number of subdivisions — without sacrificing quality, clarity, or performance. When two structures both work, pick the one with fewer pieces.
Assess exactly these four dimensions. Do not use file count or lines of code — a 40-file mechanical rename is lighter than a 3-file novel algorithm.
The caller passes a focus. Return the matching number(s):
| Focus | Question | Scale |
|---|---|---|
initiatives | Does this PRD need Initiative docs, and how many? | 1–2 tightly-related features → 0 (PRD only). 3+ features, or independently-shippable clusters → one Initiative per coherent cluster. Tie-break toward fewer. |
plans | How many plan files for this unit? | 1–4. One per phase an agent can one-shot. Default 1–2; reach 3–4 only when sequential phases genuinely build on each other (e.g. schema → engine → API). |
questions | How many clarifying questions does the interview need? | Light ≥10 (hard floor), Medium ~20, Heavy 35+. |
Reference points (from the OpenLatch product vault): Admin Broadcast Messaging (one feature surface, deeply coupled internals) → 0 initiatives. Agent Scan PRD (engine + report UI + website refresh — three separable, independently-shippable clusters) → 3 initiatives (I-5.5/5.6/5.7).
Always return exactly this, so calling workflows can consume it directly:
CALIBRATE VERDICT
Tier: Light | Medium | Heavy
<Focus numbers — e.g. "Initiatives: 2 (engine, report-ui)" or "Plans: 3" or "Question budget: 20">
Why: <2–3 lines citing the drivers: feature count, coupling, one-shot executability, clarity>State the verdict out loud so the user can correct a misread early. If later steps (clarify-intent answers, research findings) materially shift the scope, the caller should re-run calibrate — say so when the risk is visible.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.