一键导入
user-story-generator
Generate standalone user stories for features without creating a full PRD. Perfect for backlog grooming and story refinement.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate standalone user stories for features without creating a full PRD. Perfect for backlog grooming and story refinement.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Argue against proposed actions to test judgment quality. Not "is the code correct" but "should we be doing this at all?" Aligned with robustness, not performance.
Orchestrate Claude Code agent teams for parallel multi-agent collaboration
Learn and integrate new APIs, creating permanent skills for external service access.
Create and update CHANGELOG.md with entries that include AI model/CLI attribution, PRD context, and task references.
Audit decisions for judgment quality, compliance bias, and manipulation vulnerability. Inspired by Anthropic's Project Vend Phase 2 finding that helpfulness training creates exploitable attack surface.
Extract visual style from reference UI screenshot and codify into reusable design system.
| name | user-story-generator |
| description | Generate standalone user stories for features without creating a full PRD. Perfect for backlog grooming and story refinement. |
| category | documentation |
Generate well-formed user stories with acceptance criteria for features, without requiring a full PRD. Ideal for quick backlog items, story refinement sessions, or exploring feature ideas.
.md)docs/stories/[feature-name]-stories.mdAsk Clarifying Questions
I'll help generate user stories for [feature name].
Quick questions:
1. Who is the primary user? (customer, admin, developer, etc.)
2. What is the main goal or problem this solves?
3. Are there different user types with different needs?
4. Any specific edge cases or error scenarios to consider?
5. Any acceptance criteria you already have in mind?
Identify User Types
Determine all user personas that interact with this feature:
Generate Primary User Stories
For each major user action, create a story:
## User Story: [Action/Feature Name]
**As a** [user type]
**I want** [specific action]
**So that** [clear benefit/outcome]
**Priority:** High | Medium | Low
**Acceptance Criteria:**
- [ ] [Specific, testable criterion 1]
- [ ] [Specific, testable criterion 2]
- [ ] [Edge case or error handling]
**Out of Scope:**
- [What this story explicitly does NOT include]
**Dependencies:**
- [Other stories, features, or services needed]
**Notes:**
- [Additional context, technical considerations, or design notes]
Generate Edge Case Stories
Don't forget error scenarios:
Generate Admin/Support Stories
If applicable, add stories for:
Define Testable Criteria
For each story, ensure acceptance criteria are:
Good examples:
Bad examples:
Add Story Metadata
Include for each story:
Present Draft to User
I've generated [N] user stories for [feature name]:
- [N] primary user stories
- [N] edge case stories
- [N] admin/support stories
Each story includes:
- User story format (As a/I want/So that)
- Priority
- Acceptance criteria
- Dependencies and notes
Review before I save.
Save User Stories
Save to docs/stories/[feature-name]-stories.md
Summarize Next Steps
User stories created at: docs/stories/[feature-name]-stories.md
Next steps:
1. Review and refine with product owner
2. Add story point estimates (if using)
3. Add to backlog or sprint planning
4. Use as input for task-list generation (if building now)
5. Create PRD if more detail is needed
# User Stories: [Feature Name]
**Generated:** YYYY-MM-DD
**Feature Owner:** [Name or team]
**Status:** Draft | Refined | Ready for Development
---
## Overview
**Feature:** [Brief 1-2 sentence description]
**User Impact:** [Who benefits and how]
**Goal:** [Primary objective]
---
## User Stories
### 1. [Story Title - Primary Action]
**As a** [user type]
**I want** [action]
**So that** [benefit]
**Priority:** High | Medium | Low
**Acceptance Criteria:**
- [ ] [Criterion 1]
- [ ] [Criterion 2]
- [ ] [Criterion 3]
**Out of Scope:**
- [What this doesn't include]
**Dependencies:**
- [Other story or feature]
**Notes:**
- [Design considerations]
- [Technical constraints]
---
### 2. [Story Title - Edge Case]
[Repeat format]
---
### 3. [Story Title - Admin/Support]
[Repeat format]
---
## Story Summary
| # | Story | User Type | Priority | Dependencies |
|---|-------|-----------|----------|--------------|
| 1 | [Short title] | [User] | High | None |
| 2 | [Short title] | [User] | Medium | Story 1 |
**Total Stories:** N
**High Priority:** N | **Medium:** N | **Low:** N
---
## Next Steps
- [ ] Review stories with product owner
- [ ] Add story point estimates
- [ ] Prioritize for sprint planning
- [ ] Add to backlog
- [ ] Consider creating full PRD if needed
---
*User stories generated by agentbootup user-story-generator skill*
Use user-story-generator when:
Use prd-writer instead when:
| Aspect | user-story-generator | prd-writer |
|---|---|---|
| Output | Standalone user stories | Full PRD document |
| Detail | Stories + criteria only | Stories + goals + design + tech specs |
| Use case | Quick backlog items | Comprehensive feature spec |
| Time | small-to-medium complexity | small-to-medium complexity |
| Audience | Dev team, product owner | Entire team + stakeholders |