x-bdd-product-workflow

Converts product requirements into business-ready BDD .feature files.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/pure-golang/level85 --skill x-bdd-product-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-bdd-product-workflow
Source: https://github.com/pure-golang/level85/tree/main/.agents/skills/x-bdd-product-workflow
Command: npx skills add https://github.com/pure-golang/level85 --skill x-bdd-product-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps product teams convert fuzzy requirements into a business-ready BDD .feature, preventing misalignment between stakeholders and developers.

Core Features & Use Cases

  • PRD-to-Interview-to-Feature translation: Transforms PRD/stakeholder inputs and user stories into clear Как / Я хочу / Чтобы and an initial happy-path scenario.
  • Business-first scenario drafting: Produces .feature drafts where steps avoid technical implementation details while still capturing business rules, constraints, and edge cases.
  • RFP feedback integration: Collects product vs technical questions after developer review, writes product answers back into .feature, and moves technical answers into ADR/doc contracts.

Quick Start

Ask the AI to guide you through converting your PRD into a BDD .feature draft with stakeholder-ready scenarios.

Frequently Asked Questions about x-bdd-product-workflow

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

FAQPage Schema
How do I convert a PRD into a BDD feature file for developers?

To convert a PRD into a BDD feature file, this Skill guides you through stakeholder interviews to extract user stories, drafts business-language scenarios, and outputs a ready-to-dev `.feature` file capturing business rules and edge cases.

What is the best way to draft BDD scenarios from product requirements without technical implementation details?

Drafting business-first BDD scenarios from product requirements involves translating stakeholder inputs into structured user stories and happy-path scenarios. This Skill enforces business-language steps that capture constraints while avoiding technical implementation specifics.

How do I handle developer feedback and technical questions during feature drafting?

Handling developer feedback during feature drafting involves collecting product versus technical questions after review. This Skill writes product answers directly back into the `.feature` file and moves technical answers into ADR or doc contracts.

Do I need specific execution tags for BDD feature files in a monorepo?

Yes, BDD feature files in a monorepo require correct execution tags. This Skill enforces applying `@api` or `@browser` tags per your linked policy, alongside controlled naming and numbering standards for proper scenario tracking.

Can I use user stories to formalize stakeholder business rules for new product features?

Yes, you can formalize stakeholder business rules from user stories. This Skill transforms stakeholder inputs into structured formats and initial scenarios, preparing clear business rules for developers to implement later.

What are the limitations of translating product requirements into business-ready BDD scenarios?

Translating product requirements into BDD scenarios requires strict adherence to `x-bdd-api` naming conventions and monorepo execution tags. The output focuses on business rules rather than technical implementation, necessitating separate ADR documentation for technical contracts.