
User Story Writer
Write user stories with real acceptance criteria — not tautologies, not implementation instructions, but observable outcomes engineers can test.
- Convert rough feature ideas into groomed backlog items
- Generate testable Given/When/Then acceptance criteria
- Split large epics into estimable stories along value seams
$8.99
· or 45 creditsSecure checkout via Stripe
Included in download
- Convert rough feature ideas into groomed backlog items
- Generate testable Given/When/Then acceptance criteria
Sample input
Write a story for a premium user to export their billing history as a CSV from the settings dashboard. Stack is React and Node.
Sample output
Story: Export Billing History As a Premium Subscriber, I want to download my payment history as a CSV so I can reconcile my taxes.
Acceptance Criteria
- GIVEN a user with no payments, THEN the export button is disabled.
- GIVEN a success event, CSV downloads within 5 seconds.
Write user stories with real acceptance criteria — not tautologies, not implementation instructions, but observable outcomes engineers can test.
$8.99
· or 45 creditsSecure checkout via Stripe
Included in download
- Convert rough feature ideas into groomed backlog items
- Generate testable Given/When/Then acceptance criteria
- Instant install
Sample input
Write a story for a premium user to export their billing history as a CSV from the settings dashboard. Stack is React and Node.
Sample output
Story: Export Billing History As a Premium Subscriber, I want to download my payment history as a CSV so I can reconcile my taxes.
Acceptance Criteria
- GIVEN a user with no payments, THEN the export button is disabled.
- GIVEN a success event, CSV downloads within 5 seconds.
About This Skill
'As a user, I want to manage my settings so that I can manage my settings' — the tautological user story is so common it has become a running joke, and it's only the most visible symptom. Acceptance criteria written as implementation instructions ('the button should be blue') tell engineers what to build, not what done looks like. This skill writes user stories where the job-to-be-done is specific enough to distinguish this feature from a hundred similar ones, the acceptance criteria are observable outcomes a tester can verify without reading the source code, and edge cases are surfaced as explicit scenarios rather than discovered in review. It also flags stories that are too large to estimate reliably and suggests the split. Describe the feature and the user; get back stories your team can estimate, build, and test without a follow-up conversation.
Use Cases
- Convert rough feature ideas into groomed backlog items
- Generate testable Given/When/Then acceptance criteria
- Split large epics into estimable stories along value seams
- Identify hidden scope in error states and edge cases
Known Limitations
- May struggle with highly niche legacy hardware stacks.
- Doesn't provide visual prototypes.
- Best results with Sonnet 3.5.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/user-story-writer -o /tmp/user-story-writer.zip && unzip -o /tmp/user-story-writer.zip -d ~/.claude/skills && rm /tmp/user-story-writer.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Compatible with SKILL.md-compatible agents including Claude Code and Cursor.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.