What problem does it solve? It keeps all code written for the RedDust Unity project consistent with the team's established conventions, preventing architectural drift, null-check clutter, and oversized unreviewable commits. ## Core Features & Use Cases - Development Principles Enforcement: Applies the non-null principle, clear naming rules, task splitting, and iterative delivery to every coding task. - Architecture Guardrails: Enforces top-down data flow, single write entry points per physical domain, contract-based decoupling, and hierarchical signal forwarding in Unity systems. - Use Case: When asking the assistant to implement a new audio subsystem in the RedDust project, it will first propose a plan, use English identifiers, wire dependencies from the composition root, and deliver one small reviewable feature block at a time. ## Quick Start Ask the assistant to write or refactor any RedDust Unity code and it will automatically follow these conventions, starting with a plan before writing code.