geap-plan-validator

Validate implementation plans via remote Vertex AI adversarial model panels.

8|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/ddobrin/plan-skills --skill geap-plan-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geap-plan-validator
Source: https://github.com/ddobrin/plan-skills/tree/main/plugins/plan/skills/geap-plan-validator
Command: npx skills add https://github.com/ddobrin/plan-skills --skill geap-plan-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill exposes hidden assumptions, dependency errors, ordering defects, and unhandled failure modes in implementation plans before execution begins.

Core Features & Use Cases

  • Adversarial Review Panel: Sends the plan to three configurable Vertex AI skeptic models that independently analyze dependencies, assumptions, integration risks, and failure handling.
  • Synthesis and Quorum: Uses a synthesis model to consolidate findings, cast an additional validation vote, and confirm issues supported by at least two votes.
  • First-Domino Detection: Identifies the earliest step whose failure could invalidate the remaining plan, helping teams prioritize corrective changes.
  • Use Case: Use the Skill to remotely review a milestone plan when you need a second opinion from Gemini or Claude models hosted on Vertex AI without dispatching local subagents.

Quick Start

Ask the geap-plan-validator skill to run a remote Vertex AI adversarial review of the implementation plan at the specified file path.

Frequently Asked Questions about geap-plan-validator

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

FAQPage Schema
How does adversarial review work for validating implementation plans?

It sends the plan to three remote Vertex AI skeptic models that independently expose dependency defects, hidden assumptions, and missing failure handling before execution begins.

How do I run a remote plan validation check on Vertex AI?

Ask the Skill to review the implementation plan at a specified file path, using your configured Google Cloud project and application default credentials to access the Vertex AI models.

Do I need application default credentials to use Vertex AI models for plan validation?

Yes, you need application default credentials, a configured Google Cloud project, and configurable Vertex AI model access to run the remote skeptics and synthesize findings.

What is first-domino detection in an implementation plan review?

First-domino detection identifies the earliest step in an implementation plan whose failure could invalidate the remaining plan, helping teams prioritize corrective changes.

Can I use Gemini or Claude models hosted on Vertex AI for independent plan review?

Yes, you can use configurable Gemini or Claude models hosted on Vertex AI as remote skeptics to independently analyze your software engineering milestones, feature work, and refactors.

How are conflicting findings handled during remote adversarial plan validation?

A synthesis model consolidates the findings from all skeptics, casts an additional validation vote, and confirms only issues supported by at least two votes to ensure reliable plan validation.