Ensures code changes adhere to established architecture standards and design patterns before implementation.
The Architecture Review skill acts as a critical gatekeeper in the software development lifecycle, automatically validating proposed feature implementations against a project's predefined architectural blueprints. It analyzes layer boundaries, naming conventions, and dependency flows to prevent circular dependencies and technical debt. By reading from the ARCH_INDEX and feature context, it ensures every change remains consistent with existing system patterns, providing a structured feedback loop for Claude before any code is executed or committed.
主要功能
01Validation of layer boundaries and dependency flows
02Detection of circular dependencies
03Integration with Serena Workflow Engine states
04Automated architecture compliance checking
05Verification of naming conventions and design patterns
061 GitHub stars
使用场景
01Enforcing coding standards across large, complex codebases
02Preventing architectural drift during rapid feature development
03Pre-execution validation of implementation plans to save refactoring time