ElasticFlow
HubAll SkillsBy DepartmentBy RoleBy ToolBy MetricMCPsPublishers
WebsiteLoginSign Up
ElasticFlow

Transform your business with AI-powered workflow automation. One unified platform for all your enterprise needs.

Follow us

Platform

  • Features
  • Benefits
  • Use Cases
  • Workflow Library

Use Cases

  • Sales
  • Marketing
  • Finance & Legal
  • HR

Catalogue

  • Departments
  • Roles
  • Tools
  • Metrics
  • Platforms

Growth

  • Referral Program
  • Partners

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Acceptable Use
  • Security
  • SLA

© 2026 ElasticFlow. All rights reserved.

ElasticFlow
HubAll SkillsBy DepartmentBy RoleBy ToolBy MetricMCPsPublishers
WebsiteLoginSign Up
ElasticFlow

Transform your business with AI-powered workflow automation. One unified platform for all your enterprise needs.

Follow us

Platform

  • Features
  • Benefits
  • Use Cases
  • Workflow Library

Use Cases

  • Sales
  • Marketing
  • Finance & Legal
  • HR

Catalogue

  • Departments
  • Roles
  • Tools
  • Metrics
  • Platforms

Growth

  • Referral Program
  • Partners

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Acceptable Use
  • Security
  • SLA

© 2026 ElasticFlow. All rights reserved.

ElasticFlow
HubAll SkillsBy DepartmentBy RoleBy ToolBy MetricMCPsPublishers
WebsiteLoginSign Up
  1. Hub
  2. All Skills
  3. User Stories
Available in:🇬🇧 English🇫🇷 Français
AI SkillWrite storiesProduct & Engineering

Break product scope into user stories with clear acceptance criteria. — Claude Skill

A Claude Skill for Claude Code by Paweł Huryn — run /write-stories in Claude·Updated Jun 13, 2026·vmain@d384f0c

Compatible withGChatGPTClaudeClaudeCCClaude CodeXCodex / Codex CLICursorCursorGeminiGemini

Converts features, designs, and PRD context into small user stories using the 3 Cs and INVEST criteria, with testable acceptance criteria, edge cases, and sprint-readiness notes.

  • Turns a feature or PRD into stories that explain who needs what and why.
  • Uses Card, Conversation, and Confirmation so stories carry intent, not just tasks.
  • Applies INVEST criteria so stories stay independent, small, valuable, and testable.
  • Writes acceptance criteria, edge cases, and out-of-scope notes that QA, design, and engineering can verify.
YouToday

The team creates a large ticket called “Build onboarding checklist,” then discovers edge cases during implementation.

With /write-stories

Run /write-stories to split the feature into user-centered stories with clear acceptance criteria before sprint planning.

1 Paste feature scope and design context2 Identify user roles and journeys3 Split into small stories4 Add acceptance criteria and edge cases

Who this is for

Product Manager

Convert feature scope into user stories with enough context for engineering and QA.

See skills for this role
Project Manager

Improve sprint readiness with smaller, testable stories instead of vague feature tickets.

See skills for this role

What it does

Backlog creation

Break a feature into sprint-sized stories with acceptance criteria.

Design handoff

Turn Figma flows and PRD notes into implementation-ready backlog items.

QA preparation

Make the expected behavior testable before engineering starts.

How it works

1

Read the feature, PRD, design link, user roles, and assumptions.

2

Identify distinct user journeys and split the work into independent stories.

3

Write each story as user, action, and benefit.

4

Add acceptance criteria covering normal behavior, edge cases, validation, accessibility, and integrations.

5

Flag stories that are too large, blocked by missing decisions, or not ready for sprint planning.

Input options

Feature or PRD

The scope that needs to become backlog items.

Example

Feature and rules
Feature: onboarding checklist for new workspace admins.
Users: workspace admin, invited teammate, support agent.
Rules: show checklist only during first 14 days; reminders can be sent once per teammate per day; completed tasks should not distract; support needs event history.
Structured user stories
Story template
**Title:** Admin sees setup progress
**User story:** As a workspace admin, I want to see incomplete setup steps so that I know what is blocking activation.
**Conversation:** The checklist is an onboarding aid, not a permanent dashboard.
Acceptance criteria
1. Checklist appears only for workspaces less than 14 days old.
2. Current activation blocker appears first.
3. Completed tasks are marked complete or visually de-emphasized.
4. If all tasks are complete, the empty state says setup is done.
5. Checklist is usable with keyboard navigation and screen readers.
Second story
**Title:** Admin sends teammate invite reminder
**User story:** As a workspace admin, I want to remind invited teammates from the checklist so setup does not stall.
**Acceptance criteria:** reminder appears only for pending invites; one reminder per teammate per day; success/failure message is visible; reminder event is logged.
INVEST check
| Criterion | Status |
|---|---|
| Independent | Progress view and reminder can ship separately |
| Valuable | Both support activation goal |
| Small | Each story fits a sprint |
| Testable | Acceptance criteria cover normal, edge, and accessibility cases |

Metrics this improves

Ticket Cycle Time
Reduces rework caused by unclear requirements and missing edge cases.
Product & Engineering
Issue Hygiene
Improves ticket clarity by adding user intent, constraints, and testable criteria.
Product & Engineering

Works with

Jira
manual

Turn generated stories and acceptance criteria into Jira backlog items.

Linear
manual

Turn generated stories and acceptance criteria into Linear issues.

Confluence
manual

Keep story context, designs, and acceptance criteria visible to reviewers.

Want to use User Stories?

Choose how to get started.

Run in Claude Code
Free. Open source.

Install and run this skill locally on your computer.

1
Install Claude Code

Open a terminal on your computer and paste this command:

2
Install the skill

