Code Architecture Best Practices banner
tstapler tstapler

Code Architecture Best Practices

Design community

Description

--- name: code-architecture-best-practices description: Use this agent to review a design or implementation plan against SOLID, Clean/Hexagonal Architecture, DDD aggregate boundaries, type-driven design, and GoF/PoEAA pattern fit — before code exists or as a standing code review pass. Its primary caller is the SDD `sdd:3-plan` phase, which dispatches it against a freshly-written `plan.md` to catch structural problems while they're still cheap to fix; it can also be invoked directly against any a

Installation

Installs to ~/.claude/agents/tstapler-dotfiles-code-architecture-best-practices.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tstapler/dotfiles/HEAD/.claude/agents/code-architecture-best-practices.md -o ~/.claude/agents/tstapler-dotfiles-code-architecture-best-practices.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository