qa-test-design

Generate test design documents with levels and priorities from story requirements.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill qa-test-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-test-design
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/qa/qa-test-design
Command: npx skills add https://github.com/GDSDN/kord-aios --skill qa-test-design

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed test strategies, ensuring thorough and efficient test coverage for software stories by defining test levels, priorities, and scenarios.

Core Features & Use Cases

  • Automated Test Planning: Generates test designs based on story requirements and acceptance criteria.
  • Test Level & Priority Assignment: Applies frameworks to determine optimal test levels (unit, integration, E2E) and priorities (P0-P3).
  • Scenario Generation: Creates specific, testable scenarios with clear justifications.
  • Use Case: When a new user story is defined, this Skill can automatically produce a test design document outlining all necessary tests, their types, and priorities, ready for the QA team.

Quick Start

Use the qa-test-design skill to generate a test strategy for story 1.3.

Frequently Asked Questions about qa-test-design

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

FAQPage Schema
How do I generate a test strategy from story requirements and acceptance criteria?

To generate a test strategy, you analyze story requirements and acceptance criteria to identify testable scenarios, assign test levels (unit, integration, E2E), and determine priorities (P0-P3). This produces a formal test design document and a quality gate YAML block.

What is the best way to assign test levels and priorities for automated test scenarios?

Assigning test levels and priorities involves applying a structured framework to evaluate scenario impact and scope. You categorize tests into unit, integration, or E2E levels, and assign priorities from P0 to P3 to mitigate risks and ensure efficient test coverage across the software development lifecycle.

Can I automate test planning for new user stories to ensure full test coverage?

Yes, you can automate test planning by processing new user stories to automatically produce a comprehensive test design. This outlines all necessary tests, their specific types, and priorities, ensuring thorough coverage and formalizing the quality gate for the QA team.

What test levels should I include when designing an automated software testing framework?

When designing an automated software testing framework, you should include unit, integration, and E2E test levels. Categorizing scenarios into these levels ensures efficient test coverage and mitigates risks by validating components individually and collectively.

How does scenario generation work for QA test design documents?

Scenario generation for QA test design works by analyzing story requirements to create specific, testable scenarios with clear justifications. It evaluates each scenario to determine the appropriate test level and priority, resulting in a formal document outlining the complete test strategy.

Does test design automation work without external testing dependencies?

Test design automation works without external dependencies, relying solely on story requirements and acceptance criteria as input. It analyzes these inputs to generate a standalone formal test design document and a quality gate YAML block for the QA team.