validating-wave-compliance

Validate completed parallel development tasks against design and implementation plans.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rahulsc/forge --skill validating-wave-compliance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validating-wave-compliance
Source: https://github.com/rahulsc/forge/tree/main/skills/validating-wave-compliance
Command: npx skills add https://github.com/rahulsc/forge --skill validating-wave-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a critical gatekeeper between development waves, ensuring that the implemented work aligns with the approved design and plan before proceeding, preventing compounding errors.

Core Features & Use Cases

  • Design Compliance Check: Verifies that implemented features adhere to the specified design document.
  • Plan Compliance Check: Confirms that all task acceptance criteria are met and outputs are accessible.
  • Evidence Verification: Ensures all required artifacts (tests, commits, commands) are present and valid.
  • Interface Consistency: Checks for compatibility between parallel tasks within the same wave.
  • Scope Creep Detection: Identifies and flags any unplanned additions to the implementation.
  • Use Case: After a team completes a wave of coding tasks, this skill is invoked to perform a rigorous review, ensuring everything built matches the blueprint and requirements before the next wave of development begins.

Quick Start

Invoke the validating-wave-compliance skill to check the completed wave against the design and plan.

Frequently Asked Questions about validating-wave-compliance

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

FAQPage Schema
How do I verify completed software development tasks match the design document?

To verify completed development tasks match the design document, perform a design compliance check comparing implemented features against the approved design intent. This ensures alignment before proceeding to the next development phase.

What is the best way to detect scope creep in parallel software development waves?

Detecting scope creep in parallel development waves involves identifying and flagging any unplanned additions to the implementation. This review checks that only approved features were built before the next wave begins.

How do I check interface consistency between parallel tasks in a development wave?

Checking interface consistency between parallel tasks involves validating cross-task compatibility within the same wave. This ensures multiple parallel implementations are compatible before merging or proceeding.

When do I need to validate wave compliance in a software project?

Wave compliance validation is needed after a team completes a wave of parallel coding tasks and before the next wave begins. It acts as a critical gatekeeper to prevent compounding errors across development phases.

What does evidence verification check for in software plan compliance?

Evidence verification in plan compliance ensures all required artifacts, including tests, commits, and commands, are present and valid. This confirms task acceptance criteria are met and outputs are accessible.

Can I use wave validation to confirm acceptance criteria are met?

Yes, you can use wave validation to confirm acceptance criteria are met through a plan compliance check. This process validates that all task outputs are accessible and align with the established implementation plan.