---
name: Architecture Design
slug: architecture-design
category: DevOps
description: Designs comprehensive system architecture, selects technology stacks with justification, creates data models, API contracts, and Architecture Decision Records (ADRs) to validate implementation readiness.
github: "https://github.com/a5c-ai/babysitter/tree/main/library/methodologies/bmad-method/skills/architecture-design"
language: JavaScript
stars: 1600
forks: 94
install: "git clone https://github.com/a5c-ai/babysitter"
added: 2026-07-20T06:48:26.295Z
last_synced: 2026-07-29T06:36:58.380Z
canonical_url: "https://dirskills.com/skills/architecture-design"
---

# Architecture Design

Designs comprehensive system architecture, selects technology stacks with justification, creates data models, API contracts, and Architecture Decision Records (ADRs) to validate implementation readiness.

**Install:** `git clone https://github.com/a5c-ai/babysitter`

## README

# 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
