bdd
Installation
SKILL.md
Behavior-Driven Development (BDD)
Core Philosophy
BDD bridges business and technical teams through:
- Concrete examples that describe system behavior
- Ubiquitous language shared by all stakeholders
- Living documentation that serves as executable tests
Discovery → Development → Delivery
- Discovery: Collaborate to understand requirements (Three Amigos, Example Mapping)
- Development: Implement guided by examples (outside-in)
- Delivery: Validate against real behavior