Summary
软件设计文档规范集合,包含产品蓝图(blueprint-spec)、架构设计文档(architecture-spec)、功能需求规格(prd-spec)、测试规格(test-spec)和文档审校与润色(docs-review-spec)的完整规范。当需要编写、维护、检查或润色设计文档时,根据文档类型引用对应规范,并在首…
zhuxining/skills · Archived
软件设计文档规范集合,?
npx skills add zhuxining/skills --skill code-docs-spec
软件设计文档规范集合,包含产品蓝图(blueprint-spec)、架构设计文档(architecture-spec)、功能需求规格(prd-spec)、测试规格(test-spec)和文档审校与润色(docs-review-spec)的完整规范。当需要编写、维护、检查或润色设计文档时,根据文档类型引用对应规范,并在首…
This repository is archived — consider an actively maintained alternative.
Obsidian CLI 操作 MyObsidian vault 的强制协议。每当用户提到 Obsidian、vault、知识库、笔记、Dail…
43 installsSuite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern fr…
5 installsRelated neighbors and high-traction skills in the same topics — useful to compare before installing.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existi…
866.4K installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsOther skills from zhuxining/skills · top by installs.
npx skills add zhuxining/skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
3,887 B
SUMMARY.md
414 B
本技能提供四套规范,覆盖软件设计的主要文档类型:
blueprint-spec.md) — 产品存在理由、核心命题、价值边界、长期演进方向architecture-spec.md) — 系统架构、模块边界、接口契约、技术决策prd-spec.md) — 用户可见功能、验收标准、范围界定、非功能需求test-spec.md) — 测试策略、测试边界、测试用例另提供一套通用交付前质量门:
docs-review-spec.md) — 首次成稿后的合规检查、结构优化、语言润色与交付前确认步骤 1:判断文档类型
变更涉及...
├── 文档审校/润色/合规检查 → docs-review-spec + 对应文档规范
├── 产品定位/核心命题/长期方向 → blueprint-spec
├── 架构/接口/技术决策 → architecture-spec
├── 用户可见功能/需求范围 → prd-spec
└── 测试策略/测试边界/测试用例 → test-spec
步骤 2:读取对应规范文件
references/blueprint-spec.mdreferences/architecture-spec.mdreferences/prd-spec.mdreferences/test-spec.mdreferences/docs-review-spec.md步骤 3:按规范中的 Agent 执行工作流操作
每套规范均包含:触发条件判断 → 文档结构 → 写作规则 → 自检清单。
步骤 4:首次成稿后执行交付前质量门
references/docs-review-spec.mddocs-review-spec 完成合规检查与润色优化docs-review-spec 后,才能交付或将 draft 标记为 active规则强度标记(四套规范统一):
文档状态标注(所有设计文档统一格式):
> **Status**: `draft` | `active`
废弃文档移入 deprecated/ 文件夹,文件头部添加 > Superseded by: [链接]。
状态转换规则:
draft → active:对应规范的自检清单与 docs-review-spec 全部通过后标记deprecated/ 文件夹;无替代文档则直接删除目录结构:
docs/
├── blueprint/
│ ├── 00-overview.md
│ ├── NN-product-area.md
│ ├── deprecated/
│ └── reference/
├── architecture/
│ ├── 00-overview.md
│ ├── NN-module.md
│ ├── NN.MM-sub-module.md
│ ├── deprecated/
│ └── reference/
├── prd/
│ ├── 00-overview.md
│ ├── NN-feature.md
│ ├── NN.MM-sub-feature.md
│ ├── deprecated/
│ └── reference/
└── test/
├── 00-overview.md
├── 10-plan-system.md
├── 20-cases-module.md
├── deprecated/
└── reference/
PROHIBITED 以下做法: