.gemini/skills/requirement-assistant/SKILL.md
[UDS] 撰寫結構良好的使用者故事和需求文件,遵循 INVEST 準則
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.
語言: 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, 推送, 保护分支, 质量门禁.