speedwave-verify-plan

Compare implementation plan steps to repository code and report gaps.

21|8|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/speednet-software/speedwave --skill speedwave-verify-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speedwave-verify-plan
Source: https://github.com/speednet-software/speedwave/tree/main/.claude/skills/speedwave-verify-plan
Command: npx skills add https://github.com/speednet-software/speedwave --skill speedwave-verify-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill verifies that a Speedwave implementation plan is 100% implemented by comparing the plan steps with repository code, executing checks, and reporting gaps.

Core Features & Use Cases

  • Plan-to-code alignment validation: ensures each plan step has a corresponding code artifact and test.
  • Automated checks & tests: runs make check and make test to validate completeness and correctness.
  • Gap reporting: generates a structured report detailing missing steps, mismatches, and non-conforming changes.

Quick Start

Provide the path to the plan file and run the verifier to execute checks.

Frequently Asked Questions about speedwave-verify-plan

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

FAQPage Schema
How do I verify implementation plan completeness against repository code?

Plan completeness verification compares implementation plan steps directly with repository code to ensure every step has corresponding code artifacts and tests, reporting any gaps. It validates alignment by mapping plan requirements to actual code changes.

How do I automate running make check and make test for gap analysis?

Automated gap analysis executes make check and make test commands to validate code completeness and correctness, then generates a structured gaps report detailing missing steps, mismatches, and non-conforming changes found during verification.

What is plan-to-code alignment validation in Speedwave workflows?

Plan-to-code alignment validation ensures each implementation plan step has a corresponding code artifact and test within Speedwave project workflows. It confirms that all planned steps are present, tested, and compliant with the original plan.

Can I use automated checks to find missing tests in my implementation plan?

Yes, automated checks find missing tests by comparing plan steps to repository code and executing make test. The verifier reports gaps including missing steps and mismatches, ensuring all plan requirements have corresponding test coverage.

What does a structured gaps report include after verifying an implementation plan?

A structured gaps report includes missing steps, mismatches, and non-conforming changes identified during plan verification. It details where repository code deviates from the implementation plan after running automated checks and tests.