pipeline-plan-reviewer

Evaluate software architecture plans against acceptance criteria and output plan-review.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/daniyarseifolla/agent-skills --skill pipeline-plan-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-plan-reviewer
Source: https://github.com/daniyarseifolla/agent-skills/tree/main/v2.2/pipeline/plan-reviewer
Command: npx skills add https://github.com/daniyarseifolla/agent-skills --skill pipeline-plan-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan Reviewer automates rigorous evaluation of a project plan against acceptance criteria and architectural patterns to prevent gaps early in delivery.

Core Features & Use Cases

  • Input checks and cross-reference: validates input artifacts and known risks against the plan.
  • Consensus-based review: runs a multi-agent assessment (3x3) for medium-to-large complexities.
  • Handoff readiness: outputs a structured plan-review.md and iteration data for coder/reviewers.
  • Design & architecture alignment: ensures mapping of AC to implementation parts and adherence to architecture patterns.

Quick Start

Feed the prepared plan.md and inputs to the plan-reviewer and run it as Phase 2 to produce the final plan-review.md.

Frequently Asked Questions about pipeline-plan-reviewer

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

FAQPage Schema
How do I validate software architecture plans against acceptance criteria?

Plan review involves automating rigorous evaluation of a plan against architecture patterns and acceptance criteria to prevent gaps during delivery. It validates AC mappings, architecture alignment, scope completeness, dependencies, tests, and design coverage, outputting a structured plan-review.md with a verdict.

What is consensus-driven plan review for software delivery?

Consensus-driven plan review is a multi-agent assessment process that evaluates a project plan against architecture patterns and acceptance criteria. It runs a 3x3 assessment for medium-to-large complexities to ensure handoff readiness and prevent gaps early in delivery.

How do I prepare inputs for an automated architecture plan review?

To prepare inputs for an architecture plan review, provide a prepared plan.md along with required input contracts including artifact_path, key_decisions, known_risks, complexity, and tech_stack_adapter. You can also include an optional design_adapter to guide the evaluation.

Can I use plan review for medium-to-large complexity software projects?

Yes, you can use plan review for medium-to-large complexity software projects. The consensus-based review specifically runs a multi-agent 3x3 assessment tailored for medium-to-large complexities to validate scope completeness, dependencies, tests, and design coverage.

What does a plan-review.md output contain after evaluating a software plan?

A plan-review.md output contains a structured verdict and iteration data for coder and reviewers. It captures the results of validating acceptance criteria mappings, architecture alignment, scope completeness, dependencies, tests, and design coverage to ensure handoff readiness.

When do I need to run a plan review in the software delivery pipeline?

You need to run a plan review in Phase 2 of the software delivery pipeline, after feeding the prepared plan.md and inputs to the reviewer. This prevents gaps early in delivery by ensuring design and architecture alignment before handing off to coders.