user-story-capture

Installation
SKILL.md

User Story Capture

Derive structured user stories and acceptance criteria from exploration session captures.

Usage

python3 .agents/skills/user-story-capture/scripts/execute.py \
  --input <file> [<file2>...] \
  --format <standard|gherkin> \
  --output <output_file.md>

Formats:

  • standard (default): As a [user type], I want [goal], so that [benefit] — with priority table and gaps.
  • gherkin: Standard + Given / When / Then Acceptance Criteria blocks per story.

Flags:

  • --input PATH [PATH ...] : Session brief, BRD draft, prototype notes, or prior captures
Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 3, 2026