Writing user stories from requirements is tedious. AI converts them automatically in proper format.
The Prompt:
Convert these requirements to user stories: [Paste requirements document] Format each as: - As a [role] - I want [feature] - So that [benefit] Also include: - Acceptance criteria (Given/When/Then) - Story points estimate (1-13 scale) - Priority (High/Medium/Low) - Dependencies (if any) Group by epic/feature area.
Example Input:
"System should allow users to reset password via email"
AI Output:
**User Story:** As a registered user I want to reset my password via email So that I can regain access if I forget my password **Acceptance Criteria:** - Given I'm on login page - When I click "Forgot Password" - Then I see email input form - Given I enter valid email - When I submit - Then I receive reset link within 5 minutes **Story Points:** 5 **Priority:** High **Dependencies:** Email service configured
