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.