loop-plan-evaluator

Evaluate execution plans for scope, dependencies, and DAG validity.

371|38|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill loop-plan-evaluator-ibrahim-3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop-plan-evaluator
Source: https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers/tree/main/skills/loop-plan-evaluator
Command: npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill loop-plan-evaluator-ibrahim-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-execution quality gate. Verifies plan correctness and scope before any implementation begins to prevent drift and wasted work.

For major tracks, this step also invokes the Board of Directors for multi-perspective expert review.

Core Features & Use Cases

  • Scope Alignment: ensure every task traces to a spec requirement and remains within defined boundaries.
  • Overlap & Dependency Checks: detect plan overlaps and verify prerequisites to ensure correct sequencing.
  • DAG Validation & Board Review: validate DAG structure and optionally trigger board review for high-impact plans.

Quick Start

Execute a plan evaluation on the provided plan.md to verify scope alignment, dependency order, DAG validity, and readiness for parallel execution.

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 scope drift?

Pre-execution plan validation verifies scope alignment and dependency correctness before implementation begins. It checks that every task traces to a spec requirement and remains within defined boundaries to prevent wasted development work.

What is a DAG quality gate in software execution planning?

A DAG quality gate validates the structure of your Directed Acyclic Graph to ensure correct task sequencing and readiness for parallel execution. It detects plan overlaps and verifies prerequisites to enforce proper dependency order before coding starts.

How do I check task dependencies and overlap in a project plan?

You can check task dependencies by evaluating the plan to detect overlaps and verify prerequisites. This ensures correct sequencing by validating the DAG structure and confirming all inputs are properly ordered for parallel execution.

Can I trigger an expert review for major execution tracks?

Yes, for major tracks the evaluation invokes a Board of Directors for multi-perspective expert review. This high-impact plan review validates DAG validity and tracks board outcomes to ensure plan correctness.

When do I need to run a plan evaluation in my development workflow?

You need to run plan evaluation after creating your execution plan and before the executor begins coding. This quality gate step verifies inputs, DAG validity, and task clarity while updating metadata to track state.

Does plan evaluation work for tracks of all sizes?

Yes, plan evaluation applies to tracks of all sizes to verify scope and dependencies. Major tracks additionally trigger a Board of Directors expert review, while all tracks enforce inputs, DAG validity, and proper metadata updates.