This document summarizes a talk on getting comfortable with behavior driven development (BDD). It begins by defining BDD and explaining that it builds on test driven development (TDD) by describing application behavior from an outside-in perspective with customer involvement. It then discusses that TDD focuses on writing tests first before code, using a red-green-refactor workflow. BDD further crystallizes requirements and ensures programmer priorities are aligned by implementing tests in business language rather than code. The document emphasizes thinking through requirements before writing code or tests to ensure the correct behavior is described and tested.