cyberneticlibrary

Capture and prioritize user stories

user-story-captureskillsetup L13
richfrem/agent-plugins-skills
What it does

Generate prioritized user stories from exploration captures

Best for

Converting exploration work, prototypes, and BRDs into a backlog of actionable user stories with test-ready acceptance criteria.

Inputs
  • · Session brief, BRD draft, or prototype notes (markdown files)
  • · Primary actor/user role for first implementation slice
  • · Format preference (standard|gherkin)
  • · Out-of-scope actors/workflows (optional)
Outputs
  • · User stories in 'As a / I want / So that' format
  • · Gherkin Given/When/Then acceptance criteria (if format=gherkin)
  • · Priority table and unresolved gaps section
  • · Source citations for traceability
Preconditions
  • · Input files exist and describe use cases or requirements
  • · Primary actor clearly identified
  • · Format specified (defaults to standard)
Failure modes
  • · No input files found: stops and requests input before proceeding
  • · Stories inferred without source confirmation: marked [UNCONFIRMED]
  • · Gherkin scenarios missing edge cases: test-driven AC validation flags gaps
Trust signals
  • · Three-stage workflow: context gathering, iterative refinement, reader testing
  • · [UNCONFIRMED] tags mark inferred stories until human sign-off
  • · Each story cites source file for traceability
  • · Story Gaps section lists all open decisions