AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pm User Story

skill-jiplet-transformation-os-pm-user-story · by Jiplet

Write clear user stories combining Mike Cohn format with Gherkin acceptance criteria. Use when the user asks to "write a user story", "create acceptance criteria", "format a requirement as a story", or needs to translate user needs into development-ready work.

No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add skill-jiplet-transformation-os-pm-user-story

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jiplet-transformation-os-pm-user-story)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Pm User Story? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Purpose

Create clear, concise user stories that combine Mike Cohn's user story format with Gherkin-style acceptance criteria. Use this to translate user needs into actionable development work that focuses on outcomes, ensures shared understanding between product and engineering, and provides testable success criteria.

This is not a feature spec — it's a conversation starter.

Key Concepts

The Format

Use Case (Mike Cohn):

  • As a [specific persona/role]
  • I want to [action to achieve outcome]
  • so that [desired outcome / motivation]

Acceptance Criteria (Gherkin):

  • Scenario: [Brief description]
  • Given: [Precondition]
  • and Given: [Additional preconditions as needed]
  • When: [Triggering event — one only]
  • Then: [Expected outcome — one only]

Key Rules

  • One When per story. Multiple Whens = split the story.
  • One Then per story. Multiple Thens = split the story.
  • "As a user" is too generic — always use a specific persona.
  • "So that" must reveal the why, not restate the action.

When to Use

  • Translating user needs into development work
  • Backlog grooming and sprint planning
  • Ensuring testable acceptance criteria exist before development

When NOT to Use

  • For pure technical debt or refactoring (use engineering tasks)
  • Before understanding the user problem (write a problem statement first)

Application

Step 1: Gather Context

  • User persona: Who is this for?
  • Problem understanding: What need does this address?
  • Desired outcome: What does success look like?

Step 2: Write the Story

### User Story [ID]:

- **Summary:** [Brief, value-focused title]

#### Use Case:
- **As a** [specific persona, not "user"]
- **I want to** [action the user takes]
- **so that** [desired outcome — the WHY]

#### Acceptance Criteria:
- **Scenario:** [Human-readable description of the scenario]
- **Given:** [Initial context / precondition]
- **and Given:** [Additional preconditions]
- **When:** [Single triggering event]
- **Then:** [Single measurable expected outcome]

Step 3: Quality Checks

  • "As a" specificity: Specific persona, not "user"
  • "So that" clarity: Reveals motivation, doesn't restate the action
  • One When/Then: If you have more, split the story
  • Testability: Can QA verify "Then" happened?
  • INVEST: Independent, Negotiable, Valuable, Estimable, Small, Testable

Example

### User Story 042:

- **Summary:** Enable Google login for trial users to reduce signup friction

#### Use Case:
- **As a** trial user visiting the app for the first time
- **I want to** log in using my Google account
- **so that** I can access the app without creating and remembering a new password

#### Acceptance Criteria:
- **Scenario:** First-time trial user logs in via Google OAuth
- **Given:** I am on the login page
- **and Given:** I have a Google account
- **When:** I click "Sign in with Google" and authorise the app
- **Then:** I am logged in and redirected to the onboarding flow

Common Pitfalls

  • Technical tasks as stories: "As a developer, I want to refactor..." → not a user story
  • Generic persona: "As a user" → use specific role
  • "So that" restates action: "I want to save, so that I can save" → dig into motivation
  • Multiple When/Then: split the story
  • Untestable criteria: "Then it's faster" → "Then the page loads in under 2 seconds"

Related Skills

  • pm-proto-persona — Defines the "As a [persona]" section
  • pm-problem-statement — Stories should address validated problems

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.