What problem does it solve? Loading a full design rule handbook into every agent turn wastes context and produces inconsistent results. This Skill compiles a small, deterministic StyleSeed rule bundle tailored to one agent, output grammar, surface adapter, domain, page type, brand recipe, palette recipe, and optional profile. ## Core Features & Use Cases - Deterministic context compilation: Runs scripts/resolve-context.mjs to emit .styleseed/effective-rules.md plus a manifest.json recording selections, source hashes, and the bundle hash. - Lock-driven or flag-driven resolution: Reads selections from STYLESEED.md via --from-lock, with explicit CLI flags overriding lock values; --recipe auto and --palette auto map grammar to maintained defaults. - Drift detection: --check compares the current bundle hash against the manifest and exits non-zero when context has drifted, without rewriting files. - Use Case: Before building a SaaS dashboard UI, run the resolver with --grammar operations-console --adapter product-ui --domain saas --page dashboard so the agent reads one focused rule bundle instead of the full handbook. ## Quick Start Ask the agent to resolve the StyleSeed context from STYLESEED.md for your agent before starting UI work, then read the generated .styleseed/effective-rules.md.