skillfed

qa-test-planner

QA Test Planner creates structured test documentation for QA engineers, including test plans with scope and strategy, manual test cases with step-by-step instructions, regression test suites, and bug reports. It integrates Figma validation to compare implementations against design specifications.

QA Test Planner generates structured test cases, test plans, and regression suites for QA engineers validating features and designs.

AI-generated summary based on this skill's SKILL.md

2,243 214 MIT updated by softaworks

Install

softaworks/agent-toolkit/qa-test-planner · repository language: Python

CLI (skillfed)coming soon
git clone https://github.com/softaworks/agent-toolkit
cp -r agent-toolkit/skills/qa-test-planner ~/.claude/skills/qa-test-planner

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I create a test plan for a feature using QA Test Planner?

QA Test Planner helps you generate structured test plans that define scope, testing strategy, and coverage for your features. Provide feature details, acceptance criteria, and risk areas, and the tool creates a comprehensive plan with test objectives, scope boundaries, and recommended test types to guide your QA workflow.

Can QA Test Planner generate manual test cases?

Yes, QA Test Planner generates manual test cases with step-by-step instructions, expected results, and preconditions. Input your feature requirements or user stories, and it produces structured test cases ready for execution, including positive, negative, and edge-case scenarios tailored to your testing needs.

How does QA Test Planner build regression test suites?

QA Test Planner creates and manages regression test suites by identifying critical functionality that must be retested after changes. Specify affected features or modules, and the tool assembles a focused suite of test cases to validate that existing functionality remains intact across releases.

Does QA Test Planner validate UI implementations against Figma designs?

QA Test Planner integrates Figma validation to compare UI implementations against design specifications. Provide design links and implementation details, and it generates validation test cases that check visual consistency, layout accuracy, and component behavior against your Figma designs.

What bug report template does QA Test Planner provide?

QA Test Planner generates bug reports with reproducible steps, environment details, expected vs. actual behavior, and severity classification. It structures documentation to ensure developers have all context needed to investigate and resolve issues efficiently.

How does QA Test Planner help track test execution and coverage?

QA Test Planner supports test execution tracking and coverage planning by organizing test cases into suites and mapping them to requirements. This helps QA teams monitor which features have been tested, identify coverage gaps, and ensure comprehensive validation across your release cycles.

SKILL.md

rendered from the published skill — quoted content, verbatim

QA Test Planner

A comprehensive skill for QA engineers to create test plans, generate manual test cases, build regression test suites, validate designs against Figma, and document bugs effectively.

> Activation: This skill is triggered only when explicitly called by name (e.g., /qa-test-planner, qa-test-planner, or use the skill qa-test-planner).


Quick Start

Create a test plan:

"Create a test plan for the user authentication feature"

Generate test cases:

"Generate manual test cases for the checkout flow"

Build regression suite:

"Build a regression test suite for the payment module"

Validate against Figma:

"Compare the login page against the Figma design at [URL]"

Create bug report:

"Create a bug report for the form validation issue"

Quick Reference

Task What You Get Time
Test Plan Strategy, scope, schedule, risks

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 8 files
skills/qa-test-planner/README.md
skills/qa-test-planner/SKILL.md
skills/qa-test-planner/references/bug_report_templates.md
skills/qa-test-planner/references/figma_validation.md
skills/qa-test-planner/references/regression_testing.md
skills/qa-test-planner/references/test_case_templates.md
skills/qa-test-planner/scripts/create_bug_report.sh
skills/qa-test-planner/scripts/generate_test_cases.sh

Related skills

Tags

test-automation qa-documentation design-validation bug-tracking quality-assurance test-execution regression-suite figma-integration test-strategy