Writes user stories and requirements following INVEST criteria with acceptance criteria, checklists, and validation. Useful for agile feature definition and planning.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin asiaostrich-universal-dev-standardsThis skill is limited to using the following tools:
Write well-structured user stories and requirements following INVEST criteria.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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