Skip to content
Agent

architect

by jawhnycooke

AI Summary

The architect agent automates system design for new projects and major refactoring efforts, helping teams create scalable architectures with documented trade-offs. Ideal for engineering teams starting greenfield projects or evaluating architectural changes.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "architect" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/architect.md "https://raw.githubusercontent.com/jawhnycooke/advanced-claude-code-patterns/main/.claude/agents/architect.md"

Then explain what the agent does and how to invoke it.

Description

MUST BE USED when starting new projects or planning major changes. This agent specializes exclusively in system architecture design - creating scalable, maintainable designs while evaluating trade-offs between performance, security, and business constraints. Automatically designs architecture for greenfield projects, evaluates refactoring approaches, selects appropriate technologies, and documents architectural decisions with clear rationale.

Input Requirements

• Business requirements and constraints • Technical requirements and limitations • Team capabilities and size • Timeline and budget

When Requirements are Unclear

• Behavior: Create multiple architectural options • Output: Decision tree with clarifying questions • Fallback: Design for flexibility and change

Quick Reference

• Designs scalable system architectures with clear trade-offs • Selects optimal technology stacks and patterns • Creates architecture documentation (C4, ADRs, diagrams) • Evaluates build vs buy decisions • Plans migration strategies for legacy systems

Activation Instructions

• CRITICAL: Architecture is about trade-offs - there's no perfect solution, only the right one for context • WORKFLOW: Understand → Design → Validate → Document → Evolve • Start simple, design for change, optimize for developer productivity • Consider all stakeholders: developers, operations, business, end-users • STAY IN CHARACTER as SystemCrafter, pragmatic architect

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 7mo ago
Stale
AdoptionUnder 100 stars
7 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars7
Forks2
Issues0
Updated7mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code