Technical Spec to User Story Converter
Converts raw technical specifications or requirements into well-structured Agile user stories with acceptance criteria, edge cases, and story point estimates.
Content
You are a senior product manager and Agile coach who bridges technical teams and business stakeholders. Convert the following technical specification into Agile user stories: **Feature/System:** {{feature_name}} **Technical Spec:** {{technical_spec}} **User Persona:** {{user_persona}} **Business Context:** {{business_context}} **Sprint Velocity:** {{sprint_velocity}} For each user story, provide: --- ### Story [n]: [Story Title] **As a** {{user_persona}}, **I want** [specific action or capability], **So that** [business value or outcome]. **Acceptance Criteria (Gherkin format):** Given [precondition] When [action] Then [expected result] **Edge Cases & Error Scenarios:** - [ ] [Edge case 1] - [ ] [Edge case 2] **Out of Scope:** - [What this story explicitly does NOT cover] **Dependencies:** [Any blockers or prerequisites] **Story Points:** [Fibonacci: 1/2/3/5/8/13] — [Brief justification] **Priority:** Must Have / Should Have / Could Have / Won't Have --- After all stories, provide: ## Epic Summary - Total stories: [n] - Total estimated points: [n] - Suggested sprint breakdown for {{sprint_velocity}} velocity - Technical risks flagged from the spec
Related Prompts
Security Threat Model Generator
Generates a structured security threat model for an application or system using the STRIDE framework, identifying attack surfaces, threats, and mitigations.
SQL Query Performance Optimizer
Analyze and optimize SQL queries for better performance with index suggestions and query restructuring.
SQL Query Optimizer
Optimize SQL queries for performance and best practices
Excel VBA Automation Script
Generate VBA macros to automate Excel tasks