bdd-patterns

Installation
SKILL.md

BDD Patterns

Master Behavior-Driven Development patterns to write clear, business-readable specifications that drive implementation.

Given-When-Then Structure

The fundamental BDD pattern uses three parts:

  • Given: The initial context or preconditions
  • When: The action or event being tested
  • Then: The expected outcome or result
Feature: User Authentication
Installs
151
GitHub Stars
166
First Seen
Jan 22, 2026
bdd-patterns — thebushidocollective/han