bdd

Guides the end-to-end workflow for writing and implementing Gherkin-based tests.

70|13|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill bdd-asiaostrich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bdd
Source: https://github.com/AsiaOstrich/universal-dev-standards/tree/main/.gemini/skills/bdd-assistant
Command: npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill bdd-asiaostrich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the Behavior-Driven Development (BDD) process, making it easier to collaborate, define requirements, and automate tests using the Given-When-Then format.

Core Features & Use Cases

  • BDD Workflow Guidance: Provides step-by-step instructions for the Discovery, Formulation, and Automation phases of BDD.
  • Gherkin Syntax Helper: Offers quick reference and best practices for writing clear, business-readable scenarios.
  • Three Amigos Facilitation: Encourages collaboration between business, development, and testing roles.
  • Use Case: A team is starting a new feature and needs to define its behavior. This Skill guides them through writing Gherkin scenarios, ensuring everyone understands the requirements before coding begins.

Quick Start

Guide me through the BDD workflow for a new user registration feature.

Frequently Asked Questions about bdd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write effective Gherkin scenarios for test automation?

The BDD workflow provides step-by-step guidance for writing clear, business-readable Gherkin scenarios using the Given-When-Then format. It ensures shared understanding of feature behavior across business, development, and testing roles before coding begins.

What is the Behavior-Driven Development workflow and when should I use it?

Behavior-Driven Development is a collaborative process defining requirements through the Three Amigos methodology. You should use it during the Discovery, Formulation, and Automation phases to bridge communication gaps between technical and non-technical stakeholders before implementation.

How do I facilitate collaboration between developers and business stakeholders using BDD?

You facilitate collaboration through the Three Amigos methodology, bringing business, development, and testing roles together. This Skill guides teams through formulating shared Gherkin scenarios, ensuring everyone defines and understands requirements collectively before automation.

Can I use Cucumber.js for automating Given-When-Then scenarios?

Yes, you can use Cucumber.js to automate Given-When-Then scenarios. This Skill supports integration with Cucumber.js, guiding you from the formulation of business-readable Gherkin syntax directly into the test automation phase.

What are the limitations of using Gherkin syntax for software requirements?

While Gherkin syntax improves business readability, it can become convoluted if scenarios attempt to cover too many conditions or technical edge cases. The BDD workflow recommends keeping Given-When-Then steps concise and focused on core behavior to maintain clarity.