acceptance-criteria-extractor
Installation
SKILL.md
acceptance-criteria-extractor
Overview
This skill takes natural-language story text and emits acceptance criteria (ISTQB) in two interchangeable shapes:
- Gherkin (Feature / Scenario / Given / When / Then) - for projects that automate via Cucumber, Behat, SpecFlow, pytest-bdd, or any Gherkin-aware runner.
- Plain numbered list - for projects that prefer human review over runner integration; consumable by a downstream test-generation step.