speedwave-implement-plan

Execute Speedwave plan steps in order and run make check and make test.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implement a Speedwave plan exactly as specified. Reads the plan file, executes every step in order, and runs make check and make test.

Core Features & Use Cases

  • Deterministic plan execution: reads a plan file path and executes steps in sequence.
  • Built-in verification: automatically runs make check and make test after execution to ensure plan compliance.
  • Audit-ready: provides traceable result of executed steps for compliance and review.

Quick Start

Provide the path to the plan file as the argument to execute all steps in order.

Frequently Asked Questions about speedwave-implement-plan

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

FAQPage Schema
How do I execute an automation plan deterministically to ensure exact step-by-step compliance?

Deterministic plan execution is achieved by reading a plan file path and executing every step in sequence. This enforces strict order compliance for approved automation workflows, providing a traceable audit record.

What is the best way to automate build-and-test verification after executing a DevOps plan?

Automated build-and-test verification runs make check and make test immediately after plan execution. This ensures code compliance and testing validation without requiring separate manual commands.

Do I need a specific plan file format to run step-by-step plan execution?

Step-by-step plan execution requires a plan file path as input. You must provide the path to an approved plan file so the execution engine can read and process the specified steps in order.

How does deterministic plan execution handle audit traceability for DevOps testing workflows?

Deterministic plan execution provides an audit-ready, traceable result of executed steps for compliance and review. It reads the plan file, executes steps in order, and mandates make check and make test.

Can I use this plan execution approach for verification and testing workflows without external dependencies?

Yes, plan execution applies to approved verification and testing workflows without external dependencies. It reads the plan file, executes steps sequentially, and automatically runs make check and make test.