sddl-eval

Routes users to the appropriate sdd-lite evaluation level based on testing goals.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/nico0695/ai-tools --skill sddl-eval-nico0695
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sddl-eval
Source: https://github.com/nico0695/ai-tools/tree/main/sdd/sdd-lite-evals/skills/sddl-eval
Command: npx skills add https://github.com/nico0695/ai-tools --skill sddl-eval-nico0695

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with an installed sdd-lite setup, users often do not know which evaluation level (1, 2, 3, init, or reporting) fits their testing goal. This Skill acts as a lightweight navigator that selects exactly one next evaluation skill without launching model-backed sessions itself. ## Core Features & Use Cases - Workspace Detection: Checks whether a sdd-lite-evals workspace already exists and directs users to sddl-eval-init if not. - Level Routing: Maps user intent to the right skill: structural confidence to level 1, trigger/routing/worker behavior to level 2, real proposal-to-QA behavior to level 3, and history comparison to the report skill. - Cost Transparency: Explains expected model calls, mutations, and cost class (none, moderate, or high) before handing off. - Use Case: A user asks how to validate that their sdd-lite installation triggers workers correctly; the navigator recommends sddl-eval-level-2 with a moderate cost estimate and lists what information to prepare. ## Quick Start Ask which sdd-lite evaluation level you should run to test your installation's routing behavior.

Frequently Asked Questions about sddl-eval

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right sdd-lite evaluation level?▼

Match your goal to a level: level 1 for structural or installation confidence, level 2 for trigger, wrapper, routing, worker, or resume behavior, and level 3 for real proposal-to-QA behavior. Use the report skill for history or baseline comparison.

How do I test an installed sdd-lite setup?▼

First confirm a sdd-lite-evals workspace exists for the project; if not, run sddl-eval-init. Then pick the evaluation level matching your concern and review the expected model calls and mutations before starting.

What is the difference between sdd-lite evaluation level 1, 2, and 3?▼

Level 1 checks structural and installation confidence, level 2 exercises trigger, routing, worker, and resume behavior, and level 3 runs real proposal-to-QA behavior. Higher levels involve more model calls and higher cost.

Does running sdd-lite evaluations cost model calls?▼

Yes, most levels invoke model calls, and the navigator reports an expected cost class of none, moderate, or high before handoff. It never launches model-backed child sessions itself, so costs only occur in the selected level skill.

When should I not use the sddl-eval navigator?▼

Skip the navigator when you already know which level to run or when no sdd-lite installation exists to evaluate. It is a routing layer only and does not perform the evaluation itself.