epic-validate

Audit architecture plans for V12 DNA compliance and write reports.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill epic-validate-antigravityos187-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epic-validate
Source: https://github.com/antigravityos187-sketch/universal-or-strategy/tree/main/.bob/skills/epic-validate
Command: npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill epic-validate-antigravityos187-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill performs a detailed DNA audit of the architecture plan, ensuring V12 DNA compliance and validating the architecture's integrity.

Core Features & Use Cases

  • DNA Audit: Verifies V12 DNA compliance by analyzing architecture plans.
  • Reads & Audits: Reads and audits 02-architecture-plan.md, confirms V12 DNA compliance using jCodemunch.
  • Writes Report: Generates a 03-audit-report.md detailing the audit findings.
  • No Scripts or Python Calls: Performs tasks without executing scripts or calling Python manifests.

Quick Start

Run the epic-validate skill with the epic ID 'EPIC-W7-NNN' to start the audit process.

Frequently Asked Questions about epic-validate

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

FAQPage Schema
How do I audit an architecture plan for V12 DNA compliance?

To audit an architecture plan for V12 DNA compliance, the Skill reads the 02-architecture-plan.md document and verifies software integrity by checking CYC reduction, lock-free compliance, scope creep, test framework, and dependency impact.

What does a software DNA audit check for in an architecture plan?

A software DNA audit checks the architecture plan for CYC reduction, lock-free compliance, scope creep, test framework setup, and dependency impact to ensure overall software integrity and V12 DNA compliance.

How do I generate an audit report for architecture compliance without running scripts?

You can generate an architecture compliance audit report without running scripts by processing the architecture plan, which outputs a 03-audit-report.md file detailing all findings and updates the manifest accordingly.

Can I validate architecture scope creep and dependency impact automatically?

Yes, you can validate architecture scope creep and dependency impact automatically by running an audit process that analyzes the architecture plan and outputs a detailed audit report with compliance findings.

Do I need to execute scripts or call Python manifests to check lock-free compliance?

No, you do not need to execute scripts or call Python manifests to check lock-free compliance, as the audit task reads the architecture plan directly and evaluates V12 DNA compliance without script execution.