Build UserStory.md interactively via Q&A. Use when the user wants to create a user story document or start the assisted workflow.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add qte77/claude-code-plugins --skill generating-interactive-userstory-md --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Generating Interactive Userstory Md?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/qte77-generating-interactive-userstory-md)More formats (shields.io, HTML) on the badges page.
---
name: generating-interactive-userstory-md
description: Build UserStory.md interactively via Q&A. Use when the user wants to create a user story document or start the assisted workflow.
compatibility: Designed for Claude Code
metadata:
allowed-tools: AskUserQuestion, Read, Write, WebFetch, WebSearch
disable-model-invocation: true
stability: development
---
# User Story Builder
Interactively builds `docs/UserStory.md` through structured Q&A with the user.
## Purpose
Guides users through creating a user story document that can be transformed into PRD.md using the `generating-prd-md-from-userstory-md` skill.
## Workflow
1. **Check for existing UserStory.md**
- If exists, ask user if they want to rebuild (backup as `docs/UserStory.md.bak`)
2. **Ask structured questions** using AskUserQuestion tool for each template section:
- Project name
- Problem statement
- Target users
- Value proposition
- User stories (use "As a [role], I want to [action] so that [benefit]" format)
- Success criteria
- Constraints
- Out of scope
3. **Generate UserStory.md**
- Read template from `ralph/docs/templates/userstory.md.template`
- Replace placeholders with user responses
- Write to `docs/UserStory.md`
4. **Suggest next step**: `make ralph_prd_md` to generate PRD.md
## Template
See `ralph/docs/templates/userstory.md.template` for structure and placeholders.
## Usage
```bash
make ralph_userstory
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!