validate_plan

Validate code implementations against predefined plans and success criteria.

4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/visualitypl/visuality-humanlayer --skill validate-plan-visualitypl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate_plan
Source: https://github.com/visualitypl/visuality-humanlayer/tree/main/.github/skills/validate_plan
Command: npx skills add https://github.com/visualitypl/visuality-humanlayer --skill validate-plan-visualitypl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that code implementations accurately reflect the original plan, verifying all success criteria and identifying any deviations or issues before they become problems.

Core Features & Use Cases

  • Plan Adherence Check: Compares implemented code against a defined plan.
  • Success Criteria Verification: Confirms that all specified requirements and tests have been met.
  • Issue Identification: Detects deviations, errors, and potential problems in the implementation.
  • Use Case: After a developer implements a new feature based on a plan, this Skill can be used to automatically run tests, check code against the plan's specifications, and generate a report highlighting any discrepancies or areas needing further attention.

Quick Start

Use the validate_plan skill to review the implementation of the 'user-authentication' feature.

Frequently Asked Questions about validate_plan

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

FAQPage Schema
How do I verify code implementation against a predefined plan?

To verify code implementation against a predefined plan, you can use automated validation to compare implemented code against specifications, run tests, and analyze git logs to identify deviations. This ensures adherence to success criteria.

What is the best way to check if my feature implementation meets all success criteria?

Checking if your feature implementation meets success criteria involves running automated verification that assesses manual criteria, executes tests, and highlights discrepancies. This early detection prevents implementation flaws from escalating.

Can I use git log analysis to detect deviations from my development plan?

Yes, you can use git log analysis to detect deviations from your development plan. Automated validation scopes include analyzing commit history to verify code correctness and ensure the implementation accurately reflects the original specifications.

How does automated plan verification work for code review?

Automated plan verification for code review works by comparing the implemented code against a defined plan, running test executions, and generating a report that highlights discrepancies or areas needing further attention to ensure correctness.

Do I need to provide a predefined plan to run implementation validation?

Yes, you need to provide a predefined plan to run implementation validation. The process specifically validates code against your defined specifications and success criteria to identify any deviations or issues before they become problems.

Why does my code implementation fail the plan adherence check?

Your code implementation fails the plan adherence check when automated verification detects deviations from the predefined plan, unmet success criteria, or errors during test execution, generating a report highlighting these discrepancies.