From code-architect
Generates a comprehensive architecture document from user-provided requirements, following a structured process to define system boundaries, components, data flow, and technology rationale.
How this command is triggered — by the user, by Claude, or both
Slash command
/code-architect:architectThe summary Claude sees in its command listing — used to decide when to auto-load this command
Generate a comprehensive architecture document for a system or feature based on requirements. ## Steps 1. Gather requirements from the user: What is being built? What are the constraints? 2. Define the system boundaries: 3. Design the high-level architecture: 4. Detail each component: 5. Address cross-cutting concerns: 6. Document technology choices with rationale. 7. Identify risks and mitigation strategies. ## Format ## Rules - Always start with requirements before designing solutions. - Prefer simple architectures over complex ones. - Every technology choice must have a stated ...
Generate a comprehensive architecture document for a system or feature based on requirements.
# Architecture: <System Name>
## Overview: <one paragraph summary>
## Components: <list with responsibilities>
## Data Flow: <sequence of interactions>
2plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub costrict-plugins-repo/github-trending-plan --plugin code-architect/architectGenerates a comprehensive architecture document from user-provided requirements, following a structured process to define system boundaries, components, data flow, and technology rationale.
/create-architecture-documentationGenerates architecture documentation covering system context, containers, components, data flows, security models, and quality attributes using C4 Model, Arc42, ADRs, Mermaid, and PlantUML.
/designGenerates technical design document from requirements (topic or path), with architecture diagrams, components, data models, error handling. Investigates codebase, creates frontend mockups if needed, saves to .claude/specs/{topic}/design.md
/architectEnters Architect Mode to design high-level system architectures, analyze trade-offs, produce design docs, ADRs, ASCII diagrams, and implementation plans before coding.
/designDesigns system architecture with mandatory C4 (Mermaid) diagrams and tech stack recommendations, consulting prior requirements and flagging contradictions.
/designDesigns scalable system architecture with roadmap, technology recommendations, risks, code examples, and deployment strategy for a system or feature description.