Create product feature specifications
featureskillsetup L1★1
JohnStrunk/template ↗What it does
Write BDD feature specifications using Gherkin syntax and job stories
Best for
Test-driven development when executable specifications guide implementation.
Inputs
- · user request in plain language
- · acceptance criteria
Outputs
- · Gherkin .feature file
- · job story outline
- · scenario examples
Requires
- · Cucumber/Behave/SpecFlow
- · git
Preconditions
BDD framework integrated; user can articulate acceptance criteria
Failure modes
Over-specified scenarios; Gherkin too technical for stakeholders
Trust signals
- · Job story template integration
- · Multi-BDD-framework compatibility (Cucumber/Behave/SpecFlow)