BDD test specification generation from use case artifacts using Clark's (2018) UC2.0-to-Gherkin transformation algorithm. Transforms structured use case flows (basic flow, alternative flows, extensions) into Gherkin Feature files with Given-When-Then scenarios. Analyzes test coverage completeness against use case flow steps. Requires use case artifacts at detail_level >= ESSENTIAL_OUTLINE from /use-case skill. Invoke when generating test specs, BDD scenarios, Gherkin features, test plans, or analyzing test coverage from use cases.
$npx -y skills add geekatron/jerry --skill test-specInstalls into the current project.
Run `npx skills use "https://github.com/geekatron/jerry" --skill "geekatron/jerry/test-spec"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/geekatron/jerry" that are relevant to the current task. Run `npx skills add "https://github.com/geekatron/jerry"` and select the relevant skills, then follow their instructions.