user-story-builder

door agent67Nog geen installatiesNog geen likesBijgewerkt op 17 augustus 2026Categorie: Overig

Wat het doet

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

Installeren opent dit item in je AgentsRoom-desktopapp. Is de app nog niet geïnstalleerd, dan word je naar de downloadpagina gestuurd.

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.