locales/zh-CN/skills/requirement-assistant/SKILL.md
编写结构良好的用户故事和需求文件,遵循 INVEST 准则。 使用时机:编写需求、定义用户故事、验收条件。 关键字:requirement, user story, INVEST, acceptance criteria, 需求, 用户故事, 验收条件。
npx skillsauth add asiaostrich/universal-dev-standards locales/zh-CN/skills/requirement-assistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
语言: English | 简体中文
编写结构良好的用户故事和需求文件,遵循 INVEST 准则。
As a [role],
I want [feature],
So that [benefit].
### Acceptance Criteria
- [ ] Given [context], when [action], then [result]
- [ ] Given [context], when [action], then [result]
| 准则 | 说明 | Criterion | Description | |------|------|-----------|-------------| | Independent | 可独立开发 | Independent | Can be developed separately | | Negotiable | 可协商细节 | Negotiable | Details can be discussed | | Valuable | 提供用户价值 | Valuable | Delivers value to user | | Estimable | 可估算工作量 | Estimable | Can estimate effort | | Small | 适合单一迭代 | Small | Fits in one sprint | | Testable | 有明确测试标准 | Testable | Has clear test criteria |
/requirement - 交互式需求编写向导/requirement user login - 为功能编写需求/requirement "users can export data" - 根据描述编写需求/requirement 完成后,AI 助手应建议:
需求文档已完成。建议下一步:
- 执行
/sdd建立规格文档- 执行
/atdd定义验收测试- 执行
/brainstorm进一步探索需求空间
tools
[UDS] 從規格衍生 BDD 場景、TDD 骨架或 ATDD 表格
development
[UDS] /methodology: 選擇並追蹤開發方法論(SDD/BDD/TDD)。 Use when: 選擇方法論、切換開發模式、查詢當前方法論狀態。 若要查詢各階段對應指令請用 /dev-workflow。
testing
[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables from specifications
development
[UDS] Create or review specification documents for Spec-Driven Development