meta-testing

Validate specs with auto-generated PoC tests and structured validation questions.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/TomazWang/agent-toolkit --skill meta-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-testing
Source: https://github.com/TomazWang/agent-toolkit/tree/main/plugins/workflow/skills/meta-testing
Command: npx skills add https://github.com/TomazWang/agent-toolkit --skill meta-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates specifications before full implementation by combining auto-generated PoC tests with structured validation questions, reducing the risk of unimplementable designs and wasted engineering effort.

Core Features & Use Cases

  • Auto PoC Test Generation: automatically creates minimal proof-of-concept code to test key integration points and feasibility.
  • Manual Validation Questions: prompts critical business and technical trade-offs to surface scalability and alignment issues.
  • Iteration Loop: guides repeated specification refinement until all success criteria are met.
  • Clear Go/No-Go Criteria: defines when a spec is viable to move into Block B or needs revision.

Quick Start

Provide your spec and let Meta-Testing generate PoC tests and critical questions to determine viability.

Frequently Asked Questions about meta-testing

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

FAQPage Schema
How do I validate a technical specification before starting implementation?

You can validate a technical specification by running proof-of-concept tests and structured validation questions to check viability. This approach tests key integration points and surfaces business trade-offs early, reducing wasted engineering effort before moving into full implementation.

What is the meta-testing approach for spec validation?

The meta-testing approach validates specifications by combining auto-generated proof-of-concept tests with manual questioning across multiple iteration loops. It assesses both technical feasibility and business scalability to ensure design viability before development begins.

How do I run proof-of-concept tests to check integration feasibility?

Running proof-of-concept tests involves automatically generating minimal code to test key integration points and critical technical feasibility. This structured validation surfaces potential design flaws and scalability issues early through repeated iteration loops.

Can I use automated PoC generation for business scalability questions?

Automated PoC generation primarily targets technical integration feasibility, while structured manual validation questions address business scalability and alignment. Combining both across multiple iteration loops ensures comprehensive specification validation before implementation.

What are the limitations of using proof-of-concept tests for spec validation?

Proof-of-concept tests for spec validation require multiple iteration loops and may not surface all edge cases immediately. You must define clear success criteria upfront, as specs only move to implementation when all validation questions and PoC tests pass.

When do I need spec validation and proof-of-concept testing?

You need spec validation and proof-of-concept testing before full implementation to prevent unimplementable designs and wasted engineering effort. It is essential when evaluating new integration points, technical viability, and business-scale trade-offs in a specification.