gendoc-gen-client-bdd

Generate client-side BDD feature files for Web/HTML5, Unity, and Cocos targets.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/ibalasite/gendoc --skill gendoc-gen-client-bdd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gendoc-gen-client-bdd
Source: https://github.com/ibalasite/gendoc/tree/main/skills/gendoc-gen-client-bdd
Command: npx skills add https://github.com/ibalasite/gendoc --skill gendoc-gen-client-bdd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates generation of client-side BDD feature files by routing based on client_type, enabling consistent, end-to-end testing foundations for multi-target projects.

Core Features & Use Cases

  • Smart routing decides the generation strategy based on client_type (web/html5, unity, cocos).
  • Generates client-oriented features and tests using templates or platform-specific logic, including a full generation, review, and fix cycle.
  • Supports optional automation via gendoc-auto / gendoc-flow and can be run manually as needed.

Quick Start

Run the client BDD generation workflow to produce features and tests for the current project configuration.

Frequently Asked Questions about gendoc-gen-client-bdd

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

FAQPage Schema
How do I auto-generate client-side BDD feature files for multi-target projects?

You can auto-generate BDD features for multiple platforms using smart routing based on client_type. The workflow targets Web, Unity, and Cocos, applying platform-specific logic and template rules to produce feature files.

Does BDD feature generation support Unity and Cocos client targets?

Yes, BDD feature generation supports Unity and Cocos targets alongside Web and HTML5. The smart routing mechanism applies platform-specific logic and template rules to generate corresponding features and tests for each environment.

What is the generation, review, and fix cycle for client BDD features?

The generation, review, and fix cycle is a deterministic workflow that automates client BDD feature creation. It generates initial features and tests, reviews the output, and applies fixes to ensure consistent testing foundations.

Can I automate BDD test generation or do I need to run it manually?

You can automate BDD test generation using gendoc-auto or gendoc-flow integrations, or run the workflow manually as needed. Both approaches leverage the same smart routing and template rules to generate client features.

How do I create consistent end-to-end testing foundations for Web, Unity, and Cocos?

Create consistent testing foundations by routing BDD feature generation through a unified workflow that applies template rules and platform-specific logic for Web, Unity, and Cocos. This ensures uniform test coverage across different client targets.