skills/requirement-assistant/SKILL.md
[UDS] Write user stories and requirements following INVEST criteria
npx skillsauth add asiaostrich/universal-dev-standards requirementInstall 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.
Write well-structured user stories and requirements following INVEST criteria.
撰寫結構良好的使用者故事和需求文件,遵循 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 | Can be developed separately | 可獨立開發 | | Negotiable | Details can be discussed | 可協商細節 | | Valuable | Delivers value to user | 提供使用者價值 | | Estimable | Can estimate effort | 可估算工作量 | | Small | Fits in one sprint | 適合單一迭代 | | Testable | Has clear test criteria | 有明確測試標準 |
/requirement - Interactive requirement wizard | 互動式需求精靈
/requirement user login - Write requirement for feature | 為功能撰寫需求
/requirement "users can export data" - Based on description | 根據描述撰寫
After /requirement completes, the AI assistant should suggest:
需求文件已完成。建議下一步 / Requirement document complete. Suggested next steps:
- 執行
/sdd建立規格文件 ⭐ Recommended / 推薦 — Create a specification document- 執行
/atdd定義驗收測試 — Define acceptance tests- 執行
/brainstorm進一步探索需求空間 — Explore the requirement space further
完整的 AI 行為定義請參閱對應的命令文件:
/requirementFor complete AI agent behavior definition, see the corresponding command file:
/requirement
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, 推送, 保护分支, 质量门禁.