What problem does it solve? Setting up a new project inside a multi-layer orchestrator repository requires creating many directories, dashboards, dictionaries, and config entries by hand, which is error-prone and inconsistent. This Skill standardizes the registration of a project under projects/<project-id>/, scaffolds the Project SSoT and Project Work SSoT layers, and records the project in silo-projects.yaml. ## Core Features & Use Cases - Project SSoT scaffolding: Generates the 1-layer Project SSoT (project registry, project contract, requirements, decisions) and 2-layer Project Work SSoT (issues, tasks, runbooks, coverage) via setup.sh --create-project-ssot. - Dashboard and dictionary setup: Creates DataviewJS/Obsidian Base work dashboards, a project overview, and a project dictionary with defined minimum frontmatter fields. - Config registration: Adds the project to system/config/silo-projects.yaml with repo URL, protected branches, silo eligibility, and DB schema paths, without storing secrets. - Use Case: When starting a new product repo, run the setup procedure to create the full projects/<project-id>/ structure, fill in project-contract.md, and register the project so silo task execution can begin. ## Quick Start Ask the agent to register a new project with a given project id and name using the Projects Setup procedure, then verify the generated scaffold and config entry.