deprecated-gaia-test-design

Automate test plan creation via subagent risk assessment and CI integration.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill deprecated-gaia-test-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deprecated-gaia-test-design
Source: https://github.com/gaiastudio-ai/gaia-framework/tree/main/plugins/gaia/skills/gaia-test-design
Command: npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill deprecated-gaia-test-design

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires knowledge/risk-governance.md, knowledge/test-pyramid.md, knowledge/contract-testing.md, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill automates the creation of test plans based on risk assessment, reducing manual effort and ensuring comprehensive coverage.

Core Features & Use Cases

  • Risk-Based Test Plan: Generates test plans based on risk assessments for better coverage.
  • Delegated Tasks: Orchestrate tasks to subagents for efficient workflow execution.
  • Integration Boundaries: Identifies and tests integration boundaries for brownfield projects.
  • Test Strategy: Defines test levels and distribution targets based on risk.
  • Quality Gates: Specifies quality gates for CI pipeline integration.
  • Automated Validation: Validates test plan artifacts with an auto-fix loop.

Quick Start

Run the deprecated-gaia-test-design skill to create a test plan for a given story.

Frequently Asked Questions about deprecated-gaia-test-design

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

FAQPage Schema
How do I automate test plan creation based on risk assessment?

Automating test plan creation involves orchestrating subagent tasks to evaluate project risks, identify integration boundaries, and define test strategies. This process automatically generates risk-based test plans and specifies quality gates for CI pipeline validation.

What is risk-based test strategy and how does it define test levels?

A risk-based test strategy defines test levels and distribution targets by prioritizing testing efforts according to assessed project risks. It ensures comprehensive coverage by aligning test intensity with the severity of identified integration boundaries and governance factors.

How do I integrate quality gates into my CI pipeline for automated validation?

Integrating quality gates into a CI pipeline involves specifying validation checkpoints derived from your test plan. Automated validation then checks these test plan artifacts against the gates, utilizing an auto-fix loop to maintain pipeline integrity.

Does automated test design work for brownfield projects with existing integration boundaries?

Yes, automated test design supports brownfield projects by explicitly identifying and testing existing integration boundaries. It uses contract testing patterns to map and validate these boundaries within the generated test strategy.

Do I need knowledge of contract testing patterns to use a risk-based test plan generator?

Yes, understanding contract testing patterns is required. The test plan generator relies on knowledge of contract testing, risk governance, and test pyramid principles to accurately define test levels, distribution targets, and integration boundary tests.

What are the limitations of using subagent orchestration for test strategy design?

Subagent orchestration for test strategy design is limited by its dependency on predefined knowledge of risk governance and test pyramid principles. It requires native subagent invocation capabilities and cannot dynamically generate validation rules outside its knowledge dependencies.