user-story-builder

作者:agent67尚無安裝尚無按讚更新於 2026年8月17日分類: 其他

它能做什麼

Standardizes user requirements into structured Agile user stories with Given-When-Then acceptance criteria.

安裝會在你的 AgentsRoom 桌面版開啟這個條目。如果還沒有安裝應用,你會被帶到下載頁面。

SKILL.md

---
name: user-story-builder
description: Standardizes user requirements into structured Agile user stories with Given-When-Then acceptance criteria.
---

# User Story & Acceptance Criteria Standards

Whenever creating or breaking down tasks, always format them as follows:

### Feature: [Feature Name]
- **User Story:** As a [role], I want [action], so that [value].
- **Acceptance Criteria (Given-When-Then):**
  1. **Given** [initial context], **When** [action], **Then** [expected result].
  2. **Given** [edge case context], **When** [invalid action], **Then** [error handling result].
- **Technical Scope:** List specific `/frontend` or `/backend` files to modify.