validate

Validate specifications, plans, and implementations across workflow phases.

2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/RockaRhymeLLC/kithkit --skill validate-rockarhymellc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/RockaRhymeLLC/kithkit/tree/main/.claude/skills/validate
Command: npx skills add https://github.com/RockaRhymeLLC/kithkit --skill validate-rockarhymellc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that your project's specifications, development plans, and actual implementation are consistent and meet quality standards, preventing costly errors and rework.

Core Features & Use Cases

  • Multi-Layered Checks: Validates spec completeness, plan adherence, spec-plan alignment, implementation quality, and documentation freshness.
  • Workflow Integration: Can be run at various stages (after planning, after building) to catch issues early.
  • Use Case: Before merging a new feature, run /validate to confirm the code not only works but also aligns with the original requirements and that all related documentation has been updated.

Quick Start

Run a full validation of the current project state.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I check if my implementation aligns with the original specifications?

Spec-plan implementation alignment is verified by performing multi-layered validation checks across markdown files and code. This ensures your project's specifications, development plans, and actual implementation are consistent and meet quality standards to prevent costly rework.

What is the best way to validate spec completeness and plan adherence before merging a feature?

Validating spec completeness and plan adherence before a merge requires checking markdown files and code to verify requirements and task completion. Running a full validation confirms the code aligns with original requirements and documentation is updated, catching issues early.

Can I run code review validation at different workflow stages like after planning or building?

Validation can be run at various workflow stages including after planning and after building. This integration catches issues early by checking spec-plan alignment, implementation quality, and documentation freshness across different development phases.

Does documentation freshness validation require specific dependencies or external tools?

Documentation freshness validation requires no external dependencies, relying solely on internal scripts and references. It performs detailed checks of markdown files and code directly to verify requirements and task completion, ensuring documentation is updated.

Why does my spec alignment validation fail even when the code works?

Spec alignment validation fails when the code works but diverges from the original requirements or development plans. It performs multi-layered checks for spec completeness, plan adherence, and documentation freshness to prevent costly errors and rework.