From enterspeed
Generate well-structured user stories for Enterspeed using the standard team template. Use when someone describes a feature, capability, or user role + goal and needs a formatted user story. Works from rough ideas or specific role+goal inputs. Do not use for bug fixes, technical debt, or retrospective analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/enterspeed:enterspeed-user-storiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates user stories in the Enterspeed standard format from a rough feature description or a specific user role + goal.
Generates user stories in the Enterspeed standard format from a rough feature description or a specific user role + goal.
The user will provide one of:
Both are valid starting points. Work with whatever is given.
### 🎯 User Story
**As a** [user role],
**I want** [capability],
**so that** [benefit].
---
### ✅ Acceptance Criteria
- [ ] [Testable outcome 1]
- [ ] [Testable outcome 2]
- [ ] [Edge case / error behavior]
---
### 🔒 Security
> Security considered — assessed as **low risk**. No auth, input validation, or data exposure concerns identified for this story.
---
### 🔧 Tech Notes (optional)
- [API endpoint, filters, or component reuse — leave blank if unknown]
---
### 📊 Success Criteria
- [What metric or behavior defines "done"?]
---
### 🎨 Design (if applicable)
- [Figma link / mockup reference — leave blank if not applicable]
After the story, add a section like this. Each assumption should be a concise single line — not a full paragraph.
If any of these are wrong, let me know and I'll revise the story.
Enterspeed is a headless CMS and data ingestion platform. Common user roles include:
Keep acceptance criteria and tech notes consistent with this product domain when making inferences.
npx claudepluginhub enterspeedhq/agent-skills --plugin enterspeedGenerates user stories via 3 C's and INVEST criteria with titles, descriptions, design links, and acceptance criteria. For feature breakdown into sprint-sized backlog items.
Writes user stories and acceptance criteria using INVEST principles and Given/When/Then format. Helps teams scope, split, and review backlog items before sprint planning.
Create user stories using Mike Cohn format with Gherkin acceptance criteria. Converts user needs into development-ready stories with clear outcomes and testable conditions.