4-verify

Audit milestone 4 artifacts and generate certification evidence.

6|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/DuongMQuang/quangflow --skill 4-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 4-verify
Source: https://github.com/DuongMQuang/quangflow/tree/main/plugins/quangflow/skills/4-verify
Command: npx skills add https://github.com/DuongMQuang/quangflow --skill 4-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the verification and certification of milestone 4 by ensuring all required artifacts are present, consistent, and evidence-ready for shipping.

Core Features & Use Cases

  • Artifact validation and cross-reference checks against REQUIREMENTS.md, ROADMAP.md, and DESIGN.md.
  • TDD compliance audit and evidence generation to confirm red/green logs exist for all REQ-IDs.
  • Gap detection and automatic generation of CERTIFICATION.md and GAPS.md to document status and remediation needs.

Quick Start

Run the verification workflow after Phase 3 to automatically validate artifacts, generate CERTIFICATION.md, and surface gaps.

Frequently Asked Questions about 4-verify

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

FAQPage Schema
How do I automate milestone verification and artifact validation for release readiness?

Automate milestone verification by auditing requirements, tests, and artifacts to ensure compliance and certify evidence. The workflow cross-references REQUIREMENTS.md, ROADMAP.md, and CONTEXT.md to validate artifacts and prevent shipping until blockers are resolved.

How do I check TDD compliance and confirm test coverage for specific requirement IDs?

Check TDD compliance by auditing evidence to confirm red/green logs exist for all REQ-IDs. This compliance audit cross-references tests with requirements to generate traceability evidence and surface coverage gaps.

What is the best way to detect gaps between requirements, roadmaps, and project artifacts?

Detect gaps by running an automated audit across REQUIREMENTS.md, ROADMAP.md, and DESIGN.md. This process identifies missing artifacts and inconsistencies, then automatically generates a GAPS.md file to document remediation needs.

How do I generate certification artifacts for milestone shipping approvals?

Generate certification artifacts by executing the verification workflow after Phase 3. The process automatically creates CERTIFICATION.md to document compliance status and evidence readiness for shipping approval.

When should I run the milestone 4 verification workflow in my development cycle?

Run the milestone 4 verification workflow after completing Phase 3. It applies to Phase 4 verification workflows to validate artifacts, check TDD coverage, and ensure all release blockers are resolved before shipping.