_validate-plan

Run automated tests and code checks to verify implementation against plan specifications.

2|1|Updated Jun 5, 2015
One-click install
npx skills add https://github.com/f1sherman/new-machine-bootstrap --skill validate-plan-f1sherman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _validate-plan
Source: https://github.com/f1sherman/new-machine-bootstrap/tree/main/roles/common/files/config/skills/common/_validate-plan
Command: npx skills add https://github.com/f1sherman/new-machine-bootstrap --skill validate-plan-f1sherman

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps verify that an implementation plan has been correctly executed by checking success criteria, identifying deviations, and ensuring quality.

Core Features & Use Cases

  • Validation of execution fidelity: Confirms that implementation steps are completed as planned.
  • Automated checks: Runs commands like make check, make test, and make lint to verify system integrity.
  • Use Case: After deploying new code, use this Skill to systematically validate all critical components and ensure no regressions or issues exist before release.

Quick Start

Use the _validate-plan skill to review the recent implementation and generate a comprehensive validation report.

Frequently Asked Questions about _validate-plan

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

FAQPage Schema
How do I validate implementation correctness against plan specifications?

To validate implementation correctness, you compare actual code changes against the original plan and run automated checks. This confirms that all planned implementation steps are completed as intended.

What automated tests and code checks should I run for code review validation?

Running automated tests and code checks for validation involves executing commands like make check, make test, and make lint. These commands verify system integrity and ensure no regressions exist before release.

Do I need additional dependencies to run automated validation scripts?

No additional dependencies are required to run automated validation scripts beyond the scripts themselves. The validation process relies on standard commands that perform the necessary checks without external packages.

When do I need to verify execution fidelity during a deployment process?

Verifying execution fidelity is needed after deploying new code and before a release. It systematically validates all critical components to ensure no regressions or issues exist, maintaining quality standards during development.

What's the best way to maintain quality assurance standards during development?

Maintaining quality assurance during development is best achieved by automating the verification of implementation correctness. This involves running code checks and tests to confirm that implementation steps are completed as planned.