user_story_template

**I want** [capability or feature],

Content Preview
# User Story

## Story Info

| Field | Value |
|-------|-------|
| **Title** | [Short descriptive title] |
| **Epic** | [Parent epic name/link] |
| **Story Points** | [Estimate] |
| **Priority** | Must Have / Should Have / Nice to Have |
| **Assignee** | [Name] |
| **Sprint** | [Sprint number] |

---

## User Story

**As a** [type of user/role],

**I want** [capability or feature],

**So that** [benefit or value I receive].

---

## Acceptance Criteria

### Scenario 1: [Happy Path]
- **Given** [
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/user_story_template.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/agile-product-owner/assets/user_story_template.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at product-team/agile-product-owner/assets/user_story_template.md

Related Skills