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
Database Migration Plan
Create a comprehensive plan for migrating between databases
API Documentation Generator
Generate comprehensive API documentation from code or specifications
RAG System Architect
Build a Retrieval-Augmented Generation system with proper chunking, embedding, and retrieval strategies
Database Schema Designer
Design a production-ready database schema from a plain-language description, including tables, relationships, indexes, and migration SQL.