architecture
仓库创建 2026年6月30日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
帮助形成可实施的结构化设计与迭代目标,便于团队对齐。
这个 Skill 做什么
在需求与技术栈确定后设计并记录系统架构与关键权衡点。
把需求和选定的技术栈变成可执行的系统结构图和权衡记录,帮团队在开工前对服务划分、扩容点和失败域达成一致。适合在分阶段开发前或提议重大结构变更(新服务、扩容重构)时使用。特别之处是把设计理由和关键 trade-offs 写清,给每个开发阶段一个具体目标,便于评审和后续演进。也方便新成员快速理解架构决策来龙去脉。
▸ 展开 SKILL.md 英文原文
Design and document system architecture and trade-offs after requirements and stack selection, before build — or when a structural change (new service, scaling redesign) needs a record.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/architecture/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/architecture/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Architecture ## When to use - After requirements (`.claude/skills/requirements-engineering/SKILL.md`) and stack selection (`.claude/skills/stack-selection/SKILL.md`) are complete and their artifacts (`docs/requirements.md`, `docs/stack.md`) exist. - Before phased build begins, so each phase has a concrete structural target to build toward. - When a significant structural change is proposed: splitting a monolith into services, adding async processing, redesigning for multi-tenancy, adding a second region, introducing an ML inference layer, or any change that moves a trust or data boundary. - When an inherited codebase needs an as-built architecture document before further development — rec
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有