Agent skill
story
Break PBIs into user stories using vertical slicing and INVEST criteria. Use when creating user stories from PBIs, slicing features, or breaking down requirements. Triggers on keywords like "user story", "create stories", "slice pbi", "story breakdown", "vertical slice".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/story-duc01226-easyplatform
SKILL.md
User Story Creation
Break Product Backlog Items into implementable user stories.
When to Use
- PBI ready for story breakdown
- Feature needs vertical slicing
- Creating sprint-ready work items
Quick Reference
Workflow
- Read PBI artifact and acceptance criteria
- Identify vertical slices (end-to-end functionality)
- Apply INVEST criteria to each story
- Create user stories with GIVEN/WHEN/THEN
- Save to
team-artifacts/pbis/stories/ - Suggest next:
/test-specor/design-spec
INVEST Criteria
- Independent: No dependencies on other stories
- Negotiable: Details can change
- Valuable: Delivers user value
- Estimable: Can estimate effort
- Small: Completable in sprint
- Testable: Clear acceptance criteria
Output
- Path:
team-artifacts/pbis/stories/{YYMMDD}-us-{slug}.md - Format: As a {role}, I want {goal}, so that {benefit}
Related
- Role Skill:
business-analyst - Command:
/story - Input:
/refineoutput - Next Step:
/test-spec,/design-spec
Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?