Source profileQuality 95/100

JasonColapietro/suede-creator-skills/skills/suede-ai-eval/SKILL.md

suede-ai-eval

Suede Labs AI eval design and coverage audit: AI-SPEC, failure-mode rubric with severity scoring, concrete pass/fail eval cases, coverage and infrastructure scores, and mechanical acceptance gates. Use when a change ships LLM, RAG, agent, classifier, prompt, or generated-media behavior, or when asked to write evals for an AI feature, design test cases for a model surface, audit existing eval coverage, or judge whether AI behavior is safe to ship. No AI-SPEC means no eval plan, and no eval plan h

Source repository stars
133
Declared platforms
0
Static risk flags
0
Last source update
2026-08-28
Source checked
2026-08-28

Decision brief

What it does: where it fits

Suede Labs AI eval design and coverage audit: AI-SPEC, failure-mode rubric with severity scoring, concrete pass/fail eval cases, coverage and infrastructure scores, and mechanical acceptance gates. No AI-SPEC means no eval plan, and no eval plan h

Best for

  • Use when a change ships LLM, RAG, agent, classifier, prompt, or generated-media behavior, or when asked to write evals for an AI feature, design test cases for a model surface, audit existing eval coverage, or judge whe…

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/JasonColapietro/suede-creator-skills --skill "skills/suede-ai-eval"
Safe inspection promptEditorial

