System Design Skill banner
DAAS2 DAAS2

System Design Skill

Design community

Description

System design for coding agents: map, design, review & evolve architectures with capacity math, failure stress-tests, and right-sizing gates.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

system-design — map, design, review, evolve; four gates: numbers, stress-test, right-size, cost

system-design

**A staff engineer's system design brain for your coding agent.**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![CI](https://img.shields.io/github/actions/workflow/status/DAAS2/system-design-skill/ci.yml?label=CI&logo=github)](.github/workflows/ci.yml) [![Evals](https://img.shields.io/badge/evals-with--skill%20100%25--vs--82%25-brightgreen)](evals/README.md) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md) [![Agent Skills](https://img.shields.io/badge/Agent%20Skills-open%20standard-blueviolet)](https://agentskills.io)

Your coding agent will happily design a Kafka cluster for your 2,000-user startup. It will confidently explain the "best" architecture with zero capacity math, zero failure analysis, and zero interest in the codebase you already run.

This skill fixes that. It makes agents design the way senior engineers actually do — **numbers first, trade-offs explicit, failures walked, complexity justified** — and it does it on the problems you actually have: the existing codebase, the overdue migration, the design doc that's about to get reviewed by people who've seen this before.

Why this exists

Two failure modes define AI-generated architecture today:

  1. Scale theater. "We'll need Kafka, Kubernetes, and microservices — for scale." For a product with 2,000 users. The skill's right-sizing gate classifies your real scale into one of six tiers and deletes or justifies anything above it.
  2. Hand-waving. No numbers, no failure modes, no non-goals, no cost. "It's scalable because we use microservices." The skill's four gates make these omissions failures, not opinions.

The result is a difference you can hear:

You:  "Design a rate limiter for our API across 100 gateway nodes."

Wi