01Systemic Design Enforcement: Prioritizes universal system solutions over 'quick-fix' localized changes.
02Layered Architecture Guardrails: Maintains strict dependency separation between core logic and platform-specific layers.
03Single Source of Truth (SSoT): Centralizes constants and configurations to eliminate duplicate definitions and logic.
04Data-Driven Implementation: Promotes architectures where behavior is defined by configuration rather than hardcoded branches.
05Pre-Implementation Checklist: Validates module boundaries and generalization requirements before any code is written.
061 GitHub stars