create-validation-plan

Create validation plans with PASS criteria and ordered user journeys.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/krzemienski/validationforge --skill create-validation-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-validation-plan
Source: https://github.com/krzemienski/validationforge/tree/main/skill-audit-workspace/create-validation-plan/skill-snapshot
Command: npx skills add https://github.com/krzemienski/validationforge --skill create-validation-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create a structured, falsifiable validation plan before any evidence capture so teams avoid ad-hoc testing, missing dependencies, and unverifiable PASS criteria. The plan ensures validation efforts are prioritized, dependency-aware, and mapped to observable evidence.

Core Features & Use Cases

  • Journey discovery: Scan codebases and platforms to enumerate routes, endpoints, screens, and CLI commands as distinct journeys.
  • PASS criteria definition: Require measurable, observable, and falsifiable criteria per journey with evidence mapping.
  • Plan artifact: Produce a persistent validation-plan file with prerequisites, execution order, and per-journey details for use by validation engineers and agents.

Quick Start

Create a draft file at e2e-evidence/validation-plan.md and populate it with journey IDs, priorities, dependencies, prerequisites, and at least two falsifiable PASS criteria per journey.

Frequently Asked Questions about create-validation-plan

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

FAQPage Schema
How do I create a validation plan with falsifiable PASS criteria?

Create a validation plan by defining measurable, observable, and falsifiable PASS criteria per journey. This plan maps user journeys to observable evidence, avoiding ad-hoc testing and unverifiable results by prioritizing dependency-aware validation efforts.

What is journey discovery for end-to-end system validation?

Journey discovery is the process of scanning codebases and platforms to enumerate routes, endpoints, screens, and CLI commands as distinct journeys. It identifies prerequisites and execution order before evidence capture begins.

How do I map dependencies and execution order for test planning?

Map dependencies and execution order by producing a persistent validation-plan artifact. This file structures per-journey steps and prerequisites into an execution sequence suitable for automated and manual evidence capture.

Can I use a validation plan for both automated and manual evidence capture?

Yes, the validation plan produces a persistent artifact with per-journey steps, falsifiable PASS criteria, dependencies, and an execution order. This structure is explicitly designed to support both automated and manual evidence capture.

Why do I need a validation plan before starting end-to-end evidence capture?

You need a validation plan before evidence capture to avoid missing dependencies and ad-hoc testing. It ensures validation efforts are prioritized, dependency-aware, and mapped to observable evidence for verifiable PASS criteria.

What format should a validation plan file use for journey details?

A validation plan file should use a structured markdown format, such as validation-plan.md. Populate it with journey IDs, priorities, dependencies, prerequisites, and at least two falsifiable PASS criteria per journey.