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进一步探索需求空间
development
[UDS] 扫描代码库的调试残留与代码质量问题;可自动修正安全模式。 Use when: before committing, during PR review, or periodic codebase cleanup. Keywords: sweep, debug cleanup, console.log, debugger, TODO, ts-any, code quality, 扫描, 清理.
tools
[UDS] 从规格衍生 BDD 场景、TDD 骨架或 ATDD 表格
development
[UDS] 识别重复流程并以正确的开发深度构建 Skill
tools
[UDS] AI 辅助 git push 安全层:质量门禁 + 协作护栏。 Use when: pushing commits, force pushing, pushing to protected branches, pushing feature branches. Keywords: git push, force push, protected branch, quality gate, push receipt, PR automation, 推送, 保护分支, 质量门禁.