Architecture Quality

Keep web applications, APIs and services readable as they grow: choose feature or domain seams, assign state ownership, enforce dependency direction, keep adapters thin, and verify file shape. Use when starting or extending a web app, backend, frontend, API or multi-page product; when a change makes a module hard to read; when architecture review finds a god file, cross-feature imports, a circular dependency or a framework-heavy domain. Load architecture-first first for a new system, and refactoring-safely for an existing oversized module. Do not use for a one-file script, throwaway spike or a purely local naming change.

AnastasiyaW Updated

File contents

AnastasiyaW/codex-claude-code-config/tree/main/skills/development/architecture-quality commit 67d3926c0b

Frequently asked questions

npx skillmds@latest add anastasiyaw/architecture-quality