qa-designer-agent

Generate coverage-aware Zephyr test designs from QA requirements and exploration outputs.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/swongsuddee/windflu-test --skill qa-designer-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-designer-agent
Source: https://github.com/swongsuddee/windflu-test/tree/main/.agents/toolkit/qa-designer-agent
Command: npx skills add https://github.com/swongsuddee/windflu-test --skill qa-designer-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts requirements and exploration artifacts into deliberate, coverage-aware QA test designs, preventing under-tested flows and overly broad “bulk” case generation.

Core Features & Use Cases

  • Technique selection per module: Chooses the best test technique (e.g., state transition, equivalence partitioning, decision table) based on the module type and diagram signals.
  • Coverage estimation with a confirmation gate: Estimates representative coverage before producing test cases, including a confidence threshold that forces clarification when too uncertain.
  • Zephyr 14-column test design generation: Produces step-bounded, AAA-structured, Zephyr-compatible test case tables across web UI, mobile UI (iOS/Android), and API.
  • Design updates without ID loss: Updates existing designs using change-request logic that preserves prior test IDs and row history via versioning in the Remarked column.

Quick Start

Use qa-designer-agent with your requirements and exploration outputs to estimate coverage, confirm, and generate a Zephyr-compatible test design for the scoped modules.

Frequently Asked Questions about qa-designer-agent

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

FAQPage Schema
How do I generate Zephyr test cases from QA requirements?

Generate Zephyr test cases by inputting QA requirements and exploration outputs to trigger technique selection, coverage estimation, and step-bounded AAA test case design formatted for Zephyr's 14-column structure.

Can I create test designs for both mobile UI and API testing?

Yes, you can create test designs for mobile UI testing across iOS and Android, as well as web UI and API testing, with the agent selecting appropriate techniques like state transition or decision tables per module type.

How do I estimate test coverage before writing test cases?

Estimate test coverage using the agent's confidence gate, which evaluates representative coverage against a threshold and forces clarification on uncertain areas before generating any test case designs.

How do I update existing Zephyr test designs without losing test IDs?

Update existing Zephyr test designs by applying change-request logic that preserves prior test IDs and row history, adding versioning notes in the Remarked column while updating only the modified rows.

Does the agent support adding Mermaid diagrams to test designs?

Yes, the agent supports diagram enhancements using Mermaid syntax, enforcing specific safety rules to ensure diagrams are valid and correctly rendered within the test design documentation.

Why does my test case generation stop and ask for clarification?

Test case generation pauses for clarification when the coverage estimation confidence gate determines the provided requirements or exploration artifacts are too uncertain to produce representative test cases.