impl-verify

Verify code changes against requirements, domain rules, and design plans.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Aimeerrhythm/enterprise-change-workflow --skill impl-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl-verify
Source: https://github.com/Aimeerrhythm/enterprise-change-workflow/tree/main/skills/impl-verify
Command: npx skills add https://github.com/Aimeerrhythm/enterprise-change-workflow --skill impl-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After code implementation, verify correctness through a structured, multi-round verification that cross-checks requirements, domain knowledge, plan, and engineering standards to prevent regressions and ensure alignment with intent.

Core Features & Use Cases

  • Multi-round verification that traces requirements to code and back, ensuring every change has backing.
  • Domain and plan alignment checks to enforce design decisions and prevent scope creep.
  • Auto-handoff to downstream checks such as biz-impact-analysis upon convergence, with fix-reverification support.

Quick Start

Initiate verification with /ecw:impl-verify to start the multi-round code correctness assessment.

Frequently Asked Questions about impl-verify

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

FAQPage Schema
How do I verify code changes align with requirements and design plans?

To verify code changes align with requirements, you initiate a multi-round verification that cross-checks requirements, domain knowledge, plans, and engineering standards against the code to prevent regressions and ensure alignment with intent.

What is requirements tracing for code correctness and how does it work?

Requirements tracing for code correctness is a structured process that traces requirements to code and back, ensuring every change has backing. It operates across requirements, domain knowledge, plan, and engineering standards to converge on zero must-fix findings.

How do I start a multi-round code verification assessment?

You start a multi-round code verification assessment by triggering the verification command, which initiates the structured assessment to cross-check your implementation against domain rules and design plans, supporting fix-reverification for up to five rounds.

Can I automatically run a business impact analysis after code verification?

Yes, you can automatically run a business impact analysis after code verification. The verification process auto-hands off to downstream checks such as biz-impact-analysis upon convergence, ensuring zero must-fix findings before triggering.

What is the best way to enforce design decisions and prevent scope creep during implementation?

The best way to enforce design decisions and prevent scope creep is using domain and plan alignment checks. These checks cross-check code changes against domain knowledge and design plans to ensure implementation correctness end-to-end.

How many rounds of fix-reverification are supported for code correctness assessment?

Code correctness assessment supports fix-reverification up to five rounds. This multi-round verification process traces requirements to code and back, ensuring every change has backing and converging on zero must-fix findings.