loop-plan-evaluator

Evaluate execution plans for scope alignment, overlap, dependency correctness, and DAG validity.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Geargrindadmin/gg-agentic-harness --skill loop-plan-evaluator-geargrindadmin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop-plan-evaluator
Source: https://github.com/Geargrindadmin/gg-agentic-harness/tree/main/.agent/skills/loop-plan-evaluator
Command: npx skills add https://github.com/Geargrindadmin/gg-agentic-harness --skill loop-plan-evaluator-geargrindadmin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill acts as a crucial quality gate, preventing wasted development effort by rigorously verifying execution plans before any code is written. It ensures plans are aligned with requirements, free from duplication, and technically sound.

Core Features & Use Cases

  • Scope Alignment: Verifies each task directly maps to specified requirements.
  • Overlap Detection: Checks for redundant work against completed tasks and existing codebase.
  • Dependency Validation: Ensures tasks are ordered correctly and prerequisites are met.
  • DAG Integrity: Validates the structure and correctness of the task dependency graph.
  • Board of Directors Review: For major tracks, convenes expert review for critical assessment.
  • Use Case: Before a new feature is implemented, this agent reviews the proposed development plan, ensuring no task duplicates existing functionality and that all steps logically lead to the desired outcome, potentially involving a review by senior architects.

Quick Start

Use the loop-plan-evaluator skill to evaluate the plan in the attached file 'feature-x-plan.md'.

Frequently Asked Questions about loop-plan-evaluator

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

FAQPage Schema
How do I validate an execution plan before coding to prevent redundant work?

To validate an execution plan before coding, you can evaluate scope alignment, detect overlap with existing code, and verify dependency correctness. This process outputs a PASS/FAIL verdict to ensure plan integrity and prevent wasted development effort.

What is DAG validation in a task dependency graph?

DAG validation checks the structure and correctness of a task dependency graph to ensure tasks are ordered correctly and prerequisites are met. This prevents execution failures by verifying the directed acyclic graph integrity before implementation begins.

How do I check for task overlap and scope alignment against requirements?

Checking for task overlap and scope alignment involves verifying each task directly maps to specified requirements while detecting redundant work against completed tasks. This ensures no task duplicates existing functionality within the codebase.

Can I use a quality gate to review major development tracks before implementation?

You can use a quality gate to review major development tracks before implementation by convening a 'Board of Directors' for critical assessment. This expert review ensures plans are technically sound and logically lead to the desired outcome.

Does the plan evaluation process support automated dependency management?

The plan evaluation process supports automated dependency management by validating task ordering and ensuring all prerequisites are met before execution. It rigorously checks dependency correctness to prevent technical blockers during implementation.

What are the limitations of plan evaluation without a complete codebase analysis?

Without complete codebase analysis, plan evaluation may fail to detect overlap with existing functionality or accurately verify scope alignment. Overlap detection requires checking proposed tasks against completed work to effectively prevent redundant development.