user-story-writing

user-story-writing is a skill for Claude Code from spjoshis/claude-code-plugins. It costs 30 tokens per session (2,266 once invoked), scanned A, original, no licence file.

A writing aid for turning product needs into clear user stories, which describe what someone should be able to do and why. It uses INVEST guidelines and acceptance criteria, which define when a story is complete.

In plain words
What is it for?
Use it to write user stories, define testable acceptance criteria, split large requests into smaller tasks, and organise agile planning.
Why use it?
It helps replace vague requirements with smaller pieces of work that developers and testers can understand.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the product-owner-management plugin — 4 skills shipped together

Good fit Use it to write user stories, define testable acceptance criteria, split large requests into smaller tasks, and organise agile planning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/spjoshis/claude-code-plugins/user-story-writing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add spjoshis/claude-code-plugins --skill user-story-writing
Clone the repo
git clone --depth 1 https://github.com/spjoshis/claude-code-plugins

Made for: Claude Code.

Or install product-owner-management, the plugin that ships this one along with the rest of its 4 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for user-story-writing

README.md
[![agentmods](https://agentmods.dev/badge/skills/spjoshis/claude-code-plugins/user-story-writing.svg)](https://agentmods.dev/skills/spjoshis/claude-code-plugins/user-story-writing)
Your own site
<a href="https://agentmods.dev/skills/spjoshis/claude-code-plugins/user-story-writing"><img src="https://agentmods.dev/badge/skills/spjoshis/claude-code-plugins/user-story-writing.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,266 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.02266
Opus 5 $0.00015 $0.01133
Sonnet 5 $0.00006 $0.00453
Haiku 4.5 $0.00003 $0.00227

Measured 7d ago against content hash fdf110c73b4d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

user-story-writing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/product-owner-management/skills/user-story-writing/SKILL.md · 346 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 346 lines · 30 tokens per session scan A fdf110c73b4d

Subscribe to this mod's changes

user-story-writing is a skill published in the GitHub repository spjoshis/claude-code-plugins (6 stars, last pushed 7mo ago), with no licence file. It adds 30 tokens to every session and 2,266 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

agent-memory

Use the agent-memory MCP server to retrieve, verify, and store durable project knowledge and global user knowledge before and after non-trivial work.

RashadAnsari/myagents · 31 tokens

dev-conventions

Development conventions: think before coding, simplicity first, reuse and duplication discipline, surgical scope, localization, UI consistency, validation, data alignment, and verifiable success criteria. Activate when writing, reviewing, or refactoring code in any project, or when the user asks to "improve…

RashadAnsari/myagents · 76 tokens

markitdown

Convert files, URLs, and documents to Markdown using the markitdown MCP server. Activate when the user asks to convert, extract, or read content from PDFs, Word docs, PowerPoints, spreadsheets, images, audio files, or any URL.

RashadAnsari/myagents · 54 tokens

eu-ai-act

Reference knowledge on the EU AI Act (Regulation (EU) 2024/1689): risk tiers, obligations, compliance deadlines including the 2026 AI Omnibus changes, penalties, and scope. Activate when the user asks about the EU AI Act, AI regulation in Europe, high-risk AI compliance, AI transparency or watermarking obligations…

RashadAnsari/myagents · 91 tokens

plugin-authoring

Best practices for writing skills, commands, and agents: descriptions, structure, token efficiency, frontmatter, tool scoping, and common authoring mistakes. Activate when creating or editing a SKILL.md, a command file, or an agent file, or when the user asks to "write a skill", "add a command", "create an agent", or…

RashadAnsari/myagents · 81 tokens

research-first

Enforce thorough research before answering or implementing anything non-trivial, including always looking up the latest stable version of any library or dependency. Activate when working on unfamiliar APIs, systems, protocols, security topics, dependency versions, or any concept where guessing would be harmful.

RashadAnsari/myagents · 56 tokens