architecture-design
仓库创建 2026年1月5日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
结合技术与数据模型产出可执行的架构和决策记录
这个 Skill 做什么
设计系统架构,选型并生成架构决策记录(ADR)
做系统级架构设计并产出 ADR(架构决策记录),包括组件划分、技术选型、数据模型、API 合约和集成模式。在启动新项目、评估技术栈或做大范围重构时使用,帮助团队统一方向。特别之处是把可扩展性、安全性和运维成本都写进决策里,便于后续回顾和审计。
1.6k
Stars
94
Forks
40
仓库内 Skill
+111
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/bmad-method/skills/architecture-design/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/bmad-method/skills/architecture-design/SKILL.md"SKILL.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 architec
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有