bdd-workflow

Community

Orchestrate BDD: SCENARIO, STEPS, IMPLEMENT, REFACTOR.

Authorfoolishimp
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Coordinating the full Behavior-Driven Development (BDD) cycle, from writing scenarios to implementing features and refactoring, requires a structured and automated approach.

Core Features & Use Cases

  • Full BDD Orchestration: Manages the entire SCENARIO → STEP DEFINITIONS → IMPLEMENT → REFACTOR workflow, guiding the AI through each phase.
  • Automated Quality Gates: Ensures scenarios are written in business language, step definitions are executable, and features are implemented correctly.
  • Requirement Traceability: Integrates REQ-* tagging throughout for complete lineage from user story to code.
  • Use Case: To implement a new user story like "As a customer, I want to log in," invoke this skill. It will guide the AI through writing Gherkin scenarios, implementing step definitions, building the feature, and refactoring for quality.

Quick Start

Start the BDD workflow for REQ-ID 'UserLogin' to implement user authentication based on Gherkin scenarios.

Dependency Matrix

Required Modules

behavecucumber

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: bdd-workflow
Download link: https://github.com/foolishimp/ai_sdlc_method/archive/main.zip#bdd-workflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository