test-planner

Generate structured test plans, test cases, and Playwright E2E templates from use-case descriptions.

345|12|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/minicoohei/ai-agent-camp --skill test-planner-minicoohei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-planner
Source: https://github.com/minicoohei/ai-agent-camp/tree/main/.claude/skills/test-planner
Command: npx skills add https://github.com/minicoohei/ai-agent-camp --skill test-planner-minicoohei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Test Planner generates structured test plans, test cases, and executable templates from use-case descriptions to accelerate QA workflows.

Core Features & Use Cases

  • Automated Test Plan & Case Generation: From usecases.md, generate comprehensive test plans and case lists.
  • E2E Test Code Templates: Produce Playwright E2E templates for automated tests.
  • Reports & Summaries: Create test results summaries and reusable templates for evidence and reporting.

Quick Start

Provide a usecases.md file as input to generate test plans and test cases.

Frequently Asked Questions about test-planner

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

FAQPage Schema
How do I generate test cases from use-case descriptions?

Generating test cases from use-case descriptions involves feeding a usecases.md file into the planner, which outputs structured test plans, detailed case lists, and E2E templates for automated software testing workflows.

Can I generate Playwright E2E test templates automatically?

You can generate Playwright E2E templates automatically by processing use-case descriptions. The tool outputs executable Playwright-based E2E templates designed to accelerate automated end-to-end testing workflows.

What is the best way to create a structured test plan for QA automation?

To create a structured test plan for QA automation, input a usecases.md file to auto-generate comprehensive test plans, case lists, and E2E templates, ensuring coverage across unit, integration, and end-to-end testing phases.

Does this test plan generator support integration and unit testing?

This test plan generator supports integration and unit testing. It applies to software QA workflows by generating structured test plans and case lists that cover unit, integration, and end-to-end testing phases.

How do I create a test results summary for software review?

You create a test results summary for software review by using the generated test plans and E2E templates to execute tests, then compiling the outcomes into a reusable test results summary template designed for evidence and reporting.