stage-09-verification-agent-setup

Configure a verification agent to audit builder output with git-diff checks.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/digisurfsome/Greptacular --skill stage-09-verification-agent-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stage-09-verification-agent-setup
Source: https://github.com/digisurfsome/Greptacular/tree/main/docs/page-prds/prd-maker/skills-complete/stage-09-verification-agent-setup
Command: npx skills add https://github.com/digisurfsome/Greptacular --skill stage-09-verification-agent-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure an independent verification agent to audit builder output after each PRD phase, using git-diff ground-truth checks, a two-strike retry policy, and per-phase checker configs to render deterministic build scripts.

Core Features & Use Cases

  • Automated phase verification: compares intended changes against a baseline using git-diff.
  • Two-stage verification: supports both automated agent checks and manual preambles to guide Phase N+1 work.
  • Per-phase checkers: generates phase-specific baseline, functional checks, and expected outcomes to prevent drift across stages.

Quick Start

Provide the required Stage 8, Stage 7, and Stage 0 inputs to generate the Agent B configuration and per-phase checkers for Stage 9.

Frequently Asked Questions about stage-09-verification-agent-setup

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

FAQPage Schema
How do I automate PRD verification using git-diff to audit build phases?

Automated PRD verification uses git-diff to compare builder output against an allowed baseline after each phase, generating per-phase checker configs and an Agent B configuration to enforce deterministic build scripts.

What is a two-strike retry policy for build verification agents?

A two-strike retry policy allows an automated verification agent to fail builder output once, trigger a retry, and then halt the pipeline if the second automated check against the git-diff baseline still detects drift.

How do I set up per-phase checkers for multi-phase PRD builds?

Setting up per-phase checkers requires providing stage inputs to generate phase-specific baseline, functional checks, and expected outcomes, preventing scope drift across subsequent build stages.

Do I need upstream stage inputs to generate Agent B verification configs?

Yes, generating Agent B verification configuration requires inputs from stage 8, stage 7, and stage 0 to properly construct the per-phase checkers and manual preamble for Phase N+1.

Can I use automated agent checks alongside a manual preamble for build verification?

Yes, two-stage verification supports both automated agent checks using git-diff ground-truth and a manual preamble configuration to guide Phase N+1 work.

Why does my builder output drift across PRD phases without verification?

Builder output drifts when phase-specific baseline and functional checks are missing, allowing unintended changes; applying per-phase checkers compares git-diff against allowed changes to prevent this.