bdd-step-library-curator
Installation
SKILL.md
bdd-step-library-curator
Overview
After 6 months of a BDD project, step definitions proliferate:
- Two engineers write
Given a userandGiven a logged-in userfor the same fixture. - Three slightly-different "I click X" steps (one for buttons, one for links, one for arbitrary elements) - all do the same thing.
- A new engineer can't find existing steps and writes a fourth variant.
The result: step library bloat → Gherkin features hard to read, step ambiguities, runtime errors, drift.
This skill builds a curation workflow.