Validate Plan banner
humanlayer humanlayer

Validate Plan

Development community intermediate

Description

You are tasked with validating that an implementation plan was correctly executed, verifying all success criteria and identifying any deviations or issues.

Installation

Terminal
claude install-skill https://github.com/humanlayer/humanlayer

README


description: Validate implementation against plan, verify success criteria, identify issues

Validate Plan

You are tasked with validating that an implementation plan was correctly executed, verifying all success criteria and identifying any deviations or issues.

Initial Setup

When invoked:

    undefined

Validation Process

Step 1: Context Discovery

If starting fresh or need more context:

    undefined

Step 2: Systematic Validation

For each phase in the plan:

    undefined

Step 3: Generate Validation Report

Create comprehensive validation summary:

## Validation Report: [Plan Name]

### Implementation Status
✓ Phase 1: [Name] - Fully implemented
✓ Phase 2: [Name] - Fully implemented
⚠️ Phase 3: [Name] - Partially implemented (see issues)

### Automated Verification Results
✓ Build passes: `make build`
✓ Tests pass: `make test`
✗ Linting issues: `make lint` (3 warnings)

### Code Re