vcx-dod-gate

Automate Phase 1 DoD gate verification with fresh build, lint, and test evidence.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/sangmokang/valueconnectx --skill vcx-dod-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vcx-dod-gate
Source: https://github.com/sangmokang/valueconnectx/tree/main/.claude/skills/vcx-dod-gate
Command: npx skills add https://github.com/sangmokang/valueconnectx --skill vcx-dod-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Phase 1 DoD completion is often delayed by missing evidence and misaligned criteria; this skill provides a rigorous gate that requires fresh build, lint, test results and artefact evidence before declaring completion.

Core Features & Use Cases

  • Enforces a comprehensive Phase 1 DoD checklist (build, lint, tests, and E2E) with fresh evidence validation from the same session.
  • Builds audit-ready traceability across CLAUDE.md requirements, weekly metrics, and sign-off readiness to prevent premature Phase 2 initiation.
  • Supports structured governance and documentation for release readiness and Phase 2 planning.

Quick Start

Verify the Phase 1 DoD gate by triggering the gate workflow and confirming all criteria turn green.

Frequently Asked Questions about vcx-dod-gate

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

FAQPage Schema
How do I enforce a Phase 1 DoD completion gate to prevent premature Phase 2 start?

A Phase 1 DoD gate is an automated verification checkpoint that validates fresh build, lint, test, and E2E results before allowing Phase 2 to start. It ensures software governance cycles require recent evidence collection and artifact validation prior to release readiness declaration.

How do I automate CI-CD gate verification for release readiness?

Automate CI-CD gate verification by triggering a workflow that checks CLAUDE.md compliance and validates fresh execution results across build, lint, and test phases. This confirms all required artifacts and evidence collection criteria turn green before declaring release readiness.

Does the DoD gate check require fresh test results from the current session?

Yes, the DoD gate check requires fresh test results generated within the same session. It validates fresh execution results from build, lint, tests, and E2E to ensure the evidence accurately reflects the current state of the codebase before sign-off.

What is the best way to collect evidence for a DoD checklist in CI pipelines?

The best way to collect evidence for a DoD checklist is to automate validation of build outputs, test results, and commit history against CLAUDE.md requirements. This builds audit-ready traceability across weekly metrics and sign-off readiness for Phase 2 planning.

Can I use this gate to verify CLAUDE.md compliance and required artifacts?

Yes, you can use this gate to verify CLAUDE.md compliance and required artifacts. It rigorously validates build output, test results, and commit history during software governance cycles, ensuring all documentation and artifact criteria are met before completion.

Why does my Phase 2 initiation fail when Phase 1 DoD evidence is misaligned?

Phase 2 initiation fails when Phase 1 DoD evidence is misaligned because the gate enforces strict criteria validation. Missing evidence, stale test results, or incomplete artifact collection will block the declaration, preventing premature advancement to the next phase.