What problem does it solve? Teams running multi-layer codebases often load one monolithic style guide into every review, wasting context on irrelevant rules. This Skill template generates a separate, layer-scoped engineering standard (schema, backend, frontend) so each specialist agent or reviewer only carries the rules that apply to its language and layer. ## Core Features & Use Cases - Layer-Scoped Standards: Produces one standards document per layer/language (e.g. schema-standards, backend-standards, frontend-standards) with no cross-layer rule leakage. - Shared Severity Model: Defines a common [BLOCKER] / [MAJOR] / [MINOR] / [NIT] severity scale so review feedback is classified consistently across all layers. - Structured Rule Sections: Covers correctness and design, language-specific rules, testing expectations, security and logging, and build correctness before hand-off. - Use Case: A team adopting Claude Code runs /adapt-to-stack, which generates a backend-standards skill for their C# API layer and a schema-standards skill for their SQL layer, so the backend specialist never loads SQL index rules. ## Quick Start Ask the AI to generate the engineering standards skill for your backend layer using this template, filling in the language-specific rules for your stack.