install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/bmad-method/skills/architecture-design" ~/.claude/skills/a5c-ai-babysitter-architecture-design && rm -rf "$T"
manifest:
library/methodologies/bmad-method/skills/architecture-design/SKILL.mdsource content
Architecture Design
Design comprehensive system architecture with technology selection and ADRs.
Agent
Winston (Architect) -
bmad-architect-winston
Workflow
- Define high-level system architecture with components
- Select technology stack with justification
- Design data model and database architecture
- Define API contracts and integration patterns
- Plan security, scalability, and deployment
- Document Architecture Decision Records (ADRs)
- Validate implementation readiness
Inputs
- Project nameprojectName
- Product Requirements Documentprd
- UX design artifacts (optional)uxDesign
- Project complexity levelcomplexity
Outputs
- System architecture with component diagram
- Technology stack with rationale
- Data model and API contracts
- ADRs and readiness assessment
Process Files
- Phase 3 of full lifecyclebmad-orchestrator.js