add-cucumber-tests
Installation
SKILL.md
BDD Test Generation with Tzatziki
Generate valid Cucumber .feature files from a user's functional specification, using Tzatziki's
step definition library as the source of truth for legal step patterns.
Principles
These explain the reasoning behind the workflow — understanding them helps you handle edge cases the workflow doesn't explicitly cover.
- Steps come from code, not imagination. Tzatziki provides hundreds of pre-built
@Given/@When/@Thenpatterns in its*Steps.javafiles. Inventing step text that doesn't match a real definition producesUndefinedStepExceptionat runtime. Per-module reference files inreferences/steps-*.mdcontain every legal step pattern — read the relevant ones before writing any scenario.