重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
npx skills add https://github.com/s-hiraoku/synapse-a2a --skill system-design指导架构决策并生成结构化设计文档。
在设计之前,收集:
在继续之前,请用户澄清任何模糊的需求。
将系统分解为组件:
对于每个重要决策,至少记录 2 个选项:
| 标准 | 选项 A | 选项 B |
|---|---|---|
| 复杂度 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| ... |
| ... |
| 可扩展性 | ... | ... |
| 运营成本 | ... | ... |
| 团队熟悉度 | ... | ... |
推荐一个选项并附上清晰的推理。
输出一个结构化的设计文档:
# 设计:<标题>
## 背景
[问题陈述和动机]
## 需求
- 功能性:...
- 非功能性:...
## 架构
[组件图或描述]
## 关键决策
| 决策 | 选择 | 理由 |
|----------|--------|-----------|
| ... | ... | ... |
## 数据模型
[模式或实体关系]
## API 接口
[关键端点或接口]
## 风险与缓解措施
| 风险 | 影响 | 缓解措施 |
|------|--------|------------|
| ... | ... | ... |
## 待解决问题
- ...
在最终确定之前,请验证:
每周安装次数
65
代码仓库
首次出现
2026 年 2 月 11 日
安全审计
安装于
codex63
opencode63
gemini-cli62
github-copilot62
kimi-cli62
amp62
Guide architectural decisions and produce structured design artifacts.
Before designing, gather:
Ask the user to clarify any ambiguous requirements before proceeding.
Break the system into components:
For each significant decision, document at least 2 options:
| Criterion | Option A | Option B |
|---|---|---|
| Complexity | ... | ... |
| Scalability | ... | ... |
| Operational cost | ... | ... |
| Team familiarity | ... | ... |
Recommend one option with clear reasoning.
Output a structured design document:
# Design: <Title>
## Context
[Problem statement and motivation]
## Requirements
- Functional: ...
- Non-functional: ...
## Architecture
[Component diagram or description]
## Key Decisions
| Decision | Choice | Rationale |
|----------|--------|-----------|
| ... | ... | ... |
## Data Model
[Schema or entity relationships]
## API Surface
[Key endpoints or interfaces]
## Risks & Mitigations
| Risk | Impact | Mitigation |
|------|--------|------------|
| ... | ... | ... |
## Open Questions
- ...
Before finalizing, verify:
Weekly Installs
65
Repository
First Seen
Feb 11, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex63
opencode63
gemini-cli62
github-copilot62
kimi-cli62
amp62
API设计指南:REST/GraphQL设计原则、规范文档与版本控制策略
11,500 周安装