pre-implementation-qa

Generate a pre-implementation QA plan with HTML report and test-cases.json.

9|3|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Pythagora-io/agent-templates --skill pre-implementation-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-implementation-qa
Source: https://github.com/Pythagora-io/agent-templates/tree/main/QA%20Agent/pre-implementation-qa
Command: npx skills add https://github.com/Pythagora-io/agent-templates --skill pre-implementation-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The pre-implementation QA plan helps teams define testing strategy before coding, ensuring coverage and reducing rework.

Core Features & Use Cases

  • Generates a structured pre-implementation QA plan for a feature or task before development.
  • Produces an HTML report with expandable test cases and a test-cases.json file for easy sharing and traceability.
  • Limits scope to planning only — no execution, deployment, or environment management.

Quick Start

Provide a feature description and generate a pre-implementation QA plan with an HTML report and test-cases.json.

Frequently Asked Questions about pre-implementation-qa

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

FAQPage Schema
What is pre-implementation QA planning and how does it work?

Pre-implementation QA planning defines a testing strategy before coding begins. It identifies feature risk areas and generates a structured plan with expandable test cases, ensuring coverage and reducing rework early in development.

How do I generate a QA plan before development starts?

Provide a feature description to generate a pre-implementation QA plan. The process outputs an HTML report with expandable test cases and a test-cases.json file for easy sharing and traceability before coding starts.

Can I execute test cases directly from the generated test-cases.json file?

No, the generated test-cases.json file and HTML report are strictly for planning. The scope limits functionality to defining testing strategy and identifying risk areas, with no execution, deployment, or environment management.

Does pre-implementation QA planning handle environment setup and deployment?

No, pre-implementation QA planning explicitly limits scope to planning only. It does not run tests, deploy code, or manage environments, focusing solely on producing a test-cases.json file and HTML report.

What's the best way to define testing strategy before coding?

The best way to define testing strategy before coding is generating a pre-implementation QA plan. This approach identifies feature risk areas early and outputs an HTML report with test-cases.json for structured coverage.

Why should I create a QA plan before writing code?

Creating a pre-implementation QA plan before writing code helps teams define testing strategy early, ensuring comprehensive coverage and significantly reducing rework. It produces shareable test cases for traceability.