Inspect the Agent Skill "suede-ai-eval" from https://github.com/JasonColapietro/suede-creator-skills/blob/21fdd3db4ccb83f6d45847130b58a30701010f20/skills/suede-ai-eval/SKILL.md at commit 21fdd3db4ccb83f6d45847130b58a30701010f20. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Workflow

    1. Define the AI-SPEC. State the AI job in one paragraph: user, trigger, input, output, allowed sources, disallowed behavior, fallback, latency/cost expectation, and success signal. 2. Map the failure modes. List the ways the AI can harm the user, product truth, rights/provenanc…

    Define the AI-SPEC. State the AI job in one paragraph: user, trigger, input, output, allowed sources, disallowed behavior, fallback, latency/cost expectation, and success signal.Map the failure modes. List the ways the AI can harm the user, product truth, rights/provenance, security, privacy, brand trust, cost, or workflow completion.Build the rubric. Score each failure mode with severity, likelihood, detectability, owner, gate, and required evidence.
  2. 02

    Gate policy — advisory, not blocking

    Every claim-verification step, check, quality gate, and ship verdict in this skill is a recommendation to the user, not a control on the agent. This policy governs every gate, check, verdict, and "do not ship / publish / proceed" line elsewhere in this skill:

    Run every check and report the results honestly. Verdicts (ship,Never block, delay, skip, rewrite, or refuse the action the user asked forA failed gate changes what you report, never what you do.
  3. 03

    Hard Gates

    No AI-SPEC → no eval plan. Write the one-paragraph spec first; cases written without a spec test nothing.

    No AI-SPEC → no eval plan. Write the one-paragraph spec first; cases written without a spec test nothing.No eval plan → no ship recommendation. Do not recommend ship or ship-with-caveats for an AI feature that lacks a failure-mode map and eval cases; name the gap and leave the ship decision with the user.A failure mode without an eval case, an owner, and a gate is uncovered — regardless of how unlikely it feels.
  4. 04

    Source Truth

    Inspect the current target before writing the eval. Do not evaluate from memory or product copy alone.

    repo, branch, remote, dirty state, local instructions, and touched files;the AI surface: route, API, worker, prompt, system message, tool call, model config, retrieval path, classifier, agent loop, generated media path, or recommendation logic;user-facing promise, allowed claims, forbidden claims, safety boundaries, fallback behavior, and support path;
  5. 05

    Eval Dimensions By System Type

    Start the failure-mode map from the canonical dimensions for the surface's system type, then add product-specific failure modes on top. Always include safety (user-facing) and task completion (agentic) regardless of type.

    Code-based: schema validation, required-field presence, performance thresholds, regex checks. Fast, deterministic, cheap to run in CI.LLM judge: tone, reasoning quality, safety-violation detection. Requires calibration against a human-reviewed sample before the score counts as evidence (see Hard Gates).Human review: edge cases, LLM-judge calibration itself, high-stakes sampling that cannot be automated yet.

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score95/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars133SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
JasonColapietro/suede-creator-skills
Skill path
skills/suede-ai-eval/SKILL.md
Commit
21fdd3db4ccb83f6d45847130b58a30701010f20
License
MIT
Collected
2026-08-28
Default branch
main
View the original SKILL.md

Suede AI Eval

Gate policy — advisory, not blocking

Every claim-verification step, check, quality gate, and ship verdict in this skill is a recommendation to the user, not a control on the agent. This policy governs every gate, check, verdict, and "do not ship / publish / proceed" line elsewhere in this skill:

  • Run every check and report the results honestly. Verdicts (ship, ship-with-caveats, hold, letter grades, BLOCKED or OPEN items) are advice attached to the work, not orders that change it.
  • Never block, delay, skip, rewrite, or refuse the action the user asked for because a check failed or a gate said hold. Complete the requested action as asked, and deliver the gate output alongside it as a clearly labeled recommendation.
  • A failed gate changes what you report, never what you do.
  • Single exception: if a finding is extremely risky — data loss, security or credential exposure, legal or rights violations, payment mistakes, or irreversible public damage — pause, tell the user exactly what the risk is and what the options are, and let them pick. Their choice is final.

Make AI behavior testable before it becomes a vague product promise. No eval plan, no ship recommendation: for an AI feature without one, the recommended verdict stays below ship — report that gap and let the user decide.

The deliverable is an eval plan or coverage audit, not a model benchmark leaderboard. Keep it grounded in the actual product surface, user promise, data sources, prompts, tools, logs, tests, and failure modes available now.

Hard Gates

  • No AI-SPEC → no eval plan. Write the one-paragraph spec first; cases written without a spec test nothing.
  • No eval plan → no ship recommendation. Do not recommend ship or ship-with-caveats for an AI feature that lacks a failure-mode map and eval cases; name the gap and leave the ship decision with the user.
  • A failure mode without an eval case, an owner, and a gate is uncovered — regardless of how unlikely it feels.
  • A live surface that was never sampled gets the output stamped source-only; do not present source-only review as runtime evidence.
  • A model grading its own output is not evidence. LLM-as-judge scores count only after spot-checked agreement with a human-reviewed sample.

Source Truth

Inspect the current target before writing the eval. Do not evaluate from memory or product copy alone.

Read or verify:

  • repo, branch, remote, dirty state, local instructions, and touched files;
  • the AI surface: route, API, worker, prompt, system message, tool call, model config, retrieval path, classifier, agent loop, generated media path, or recommendation logic;
  • user-facing promise, allowed claims, forbidden claims, safety boundaries, fallback behavior, and support path;
  • input data, retrieval corpus, schemas, tool contracts, metadata, logs, telemetry, and persisted outputs;
  • existing tests, fixtures, eval scripts, prompt snapshots, golden examples, analytics, bug reports, screenshots, or live/API readbacks.

When the surface is already live, sample real behavior with safe inputs and record exact commands or URLs. When live checks are not appropriate, mark the eval as source-only and name the missing runtime evidence.

Workflow

  1. Define the AI-SPEC. State the AI job in one paragraph: user, trigger, input, output, allowed sources, disallowed behavior, fallback, latency/cost expectation, and success signal.
  2. Map the failure modes. List the ways the AI can harm the user, product truth, rights/provenance, security, privacy, brand trust, cost, or workflow completion.
  3. Build the rubric. Score each failure mode with severity, likelihood, detectability, owner, gate, and required evidence.
  4. Write eval cases. Produce concrete pass/fail cases with inputs, setup data, expected output traits, forbidden output traits, and the reason the case exists.
  5. Set acceptance gates. Decide what blocks ship, what allows ship-with-caveats, and what can become follow-up work.
  6. Audit coverage. Compare existing tests, logs, metrics, and manual checks against the failure-mode map. Score coverage and infrastructure using the method under Tooling and Infrastructure below. Name every uncovered high-risk behavior regardless of the numeric score.
  7. Return the artifact. Give the AI-SPEC, rubric, eval table, coverage gaps, required tests, and next implementation step. Name the exact command that runs the cases and its expected exit status — the repo's own eval script if one exists, otherwise the tool's invocation (e.g. npx promptfoo eval -c <config>) — and record the run's pass/fail counts under "Commands or evidence checked". An eval plan with no runnable command is a document, not coverage, and suede-ci-gate cannot wire it into CI without that string.

Eval Dimensions By System Type

Start the failure-mode map from the canonical dimensions for the surface's system type, then add product-specific failure modes on top. Always include safety (user-facing) and task completion (agentic) regardless of type.

System typeCanonical dimensions
RAG / retrievalcontext faithfulness, hallucination, answer relevance, retrieval precision, source citation
Multi-agenttask decomposition, inter-agent handoff correctness, goal completion, loop detection
Conversationaltone/style, safety, instruction following, escalation accuracy
Extraction / structured outputschema compliance, field accuracy, format validity
Autonomous / tool-using agentsafety guardrails, tool-use correctness, cost/token adherence, task completion
Content generationfactual accuracy, brand voice, tone, originality
Code generationcorrectness, safety, test pass rate, instruction following

For each dimension, assign a measurement approach before writing the eval case:

  • Code-based: schema validation, required-field presence, performance thresholds, regex checks. Fast, deterministic, cheap to run in CI.
  • LLM judge: tone, reasoning quality, safety-violation detection. Requires calibration against a human-reviewed sample before the score counts as evidence (see Hard Gates).
  • Human review: edge cases, LLM-judge calibration itself, high-stakes sampling that cannot be automated yet.

Tooling and Infrastructure

Detect existing eval/tracing tooling before recommending anything new:

grep -rl "langfuse\|langsmith\|arize\|phoenix\|braintrust\|promptfoo\|ragas" \
  --include="*.py" --include="*.ts" --include="*.toml" --include="*.json" . \
  2>/dev/null | grep -v node_modules | head -10

If nothing is detected, these are the default starting points, not a mandate to install all four:

ConcernDefaultWhy
Tracing / observabilityArize PhoenixOpen-source, self-hostable, framework-agnostic via OpenTelemetry
RAG eval metricsRAGASFaithfulness, answer relevance, context precision/recall out of the box
Prompt regression in CIPromptfooCLI-first, no platform account required
LangChain/LangGraph pipelinesLangSmithOverrides Phoenix when the project is already in that ecosystem

Reference dataset spec: minimum 10 examples to start, 20+ before treating coverage as production-grade. Composition: critical paths, edge cases, known failure modes, and adversarial inputs, not just happy-path samples. Labeling: domain expert where stakes are high, LLM judge with calibration otherwise. Start building the dataset during implementation, not after the feature ships.

Production monitoring split: classify every covered failure mode as either an online guardrail (catastrophic risk, runs on every request in the hot path, must be fast) or an offline flywheel check (quality signal, sampled batch, feeds the improvement loop, not latency-sensitive). Keep online guardrails minimal since each one adds latency to every request.

Coverage scoring: for each dimension, mark COVERED (implementation exists, targets the rubric behavior, actually runs), PARTIAL (exists but incomplete, not automated, or has known gaps), or MISSING (no implementation found). Audit infrastructure separately, ok/partial/missing: eval tooling is installed and actually called (not just a listed dependency), the reference dataset file exists and meets the spec above, a CI/CD command runs the eval suite, each planned online guardrail is implemented in the request path (not stubbed), and tracing is configured and wrapping the real AI calls. Score coverage = covered / total_dimensions × 100 and infra = (tooling + dataset + cicd + guardrails + tracing) / 5 × 100, then overall = coverage × 0.6 + infra × 0.4.

Eval Case Design

How to build the case set — golden cases, adversarial cases, failure-mode coverage, and what makes a case gradeable — is in references/eval-case-design.md. Read it before writing cases. Skip it when you are only reviewing an existing suite or sizing infrastructure.

Rubric

Use this table shape:

Failure modeSeverityLikelihoodDetectabilityEvidence nowShip gateRequired fix
Hallucinates a rights claim532noneblockadd refusal eval + source citation check

Scoring:

  • Severity 5: legal, financial, rights/provenance, privacy, security, payment, irreversible user harm, or public trust collapse.
  • Severity 4: user-visible wrong outcome on a core workflow, broken agent action, major cost spike, or misleading published statement.
  • Severity 3: recoverable user confusion, incomplete answer, or degraded workflow quality.
  • Severity 2: minor formatting, tone, or non-core quality miss.
  • Severity 1: cosmetic or informational.

Gate defaults:

  • Any uncovered severity 5 behavior blocks release.
  • Severity 4 requires an eval case, fallback behavior, and named owner before release.
  • Regressions from real observed failures require a fixture or scripted check.
  • Product copy cannot claim eval coverage that does not exist.

AI-SPEC Template

AI-SPEC: [surface/name]
Date:
Target repo/route/API:
Owner:

User promise:
Inputs:
Outputs:
Allowed sources:
Disallowed behavior:
Fallback behavior:
Privacy/security boundaries:
Rights/provenance boundaries:
Latency/cost budget:
Success metrics:
Known non-goals:

Failure modes:
Eval suite:
Acceptance gates:
Coverage gaps:
Next implementation step:

Red Flags — Stop

  • "It looked good in the demo" — a demo is one happy-path sample, not coverage.
  • "We'll eval after launch" — after launch, the eval set is your users.
  • "The model seems smart" — vibes are not a rubric row; write the failure mode down and score it.
  • "We tested the prompt by hand" — prompt review and happy-path poking are not eval coverage.
  • "It passed once" — a pass with no fixture or scripted check protects nothing on the next model or prompt change.
  • "The judge model approved it" — self-judgment without human-agreement spot checks is not evidence.

Output

Return:

Target:
AI-SPEC:
Failure-mode rubric:
Eval cases:
Existing coverage:
Missing coverage:
Ship gate: ship | ship-with-caveats | hold
Required next step:
Commands or evidence checked:

Ship gate is mechanical: hold = any severity-5 failure mode uncovered, or no eval plan exists; ship-with-caveats = all severity-5 modes covered, remaining severity-4 gaps each have a named owner and follow-up; ship = every severity 4-5 failure mode has a case, a gate, and evidence.

Boundaries

  • Do not claim legal, rights, licensing, medical, financial, or compliance clearance.
  • Do not invent private datasets, logs, scores, or customer outcomes.
  • Do not upload data, call private services, or run destructive workflows unless the user explicitly asks and the repo/tooling supports it.
  • Do not treat a model's self-judgment as sufficient evidence.
  • Do not mark eval coverage complete when only prompt review or happy-path manual testing exists.

Routing

  • The AI surface's implementation needs review or a ship grade → suede-code
  • Eval cases written and passing → suede-ci-gate to wire them into CI as a required check
  • Built feature needs UAT beyond the eval suite → (private Suede Labs companion, not in this pack: suede-verify)
  • The eval work is one lane of a bigger coordinated build → suede-agent-teams

Frequently asked questions

What to verify before installation and use

What does the suede-ai-eval source document cover?

Suede Labs AI eval design and coverage audit: AI-SPEC, failure-mode rubric with severity scoring, concrete pass/fail eval cases, coverage and infrastructure scores, and mechanical acceptance gates. No AI-SPEC means no eval plan, and no eval plan h

How do I install suede-ai-eval?

The source record exposes this install command: npx skills add https://github.com/JasonColapietro/suede-creator-skills --skill "skills/suede-ai-eval". Inspect the command and pinned source before running it.

Alternatives

Compare before choosing