Notre avis
Génère des user stories avec des critères d'acceptation clairs à partir de descriptions de fonctionnalités ou d'exigences produit, pour la planification de sprint et la communication avec l'équipe technique.
Points forts
- Décompose les grandes fonctionnalités en user stories actionnables
- Utilise les critères INVEST pour garantir la qualité des stories
- Fournit des critères d'acceptation testables au format Given/When/Then
- S'aligne sur les personas et les objectifs utilisateurs
Limites
- Nécessite une compréhension préalable détaillée du contexte fonctionnel et des personas
- Peut ne pas couvrir les exigences non fonctionnelles ou système
- Les stories peuvent nécessiter un affinement après la génération initiale
À utiliser lors de la décomposition de spécifications fonctionnelles approuvées en user stories actionnables pour la planification de sprint ou la création de tickets.
Ne pas utiliser lorsque les exigences sont encore ambiguës ou lorsque vous devez explorer les détails de mise en œuvre technique.
Analyse de sécurité
SûrThe skill only provides guidance on creating user stories and acceptance criteria, with no instructions to execute code, access files, or perform any system actions. There are no dangerous commands or data exfiltration risks.
Aucun point d'attention détecté
Exemples
Generate user stories for a login feature that includes email/password and social login via Google and Facebook. Include acceptance criteria using Given/When/Then format.I need user stories for a shopping cart feature that allows users to add items, remove items, and apply discount codes. Please follow the INVEST criteria.Create user stories for a user profile management system where users can view their profile, edit personal information, and delete their account. Include acceptance criteria.name: user-stories description: Generates user stories with clear acceptance criteria from product requirements or feature descriptions. Use when breaking down features for sprint planning, writing tickets, or communicating requirements to engineering. license: Apache-2.0 metadata: category: specification frameworks: [triple-diamond, lean-startup, design-thinking] author: product-on-purpose version: "1.0.0"
User Stories
User stories are concise descriptions of functionality from the user's perspective. They capture who needs something, what they need, and why — without prescribing how to build it. Good user stories enable teams to break large features into estimable, deliverable increments while maintaining focus on user value.
When to Use
- After PRD approval, when breaking down features for implementation
- During sprint planning to create actionable work items
- When writing tickets for engineering teams
- When communicating requirements to stakeholders in accessible terms
- When prioritizing a backlog based on user value
Instructions
When asked to create user stories, follow these steps:
-
Understand the Feature Context Review the PRD or feature description. Understand the overall goal, target users, and scope boundaries. User stories should trace back to documented requirements.
-
Identify User Personas Determine which users interact with this feature. Each story should be written for a specific persona, not generic "users." Different personas may need different stories for the same feature.
-
Break Down by User Goal Decompose the feature into distinct user goals. Each story should deliver a complete, valuable capability — something the user can actually do when the story is done.
-
Write Story Statements Use the format: "As a [persona], I want [action] so that [benefit]." The benefit clause is critical — it explains why this matters and helps prioritize.
-
Define Acceptance Criteria Write specific, testable criteria using Given/When/Then format. Acceptance criteria define "done" — if all criteria pass, the story is complete.
-
Apply INVEST Criteria Validate each story against INVEST: Independent, Negotiable, Valuable, Estimable, Small, Testable. Revise stories that don't meet these criteria.
-
Add Context and Notes Include relevant design references, technical considerations, and dependencies. These help implementers understand the full picture.
Output Format
Use the template in references/TEMPLATE.md to structure the output.
Quality Checklist
Before finalizing, verify:
- [ ] Each story follows "As a... I want... so that..." format
- [ ] Stories are independent (can be built in any order)
- [ ] Acceptance criteria use Given/When/Then format
- [ ] Each criterion is testable (someone can verify pass/fail)
- [ ] Stories are small enough to complete in one sprint
- [ ] No implementation details in the story statement
- [ ] Benefit clause explains why this matters to the user
Examples
See references/EXAMPLE.md for a completed example.
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.