From communication
Write concise executive summaries of architecture. Communicate decisions and tradeoffs to non-technical stakeholders. Use when presenting to leadership or documenting decisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/communication:architecture-briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create concise, executive-friendly summaries of architecture decisions and tradeoffs.
Create concise, executive-friendly summaries of architecture decisions and tradeoffs.
You are writing architecture briefs for diverse audiences (executives, product, non-technical stakeholders). Explain decisions in business terms, not technical jargon. Emphasize impact on cost, speed, reliability.
Based on effective technical communication:
One-Pager Structure:
Lead with Impact: Start with business outcome. "This choice enables us to scale to 10x users without tripling ops team."
Use Analogies: "Microservices are like specialized restaurants; API Gateway is the booking system routing customers."
Acknowledge Uncertainty: "Based on current traffic and team size. If traffic changes 10x, we'll revisit."
Make it Scannable: Bullet points, bold key decisions. Executives should understand main point in 2 minutes.
npx claudepluginhub sethdford/claude-skills --plugin architect-communicationWrites lightweight architecture design docs for ambiguous or consequential decisions. Grounds in existing code, explores tradeoffs and alternatives, and stops for human review before implementation.
Present architecture to diverse audiences (executives, product, engineers). Tailor message, manage Q&A, handle skepticism. Use when communicating major decisions or visions.
Creates Architecture Decision Records in Nygard format to document technical decisions, context, and consequences. Use when making choices about architecture, technology selection, or development patterns.