user-story-writer
Generate and validate user stories from requirements with INVEST validation and acceptance criteria
What this skill does
# User Story Writer ## Overview The User Story Writer skill provides specialized capabilities for creating, validating, and managing user stories from business requirements. This skill enables conversion of traditional requirements into agile user stories with proper structure, validation against INVEST criteria, and comprehensive acceptance criteria. ## Capabilities ### BRD to User Story Conversion - Convert Business Requirements Document requirements to user stories - Extract user personas from requirement context - Identify value propositions for each story - Maintain traceability to source requirements ### INVEST Criteria Validation - Validate user stories against INVEST criteria - Score each criterion: Independent, Negotiable, Valuable, Estimable, Small, Testable - Generate improvement suggestions for non-compliant stories - Create validation reports ### Acceptance Criteria Generation - Generate acceptance criteria using Given-When-Then format (Gherkin) - Ensure criteria are testable and specific - Cover happy path and edge cases - Link criteria to user story goals ### Epic Story Splitting - Split epic stories into smaller, deliverable stories - Maintain story coherence and value - Create story hierarchies (Epic > Feature > Story) - Preserve acceptance criteria through splits ### Story Point Estimation - Estimate story points using historical data patterns - Apply relative sizing techniques - Factor in complexity, uncertainty, and effort - Generate estimation confidence levels ### Story Mapping - Create user story maps for release planning - Organize by user activities and tasks - Define release slices (MVP, v1, v2) - Visualize story dependencies ### Job Story Conversion - Convert between user stories and job stories - Apply Jobs-to-be-Done framework - Focus on situation, motivation, and outcome - Support both formats interchangeably ## Usage ### Convert Requirements to User Stories ``` Convert these requirements to user stories: [BRD requirements list] Include persona identification and acceptance criteria for each story. ``` ### Validate User Stories ``` Validate these user stories against INVEST criteria: [User story list] Provide scores and improvement recommendations. ``` ### Split Epic Story ``` Split this epic into smaller user stories: [Epic description] Maintain value delivery and generate acceptance criteria for each. ``` ### Create Story Map ``` Create a story map for this product: [Product description and user activities] Organize by user journey and define release slices. ``` ## Process Integration This skill integrates with the following business analysis processes: - user-story-development.js - Core user story creation - requirements-elicitation-workshop.js - Story identification during elicitation - brd-creation.js - Requirements to stories conversion ## Dependencies - Story templates and formats - INVEST scoring algorithms - Estimation models and historical data - Story mapping visualization ## User Story Frameworks Reference ### Standard User Story Format ``` As a [type of user], I want [some goal], So that [some reason/benefit]. ``` ### Job Story Format ``` When [situation], I want to [motivation], So I can [expected outcome]. ``` ### INVEST Criteria | Criterion | Description | Validation Question | |-----------|-------------|---------------------| | Independent | Can be developed in any order | Does this story depend on other stories? | | Negotiable | Details can be refined | Is there room for discussion? | | Valuable | Delivers user/business value | What value does this provide? | | Estimable | Can be sized | Can we estimate the effort? | | Small | Fits in a sprint | Can it be completed in one sprint? | | Testable | Has clear acceptance criteria | How will we know it's done? | ### Given-When-Then Format ``` Given [precondition/context] When [action/trigger] Then [expected outcome] And [additional outcome] ``` ### Story Splitting Patterns 1. **Workflow steps**: Split by process steps 2. **Business rules**: One rule per story 3. **Happy/Unhappy paths**: Separate error handling 4. **Input options**: Different input methods 5. **Data variations**: Different data types 6. **Interfaces**: Different UI implementations 7. **Operations**: CRUD operations separately 8. **Performance**: Separate performance optimization ### Story Point Scale (Fibonacci) | Points | Description | |--------|-------------| | 1 | Trivial, well-understood | | 2 | Small, minor complexity | | 3 | Medium, some unknowns | | 5 | Medium-large, notable complexity | | 8 | Large, significant unknowns | | 13 | Very large, should consider splitting | | 21+ | Epic, must be split |
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.