aibdd-form-bdd-analysis

Derive executable Gherkin .feature files from confirmed Rule skeletons.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/zenbuapps/zenbu-powers --skill aibdd-form-bdd-analysis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aibdd-form-bdd-analysis
Source: https://github.com/zenbuapps/zenbu-powers/tree/main/skills/aibdd-form-bdd-analysis
Command: npx skills add https://github.com/zenbuapps/zenbu-powers --skill aibdd-form-bdd-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

系統將已確認的 .feature Rule 骨架,透過系統抽象、實體句型模型與覆蓋矩陣,推導出可執行的 BDD 規格檔(.feature)。

Core Features & Use Cases

  • 從 Rule 骨架自動產出最小必要句型集的 .feature 檔案(含 Examples),並提供三階段 Reconciliation 的工作流。
  • 支援 System Abstraction、Sentence Model、以及 Coverage 矩陣的自動推導,確保 traceability。
  • 提供完整的參考資料鏈接與 QA 指南,幫助團隊在 CI/CD 流程中穩定產出測試規格。

Quick Start

Start by running the aibdd-form-bdd-analysis workflow to derive executable .feature files from confirmed Rule skeletons.

Frequently Asked Questions about aibdd-form-bdd-analysis

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

FAQPage Schema
How do I generate executable Gherkin feature files from Rule skeletons?▼

To generate executable Gherkin feature files, the Skill performs architecture-level analysis on confirmed Rule skeletons, deriving minimal .feature files with data-driven Examples while ensuring direct traceability back to original Rules.

What is a three-stage Reconciliation workflow in BDD test automation?▼

A three-stage Reconciliation workflow in BDD test automation derives desired feature files, reads current specifications, diffs them, and applies changes to produce deterministic outputs that map directly to original Rules.

How does system abstraction and coverage matrix improve BDD spec generation?▼

System abstraction and coverage matrix improve BDD spec generation by automatically deriving entity sentence models and ensuring comprehensive test coverage, which guarantees traceability between generated Gherkin files and confirmed Rules.

Can I use this BDD analysis tool for CI/CD pipeline test specification generation?▼

Yes, this BDD analysis tool supports CI/CD pipeline integration by providing reference data links and QA guides that help teams consistently produce stable, deterministic test specifications from confirmed Rule skeletons.

Do I need confirmed Rule skeletons before deriving BDD feature files?▼

Yes, confirmed Rule skeletons are required as input. The Skill derives executable Gherkin feature files by performing architecture-level analysis on these skeletons, producing minimal necessary sentence sets with data-driven Examples.

What's the best way to ensure traceability between Gherkin scenarios and original Rules?▼

The best way to ensure traceability is using automated BDD analysis with system abstraction and coverage matrices, which produces deterministic Gherkin outputs that map directly to original Rules through a structured reconciliation workflow.