AgentStack
SKILL verified MIT Self-run

Architecture Brief

skill-sethdford-claude-skills-architecture-brief · by sethdford

Write concise executive summaries of architecture. Communicate decisions and tradeoffs to non-technical stakeholders. Use when presenting to leadership or documenting decisions.

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-sethdford-claude-skills-architecture-brief

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Are you the author of Architecture Brief? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Architecture Brief

Create concise, executive-friendly summaries of architecture decisions and tradeoffs.

Context

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.

Domain Context

Based on effective technical communication:

  • Business Impact: How does architecture choice affect time-to-market, cost, reliability? Quantify where possible.
  • Trade-offs: Every architecture choice sacrifices something. Explicitly state: "We chose X over Y because Z matters more."
  • Risk Acknowledgment: What could go wrong? Residual risks accepted. Mitigation plans for critical risks.
  • Assumptions: What's true about our context that makes this choice right? Different context, different choice.

Instructions

  1. One-Pager Structure:
  • Title: "API Gateway Architecture for Microservices"
  • Problem: "Multiple services exposing APIs; no unified interface, inconsistent auth, no rate limiting"
  • Decision: "Implement API Gateway (Kong/AWS API Gateway)"
  • Rationale: "Centralizes auth, rate limiting, routing; 2-week implementation"
  • Trade-off: "Extra hop in request path (5ms latency); operational overhead of new service"
  • Success Metrics: "Consistent error responses, 99.9% uptime, < 50ms latency"
  • Risks: "Gateway becomes bottleneck (mitigation: auto-scaling, load testing)"
  1. Lead with Impact: Start with business outcome. "This choice enables us to scale to 10x users without tripling ops team."
  1. Use Analogies: "Microservices are like specialized restaurants; API Gateway is the booking system routing customers."
  1. Acknowledge Uncertainty: "Based on current traffic and team size. If traffic changes 10x, we'll revisit."
  1. Make it Scannable: Bullet points, bold key decisions. Executives should understand main point in 2 minutes.

Anti-Patterns

  • Too Technical: Explain implementation details, not impact. Result: non-technical readers lost. Guard: Lead with business impact; explain technical choice as supporting detail.
  • No Trade-offs Acknowledged: "This is the best solution." Result: unrealistic, erodes trust. Guard: Always state what you're sacrificing; explain why.
  • Vague Success Metrics: "It will be more scalable." Result: hard to measure success. Guard: Quantify: latency < 100ms, 99.99% uptime, < 5min deployment.
  • No Assumption Statements: Assume everyone knows context. Result: brief is incomprehensible to new readers. Guard: Explain context explicitly.

Further Reading

  • Made to Stick by Chip and Dan Heath — communicating complex ideas simply
  • Decisive by Chip and Dan Heath — presenting decision frameworks
  • Architecture Decision Records by Michael Nygard — documenting decisions clearly

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.