dan:verify

Verifies phase deliverables by checking REQUIREMENTS.md and SUMMARY.md, outputs VERIFICATION.md report.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/RavBogard/DAN --skill dan-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dan:verify
Source: https://github.com/RavBogard/DAN/tree/main/.claude/skills/dan-verify
Command: npx skills add https://github.com/RavBogard/DAN --skill dan-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawns and coordinates a verifier to validate that phase outputs meet the defined requirements and success criteria, reducing manual review overhead.

Core Features & Use Cases

  • Reads SUMMARY.md for phase results and REQUIREMENTS.md for coverage mapping
  • Spawns the dan-verifier agent in a read-only mode to audit artifacts, verify must-haves, and produce a VERIFICATION.md report
  • Updates STATE.md with verification status and surfaces a detailed verification report for stakeholders
  • Provides deterministic checks via the DAN CLI tools for artifacts, key-links, and phase-completeness

Quick Start

Run the dan:verify skill with a phase number to initiate automated phase verification.

Frequently Asked Questions about dan:verify

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

FAQPage Schema
How do I automate phase verification against project requirements?

Automate phase verification by spawning a read-only verifier agent to validate deliverables against REQUIREMENTS.md and SUMMARY.md artifacts, generating a VERIFICATION.md report confirming phase outputs meet success criteria.

What is phase deliverable validation using a read-only verifier?

Phase deliverable validation is an automated audit that checks artifacts against defined success criteria using a read-only verifier agent, ensuring phase outputs match requirements without modifying the underlying project files.

How do I generate a verification report for multiple project plans?

Generate a verification report by reading ROADMAP.md and per-plan summaries to ensure artifacts exist and meet success criteria, producing a VERIFICATION.md report while updating project state to reflect ongoing verification.

Does phase verification require manual review of artifacts?

Phase verification reduces manual review overhead by applying deterministic checks via DAN CLI tools for artifacts, key-links, and phase-completeness, automatically validating outputs against must-haves defined in REQUIREMENTS.md.

How do I track verification status for phase deliverables?

Track verification status by updating STATE.md with the current verification phase and surfacing a detailed VERIFICATION.md report for stakeholders, ensuring project state accurately reflects ongoing artifact validation.