What problem does it solve? Starting a coding session without the project's rules and constraints leads to inconsistent implementations and repeated context re-injection. This Skill loads all relevant crosslink rules and grounding context in one pass before you write any code. ## Core Features & Use Cases - Rule Loading: Reads .crosslink/rules/global.md, project-specific rules, and the active tracking mode rules (e.g., tracking-strict.md). - Language Detection: Detects project manifests (Cargo.toml, package.json, pyproject.toml, go.mod, and more) and loads only the matching language rule files. - Project Grounding: Scans the project tree and reads dependency manifests so dependency versions are grounded in reality, not guessed. - Use Case: Before implementing a new feature in a Rust and TypeScript monorepo, run preflight to load global rules, Rust and TypeScript rules, the strict tracking mode, and a summary of the project structure. ## Quick Start Say "preflight" or "load the rules" before starting a fresh implementation session to ground the assistant in the project's rules and dependencies.