test-creation-playbook

Standardize UT/IT/E2E testing strategies with edge-case matrices and test commands.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/zenbuapps/zenbu-powers --skill test-creation-playbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-creation-playbook
Source: https://github.com/zenbuapps/zenbu-powers/tree/main/skills/test-creation-playbook
Command: npx skills add https://github.com/zenbuapps/zenbu-powers --skill test-creation-playbook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This playbook provides universal testing strategy guidance for test-creation engineers, including edge-case discovery, coverage strategies, and standardized testing commands.

Core Features & Use Cases

  • Workflow-driven testing strategy: UT/IT/E2E separation with matrix-based edge-case coverage.
  • Three-tier testing guidance: unit tests for edge cases; integration tests for inter-component interactions; E2E for core user flows.
  • Practical references and commands: links to edge-case catalog, coverage strategy, and test-command-reference to accelerate automation.

Quick Start

Load this SKILL in the test-creator and start by reading the edge-case catalog to build your initial test scenario matrix.

Frequently Asked Questions about test-creation-playbook

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

FAQPage Schema
How do I standardize testing strategies across unit, integration, and end-to-end scenarios?

Standardize testing strategies by applying a workflow that reads specifications, assembles edge-case matrices, and classifies tests into UT, IT, and E2E tiers. This enforces consistent coverage and triggers corresponding test skills with clear, repeatable commands.

What is the best way to discover edge cases for my software testing matrix?

Discover edge cases by loading a standardized test playbook that references an edge-case catalog. This approach helps you systematically build a matrix-based coverage strategy for unit, integration, and end-to-end testing contexts across diverse tech stacks.

How do I separate unit tests from integration and E2E tests in my workflow?

Separate unit, integration, and E2E tests using a three-tier testing guidance model. This model assigns unit tests for edge cases, integration tests for inter-component interactions, and end-to-end tests for core user flows, ensuring clear classification and execution.

Can I use this test playbook for any tech stack or is it stack-specific?

You can use this test playbook across diverse tech stacks and testing contexts. It provides universal testing strategy guidance that applies to multiple stacks, ensuring standardized QA processes without being limited to a specific framework.

How do I accelerate test automation using standardized test commands?

Accelerate test automation by utilizing practical references and standardized test commands provided within the playbook. These commands trigger corresponding test skills, ensuring repeatable and reliable automated testing workflows.

When do I need a test creation playbook for my QA process?

You need a test creation playbook when your QA process lacks standardized strategies for edge-case discovery, coverage, and UT/IT/E2E separation. It enforces a structured workflow to read specs, classify tests, and execute them with repeatable commands.