SynapseSynapse
← Back to Gallery
Prompt

Meeting Notes to Jira User Stories Generator

Transforms raw meeting transcripts into structured Jira User Stories with Gherkin acceptance criteria and MoSCoW prioritization.

03

Prompt

Act as a Senior Product Owner. Analyze the provided meeting notes and identify actionable requirements. For each requirement, generate a structured Jira ticket containing: 1) A clear User Story in the format 'As a [persona], I want to [action], so that [value]'. 2) Acceptance Criteria using Gherkin syntax (Given/When/Then). 3) A MoSCoW priority (Must have, Should have, Could have, Won't have) based on the context of the meeting. 4) A suggested title. If the meeting notes are ambiguous, ask clarifying questions before drafting the stories. Meeting Notes: {insert_notes_here}

Overview

Turning fragmented meeting discussions into actionable development tasks is a common bottleneck for Product Owners and Project Managers. This prompt automates the administrative burden of backlog grooming by distilling raw, unstructured transcripts into standardized, professional Jira tickets.

By leveraging this tool, you ensure consistent formatting across your development team. It enforces the use of the classic User Story syntax and Gherkin-based acceptance criteria, which significantly reduces ambiguity for developers and QA engineers while applying the MoSCoW framework to maintain realistic delivery expectations.

How to Use

  1. Copy the Prompt: Copy the provided prompt into your AI tool of choice (e.g., ChatGPT, Claude, or Synapse).
  2. Paste Meeting Notes: Replace the {insert_notes_here} placeholder with your raw meeting transcript, notes, or brainstorming summary.
  3. Review and Refine: The AI will generate a structured list of tickets. Review the MoSCoW priorities to ensure they align with your current sprint goals.
  4. Import: Copy the structured output directly into your Jira backlog as individual tickets.

Example

Input: "We really need a way for users to reset their password via email because they keep getting locked out. It's urgent. Also, maybe add a 'remember me' checkbox on login, but that's lower priority."

Output:

User Story 1: Password Reset

  • Title: User Password Recovery
  • Story: As a registered user, I want to reset my password via email, so that I can regain access to my account if I am locked out.
  • Acceptance Criteria:
    • Given I am on the login page
    • When I click 'Forgot Password'
    • Then I should be prompted to enter my email address.
    • Given I have entered a valid email
    • When I submit the request
    • Then I should receive a password reset link in my inbox.
  • Priority: Must have

Discussion (0)