plugins/ralph/skills/generating-interactive-userstory-md/SKILL.md
Build UserStory.md interactively via Q&A. Use when the user wants to create a user story document or start the assisted workflow.
npx skillsauth add qte77/claude-code-utils-plugin generating-interactive-userstory-mdInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Interactively builds docs/UserStory.md through structured Q&A with the user.
Guides users through creating a user story document that can be transformed into PRD.md using the generating-prd-md-from-userstory-md skill.
Check for existing UserStory.md
docs/UserStory.md.bak)Ask structured questions using AskUserQuestion tool for each template section:
Generate UserStory.md
ralph/docs/templates/userstory.md.templatedocs/UserStory.mdSuggest next step: make ralph_prd_md to generate PRD.md
See ralph/docs/templates/userstory.md.template for structure and placeholders.
make ralph_userstory
development
Analyzes industry websites for design patterns, layout, typography, and content strategies using first-principles thinking. Use when researching website design, UI patterns, or competitive design analysis.
development
Audits website usability for UX optimization, covering forms, navigation, validation, and microcopy. Use when reviewing user experience, task completion flows, or interface friction points.
development
Audits website accessibility for WCAG 2.1 AA compliance, generating findings and code fixes. Use when reviewing accessibility, keyboard navigation, screen reader compatibility, or inclusive design.
development
Writes tests following TDD (using vitest and @testing-library/react) best practices. Use when writing unit tests, integration tests, or component tests in TypeScript.