Bdd Scenarios

🌐Community
by thebushidocollective · vlatest · Repository

Generates Gherkin-style BDD scenarios from a given prompt, streamlining test case creation and improving collaboration.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add bdd-scenarios npx -- -y @trustedskills/bdd-scenarios
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "bdd-scenarios": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/bdd-scenarios"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill generates Gherkin-style Behavior Driven Development (BDD) scenarios based on a given prompt. It helps users create clear, maintainable BDD scenarios that capture business requirements and drive implementation. The skill emphasizes writing specific, declarative, and business-focused scenarios using domain language, while avoiding implementation details.

When to use it

  • Define acceptance criteria for user stories.
  • Document expected system behavior.
  • Create comprehensive test coverage.
  • Identify edge cases early in development.
  • Communicate requirements clearly.

Key capabilities

  • Generates Gherkin-style BDD scenarios.
  • Focuses on specific, declarative, and business-focused scenario writing.
  • Provides examples of good and bad scenarios to illustrate best practices.
  • Supports the creation of edge case scenarios.
  • Demonstrates the use of tags for organization and filtering.

Example prompts

  • "Generate a BDD scenario for user registration with valid details."
  • "Create an acceptance criteria scenario for order refunds within 30 days."
  • "Write a BDD scenario illustrating what happens when a user tries to register with an existing email address."

Tips & gotchas

  • Start with the "happy path" scenario before adding edge cases.
  • Keep scenarios concise, ideally between 3-7 steps.
  • Review generated scenarios with stakeholders to ensure clarity and accuracy.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
thebushidocollective
Installs
36

🌐 Community

Passed automated security scans.