generate-bdd-specs

Converts acceptance criteria into Cucumber/Gherkin feature files with backgrounds and tags.

3|4|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/hmcts/agentic-plugins-marketplace --skill generate-bdd-specs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-bdd-specs
Source: https://github.com/hmcts/agentic-plugins-marketplace/tree/main/plugins/skills/bdd-workflow/skills/generate-bdd-specs
Command: npx skills add https://github.com/hmcts/agentic-plugins-marketplace --skill generate-bdd-specs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the conversion of acceptance criteria into Cucumber/Gherkin feature files, streamlining the process of creating testable scenarios.

Core Features & Use Cases

  • AC to Gherkin Conversion: Converts user acceptance criteria into Gherkin feature files for automated testing.
  • Feature File Management: Organizes feature files for stories, including background, scenarios, and tags.
  • Use Case: Ideal for software teams that require a systematic approach to writing BDD scenarios, enhancing test coverage and documentation.

Quick Start

Use the generate-bdd-specs skill to convert your acceptance criteria into a Gherkin feature file.

Frequently Asked Questions about generate-bdd-specs

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

FAQPage Schema
How do I convert acceptance criteria into Gherkin feature files for automated testing?

To convert acceptance criteria into Gherkin feature files, you need a tool that translates user stories into structured Cucumber scenarios. This Skill automates that conversion, organizing scenarios with backgrounds and tags to streamline BDD test automation.

What is the best way to automate BDD test scenario generation from user stories?

Automating BDD test scenario generation involves transforming defined acceptance criteria directly into Gherkin syntax. This Skill systematically converts your criteria into Cucumber feature files, enhancing test coverage and documentation for software teams.

Do I need to know Gherkin syntax to generate Cucumber feature files?

You need knowledge of Gherkin syntax and acceptance criteria to effectively generate Cucumber feature files. The Skill requires this baseline understanding to properly structure your test scenarios, backgrounds, and tags during the automated conversion process.

Can I organize background and tags when converting acceptance criteria to Gherkin?

You can organize backgrounds and tags when converting acceptance criteria to Gherkin. The Skill structures feature files by systematically applying these Gherkin elements to your generated scenarios, ensuring comprehensive test coverage and logical grouping.

When should I use an automated tool for BDD feature file creation?

You should use an automated tool for BDD feature file creation when your software team requires a systematic approach to writing scenarios. It streamlines the conversion of acceptance criteria into Gherkin, significantly reducing manual effort and improving testing efficiency.