architecture-design
The architecture-design Claude Code skill enables comprehensive system design by generating detailed component architectures, selecting justified technology stacks, designing data models, defining API contracts, and documenting Architecture Decision Records. Use this skill during initial project planning phases when you need to establish technical foundations, evaluate technology choices with clear rationale, and create reference documentation for implementation teams.
git clone --depth 1 https://github.com/a5c-ai/babysitter /tmp/architecture-design && cp -r /tmp/architecture-design/library/methodologies/bmad-method/skills/architecture-design ~/.claude/skills/architecture-designSKILL.md
# Architecture Design Design comprehensive system architecture with technology selection and ADRs. ## Agent Winston (Architect) - `bmad-architect-winston` ## Workflow 1. Define high-level system architecture with components 2. Select technology stack with justification 3. Design data model and database architecture 4. Define API contracts and integration patterns 5. Plan security, scalability, and deployment 6. Document Architecture Decision Records (ADRs) 7. Validate implementation readiness ## Inputs - `projectName` - Project name - `prd` - Product Requirements Document - `uxDesign` - UX design artifacts (optional) - `complexity` - Project complexity level ## Outputs - System architecture with component diagram - Technology stack with rationale - Data model and API contracts - ADRs and readiness assessment ## Process Files - `bmad-orchestrator.js` - Phase 3 of full lifecycle
Review TypeScript code changes for consistency, type safety, and monorepo patterns across babysitter packages
Generate and validate documentation for @a5c-ai/babysitter-sdk CLI commands and exported APIs
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
Architect code review with DRY, YAGNI, abstraction, and test coverage principle enforcement