vc-risk-evidence-pack

Generate and validate manual-first evidence packs for high-risk software changes.

1.1k|223|Updated May 27, 2026
One-click install
npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-risk-evidence-pack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-risk-evidence-pack
Source: https://github.com/withkynam/vibecode-pro-max-kit/tree/main/.claude/skills/vc-risk-evidence-pack
Command: npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-risk-evidence-pack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

High-risk software changes often lack durable, auditable governance. This Skill standardizes the creation of manual-first evidence packs that capture risk classifications, required artifacts, and reviewer decisions to ensure safe handoffs.

Core Features & Use Cases

  • Defines the 6 high-risk classes and the 5-artifact schema.
  • Generates plan-scoped artifact packs (risk-gate.json, context-snippets.json, verification.json, review-decision.json, adversarial-validation.json) in the harness folder of the active plan.
  • Validates artifacts with built-in checks and auto-stop rules to prevent finalize without sign-off.

Quick Start

Use this Skill to generate and validate a complete high-risk evidence pack for a planned change.

Frequently Asked Questions about vc-risk-evidence-pack

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

FAQPage Schema
What is a high-risk software change evidence pack?

A high-risk software change evidence pack is a structured set of artifacts that captures risk classifications, context snippets, verification steps, and reviewer decisions to ensure auditable governance before finalizing or handing off changes.

How do I generate a risk-evidence pack for a planned software change?

You generate a risk-evidence pack by applying the 5-artifact schema to produce risk-gate, context-snippets, verification, review-decision, and adversarial-validation files directly in the harness folder of your active plan.

What software changes are classified as high-risk and require an evidence pack?

High-risk software changes include modifications to auth or identity, billing, data migrations, public APIs, deploy or runtime configurations, and trust-boundary logic that require durable governance before handoff.

Can I finalize a high-risk change without a reviewer sign-off?

No, you cannot finalize a high-risk change without reviewer sign-off because the validation process enforces built-in auto-stop rules that require a completed review-decision artifact before allowing completion.

What artifacts are required in a manual-first risk-evidence pack?

The required artifacts in a manual-first risk-evidence pack are risk-gate.json, context-snippets.json, verification.json, review-decision.json, and adversarial-validation.json, which together form the 5-artifact schema.

Does the evidence pack validation check for missing governance artifacts?

Yes, the evidence pack validation runs built-in checks against the 5-artifact schema to ensure all required governance files are present and valid before preventing finalization without sign-off.