Acerca de
Architecture Guardian acts as an automated architect within the development workflow, ensuring that every code change aligns with the project's foundational design principles. It systematically reviews proposed features and refactors against documented layer boundaries—UI, Service, Engine, and Data—to maintain strict separation of concerns. By identifying anti-patterns like logic creep or circular dependencies before implementation begins, the skill helps developers adhere to established patterns such as Chain of Responsibility for middleware or Factory patterns for object creation, preventing technical debt and architectural drift.