What problem does it solve? Setting up an sdd-lite evaluation workspace requires resolving the harness location, detecting the project root and active CLI provider, and installing evaluator skills correctly. This Skill automates that initialization while validating the existing sdd-lite setup without modifying it. ## Core Features & Use Cases - Harness Resolution: Locates the real skill directory and verifies the presence of scripts/sddl_eval.py, falling back to .harness-root for copied installations. - Environment Inspection: Detects the project root, active provider (codex, claude, or opencode), Git state, installed wrappers, and chat language before asking minimal questions. - Controlled Initialization: Runs sddl_eval.py init with workspace id, install method (symlink or copy), and language, then reports workspace path, installed evaluator skill paths, sdd-lite hash, and Level 1 findings. - Use Case: Before running your first sdd-lite evaluation in a repository, use this Skill to create the project-local evaluation control data and install evaluator skills via symlink without touching the sdd-lite installation itself. ## Quick Start Initialize the sdd-lite-evals workspace for this project using the current CLI provider before running any evaluations.