sdd
4
总安装量
4
周安装量
#50349
全站排名
安装命令
npx skills add https://github.com/asiaostrich/universal-dev-standards --skill sdd
Agent 安装分布
antigravity
4
mcpjam
3
claude-code
3
junie
3
windsurf
3
zencoder
3
Skill 文档
Spec-Driven Development Assistant | è¦æ ¼é© åéç¼å©æ
Create, review, and manage specification documents before writing code.
卿°å¯«ç¨å¼ç¢¼åï¼å»ºç«ã審æ¥å管çè¦æ ¼æä»¶ã
Workflow | 工使µç¨
CREATE ââ⺠REVIEW ââ⺠APPROVE ââ⺠IMPLEMENT ââ⺠VERIFY
1. Create – Write Spec | æ°å¯«è¦æ ¼
Define requirements, technical design, acceptance criteria, and test plan.
2. Review – Validate | 審æ¥é©è
Check for completeness, consistency, and feasibility with stakeholders.
3. Approve – Sign Off | æ ¸å
Get stakeholder sign-off before implementation begins.
4. Implement – Code | 實ä½
Develop following the approved spec, referencing requirements and AC.
5. Verify – Confirm | é©è
Ensure implementation matches spec, all tests pass, AC satisfied.
Spec States | è¦æ ¼çæ
| State | Description | 說æ |
|---|---|---|
| Draft | Work in progress | èç¨¿ä¸ |
| Review | Under review | 審æ¥ä¸ |
| Approved | Ready for implementation | å·²æ ¸å |
| Implemented | Code complete | å·²å¯¦ä½ |
| Archived | Completed or deprecated | å·²æ¸æª |
Spec Structure | è¦æ ¼çµæ§
# Feature: [Name]
## Overview
Brief description.
## Requirements
- REQ-001: [Description]
## Acceptance Criteria
- AC-1: Given [context], when [action], then [result]
## Technical Design
[Architecture, API changes, database changes]
## Test Plan
- [ ] Unit tests for [component]
- [ ] Integration tests for [flow]
Usage | ä½¿ç¨æ¹å¼
/sdd - Interactive spec creation wizard | äºåå¼è¦æ ¼å»ºç«ç²¾é
/sdd auth-flow - Create spec for specific feature | çºç¹å®åè½å»ºç«è¦æ ¼
/sdd review - Review existing specs | 審æ¥ç¾æè¦æ ¼
/sdd --sync-check - Check sync status | 檢æ¥åæ¥çæ
Reference | åè
- Detailed guide: guide.md
- Core standard: spec-driven-development.md