bdd
Installation
SKILL.md
BDD
Use this skill to express behavior as examples that business, product, QA, and engineering roles can review together and automate safely.
Intent Router
| Need | Load |
|---|---|
| collaboration flow, scenario quality rules, step design, and anti-patterns | references/bdd-guide.md |
| gherkin and tooling examples for python, javascript, typescript, c#, and related platforms | references/platform-examples.md |
Quick Start
- Start from an example conversation about behavior, not from test-framework syntax.
- Name the capability in the domain's language before writing scenarios.
- Use scenarios to describe rules, outcomes, and observable signals.
- Keep step wording stable while implementation details evolve beneath it.
- Automate only scenarios that communicate a valuable rule or contract.