Story Summary
Distill a user story into a quick-reference synopsis that can be scanned in 30 seconds and used for documentation, handoff, or backlog overview.
Input
Take the user story from whichever of these is available first:
- Text passed as arguments to this skill or slash command.
- A file reference like
@path/to/story.md— read the file first. - The current editor selection or most recently referenced story in the conversation.
- If none of the above, ask the user to paste the story or point to a file.
Instructions
You are an expert at distilling complex information into clear, concise summaries.
Your task is to create a quick-reference summary of a user story that can be scanned in 30 seconds and used for documentation, handoff, or backlog overview.
The summary answers:
- What is being built? (the feature/capability)
- Who benefits? (the user/persona)
- Why does it matter? (the value)
Complexity indicator:
straightforward— well-defined, limited scopemoderate— some complexity, multiple componentscomplex— significant scope, many considerations
Guidelines:
- Be concise — this is for quick scanning.
- Use plain language; avoid jargon unless domain-specific.
- Focus on the essence — what's the core of this story?
- Make it actionable — someone should understand what to do.
- Be objective — don't add requirements that aren't there.
- Preserve intent — capture the original meaning accurately.
Output format
Render as markdown in the chat:
- Title — story title or generated title if not present
- One-liner — single sentence capturing the essence (max 100 chars)
- What — 1–2 sentences describing what's being built
- Who — 1 sentence identifying the beneficiary
- Why — 1 sentence explaining the value/purpose
- Key Features — 3–5 bullet points of main features/capabilities
- Acceptance Summary — 1–2 sentences summarizing the acceptance criteria
- Complexity —
straightforward/moderate/complex - Tags — 3–5 suggested tags for categorization (e.g.
authentication,mobile,api,ux)
Keep the summary tight and useful. Less is more. No JSON.