home/productivity/create-user-stories

Create User Stories

GPTClaudeDeepSeek··1,054 copies·updated 2026-07-14
create-user-stories.prompt
# Create User Stories

## Purpose
Convert a technical goal into user stories and acceptance criteria.

## When to Use
Use when planning implementation work for a team backlog.

## Inputs Needed
- `<PROJECT_NAME>`
- `<TASK>`
- `<CONSTRAINTS>`
- `<OUTPUT_FORMAT>`

## Prompt
Create user stories for `<TASK>` in `<PROJECT_NAME>`.

Constraints: `<CONSTRAINTS>`

Include user stories, acceptance criteria, dependencies, risks, and test notes.

Output format: `<OUTPUT_FORMAT>`

## Expected Output
Backlog-ready user stories with clear acceptance criteria.

## Quality Rules
- Keep stories independently deliverable where possible.
- Include measurable acceptance criteria.
- Avoid private project details.
- Include testing expectations.

when to use it

Community prompt sourced from the open-source GitHub repo nprasann/ai-engineering-prompt-templates (MIT). A "Create User Stories" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

nprasann/ai-engineering-prompt-templates · MIT