user-story-capture
Installation
SKILL.md
User Story Capture
Derive structured user stories and acceptance criteria from exploration session captures.
Usage
python ./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 / ThenAcceptance Criteria blocks per story.