bdd-scenarios

Installation
SKILL.md

BDD Scenarios

Learn to write clear, maintainable BDD scenarios that effectively capture business requirements and drive implementation.

Writing Good Scenarios

A good scenario should be:

  • Specific: Test one behavior
  • Declarative: Describe what, not how
  • Business-focused: Use domain language
  • Independent: No dependencies on other scenarios
# Good scenario - specific and declarative
Scenario: Customer receives loyalty discount
  Given a customer with Gold membership status
  And a cart total of $100
  When the customer proceeds to checkout
Related skills
Installs
96
GitHub Stars
152
First Seen
Jan 22, 2026