What problem does it solve? Adopting an agentic workflow framework into an existing repository normally requires manually inspecting the stack, deciding which agent roles apply, and hand-writing configuration. This Skill automates that one-time per-project setup by detecting the stack deterministically and producing a reviewed, staged config file. ## Core Features & Use Cases - Deterministic stack detection: Runs omnigrid onboard to detect languages, framework, backend, test runner, and package manager from the live repo rather than interviewing the user. - Harnessability scoring: Scores the repo across five dimensions (type safety, module boundaries, framework opinionation, test coverage, lint baseline) and derives the enforcement default (blocking or advisory). - Role derivation and Handbook seeding: Derives active conditional Roles (e.g. frontend-engineer, platform-engineer, penetration-tester) and scaffolds the omnigrid/handbooks/ directories. - Use Case: A developer adopting OMNIGRID into an existing web service runs this Skill once; it proposes a complete omnigrid.yaml, and on confirmation writes and git adds the file, leaving the commit to the user. ## Quick Start Ask the assistant to onboard this repository into OMNIGRID and describe your project in one or two sentences when prompted.