Bdd Feature Generator
Generates basic BDD feature files from natural language descriptions, streamlining test creation and improving collaboration.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add bdd-feature-generator npx -- -y @trustedskills/bdd-feature-generator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bdd-feature-generator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bdd-feature-generator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The bdd-feature-generator skill automatically generates Behavior Driven Development (BDD) feature files from user-provided descriptions. It translates natural language requirements into structured Gherkin syntax, including scenarios, given/when/then steps, and background sections. This streamlines the process of creating testable specifications for software development projects.
When to use it
- Requirement Gathering: Quickly draft initial feature file structures from stakeholder discussions or user stories.
- Test Automation Setup: Generate a starting point for automated testing frameworks based on project requirements.
- Collaboration & Documentation: Create living documentation that clearly outlines expected system behavior in a standardized format.
- Agile Development: Facilitate faster iteration cycles by automating feature file creation and maintenance.
Key capabilities
- Generates Gherkin feature files.
- Includes scenarios, given/when/then steps.
- Supports background sections within feature files.
- Translates natural language descriptions into structured format.
Example prompts
- "Generate a feature file for user authentication with login and logout functionality."
- "Create a BDD feature describing the process of adding an item to a shopping cart."
- "Write a feature file outlining how a user can search for products on an e-commerce site."
Tips & gotchas
The quality of generated feature files depends heavily on the clarity and detail provided in the input description. Review and refine the output β itβs intended as a starting point, not a final product.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.