.claude/skills/system-design/SKILL.md
Use when the Architect is designing system architecture, choosing technology stacks, defining data models, designing APIs, making scalability decisions, or updating ARCHITECTURE.md. Activates for any architecture design, technology evaluation, or system structure discussion.
npx skillsauth add dsivov/ai_development_team system-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apply this guidance when:
Before designing, extract from the CR:
For each major feature:
| Need | Pattern | When to Use | |------|---------|-------------| | Request/Response | REST API | Standard CRUD, simple interactions | | Real-time | WebSocket / SSE | Live updates, notifications | | Async processing | Message queue | Long-running tasks, decoupled systems | | Data pipeline | Event-driven | Multiple consumers of same events | | Simple app | Monolith | Small team, single deployment unit | | Complex domains | Microservices | Independent scaling, team ownership | | Read-heavy | CQRS | Separate read/write optimization |
ARCHITECTURE.md should contain:
GET /resources, POST /resources, GET /resources/:id/api/v1/...development
Use when the Integrator is writing unit tests, e2e tests, designing test strategies, improving test coverage, creating test fixtures, or mocking dependencies. Activates for any testing-related work including TDD, test refactoring, or test debugging.
development
Use when the Architect is breaking down change requests into implementable tasks, defining acceptance criteria, estimating task size, mapping dependencies, or creating technical sub-tasks for Developer and Integrator.
documentation
Use when the Manager is writing status updates, daily reports, queue messages to team members, escalation notices, or cross-role coordination messages. Activates when composing any team communication, reports, or documentation updates.
devops
Use when the Production Engineer is planning rollback strategies, reverting a bad release, handling data migration reversals, managing feature flags, implementing hotfix workflows, or preparing disaster recovery procedures. Activates when discussing rollbacks, reverts, or recovery from failed deployments.