This downloads the skill with all its files to your computer:

Add -g at the end to make it available in all your projects.

3
Run it

Start Claude Code, then type the command:

then
View source on GitHub
Use on ElasticFlow
Team and collaboration features

Run skills from your browser. Share results, manage access, collaborate with your team. No terminal needed.

Free 14-day trial. Cancel anytime.

View on GitHub

User Stories

Create user stories following the 3 C's (Card, Conversation, Confirmation) and INVEST criteria. Generates stories with descriptions, design links, and acceptance criteria.

Use when: Writing user stories, breaking down features into stories, creating backlog items, or defining acceptance criteria.

Arguments:

  • $PRODUCT: The product or system name
  • $FEATURE: The new feature to break into stories
  • $DESIGN: Link to design files (Figma, Miro, etc.)
  • $ASSUMPTIONS: Key assumptions or context

Step-by-Step Process

  1. Analyze the feature based on provided design and context
  2. Identify user roles and distinct user journeys
  3. Apply 3 C's framework:
    • Card: Simple title and one-liner
    • Conversation: Detailed discussion of intent
    • Confirmation: Clear acceptance criteria
  4. Respect INVEST criteria: Independent, Negotiable, Valuable, Estimable, Small, Testable
  5. Use plain language a primary school graduate can understand
  6. Link to design files for visual reference
  7. Output user stories in structured format

Story Template

Title: [Feature name]

Description: As a [user role], I want to [action], so that [benefit].

Design: [Link to design files]

Acceptance Criteria:

  1. [Clear, testable criterion]
  2. [Observable behavior]
  3. [System validates correctly]
  4. [Edge case handling]
  5. [Performance or accessibility consideration]
  6. [Integration point]

Example User Story

Title: Recently Viewed Section

Description: As an Online Shopper, I want to see a 'Recently viewed' section on the product page to easily revisit items I considered.

Design: [Figma link]

Acceptance Criteria:

  1. The 'Recently viewed' section is displayed at the bottom of the product page for every user who has previously viewed at least 1 product.
  2. It is not displayed for users visiting the first product page of their session.
  3. The current product itself is excluded from the displayed items.
  4. The section showcases product cards or thumbnails with images, titles, and prices.
  5. Each product card indicates when it was viewed (e.g., 'Viewed 5 minutes ago').
  6. Clicking on a product card leads the user to the corresponding product page.

Output Deliverables

  • Complete set of user stories for the feature
  • Each story includes title, description, design link, and 4-6 acceptance criteria
  • Stories are independent and can be developed in any order
  • Stories are sized for one sprint cycle
  • Stories reference related design documentation

Further Reading

  • How to Write User Stories: The Ultimate Guide

Reference documents


name: user-stories description: "Create user stories following the 3 C's (Card, Conversation, Confirmation) and INVEST criteria with descriptions, design links, and acceptance criteria. Use when writing user stories, breaking down features into backlog items, or defining acceptance criteria."

User Stories

Create user stories following the 3 C's (Card, Conversation, Confirmation) and INVEST criteria. Generates stories with descriptions, design links, and acceptance criteria.

Use when: Writing user stories, breaking down features into stories, creating backlog items, or defining acceptance criteria.

Arguments:

  • $PRODUCT: The product or system name
  • $FEATURE: The new feature to break into stories
  • $DESIGN: Link to design files (Figma, Miro, etc.)
  • $ASSUMPTIONS: Key assumptions or context

Step-by-Step Process

  1. Analyze the feature based on provided design and context
  2. Identify user roles and distinct user journeys
  3. Apply 3 C's framework:
    • Card: Simple title and one-liner
    • Conversation: Detailed discussion of intent
    • Confirmation: Clear acceptance criteria
  4. Respect INVEST criteria: Independent, Negotiable, Valuable, Estimable, Small, Testable
  5. Use plain language a primary school graduate can understand
  6. Link to design files for visual reference
  7. Output user stories in structured format

Story Template

Title: [Feature name]

Description: As a [user role], I want to [action], so that [benefit].

Design: [Link to design files]

Acceptance Criteria:

  1. [Clear, testable criterion]
  2. [Observable behavior]
  3. [System validates correctly]
  4. [Edge case handling]
  5. [Performance or accessibility consideration]
  6. [Integration point]

Example User Story

Title: Recently Viewed Section

Description: As an Online Shopper, I want to see a 'Recently viewed' section on the product page to easily revisit items I considered.

Design: [Figma link]

Acceptance Criteria:

  1. The 'Recently viewed' section is displayed at the bottom of the product page for every user who has previously viewed at least 1 product.
  2. It is not displayed for users visiting the first product page of their session.
  3. The current product itself is excluded from the displayed items.
  4. The section showcases product cards or thumbnails with images, titles, and prices.
  5. Each product card indicates when it was viewed (e.g., 'Viewed 5 minutes ago').
  6. Clicking on a product card leads the user to the corresponding product page.

Output Deliverables

  • Complete set of user stories for the feature
  • Each story includes title, description, design link, and 4-6 acceptance criteria
  • Stories are independent and can be developed in any order
  • Stories are sized for one sprint cycle
  • Stories reference related design documentation

Further Reading

  • How to Write User Stories: The Ultimate Guide
ElasticFlow

Transform your business with AI-powered workflow automation. One unified platform for all your enterprise needs.

Follow us

Platform

  • Features
  • Benefits
  • Use Cases
  • Workflow Library

Use Cases

  • Sales
  • Marketing
  • Finance & Legal
  • HR

Catalogue

  • Departments
  • Roles
  • Tools
  • Metrics
  • Platforms

Growth

  • Referral Program
  • Partners

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Acceptable Use
  • Security
  • SLA

© 2026 ElasticFlow. All rights reserved.