Gentleman-Programming/gentleman-architecture-agents
133 stars · Last commit 2025-09-04
🏗️ Claude Code agents that enforce the Scope Rule architectural pattern for Angular, Next.js & Astro - Battle-tested patterns from Google Developer Expert & Microsoft MVP
README preview
# Claude Code Scope Rule Architects 🏗️ [](https://github.com/alanbuscaglia/claude-agents) [](LICENSE) [](CONTRIBUTING.md) > **English** | [Español](#español) A collection of specialized Claude Code agents that enforce the **Scope Rule** architectural pattern across different frontend frameworks. These agents help developers make consistent architectural decisions and maintain clean, scalable codebases. ## 🎯 What is the Scope Rule? The Scope Rule is a fundamental architectural principle that determines code placement based on usage scope: **"Scope determines structure"** - **Code used by 2+ features** → MUST go in global/shared directories - **Code used by 1 feature** → MUST stay local in that feature - **NO EXCEPTIONS** - This rule is absolute and non-negotiable