plan-eng-review

Guide structured engineering reviews of PRs and design plans.

33|6|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/WillNigri/Agentic-Tool-Optimization --skill plan-eng-review-willnigri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-eng-review
Source: https://github.com/WillNigri/Agentic-Tool-Optimization/tree/main/.claude/skills/plan-eng-review
Command: npx skills add https://github.com/WillNigri/Agentic-Tool-Optimization --skill plan-eng-review-willnigri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Eng Review provides a structured, escalation-driven process to verify architecture, code quality, test coverage, and performance before shipping, reducing risk and rework.

Core Features & Use Cases

  • Step-by-step engagement for architecture assessment, code quality checks, test planning, and performance considerations.
  • Interactive AskUserQuestion prompts surface tradeoffs, document decisions, and prevent scope creep.
  • Produces artifacts such as a NOT IN SCOPE note, a test plan, and a completion summary, and logs review activity for auditability.
  • Suitable for PRs, technical designs, and large features that require cross-team alignment and formal sign-off.

Quick Start

Start Eng Review on your current branch to surface risks, align on scope, and agree on next steps.

Frequently Asked Questions about plan-eng-review

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

FAQPage Schema
How do I perform a structured engineering plan review before shipping code?

An engineering plan review evaluates architecture, code quality, test coverage, and performance through a structured, interactive workflow. It documents scope boundaries, produces a test plan, and generates a completion summary to ensure risks are surfaced before shipping.

What is the best way to review architecture changes in a pull request?

Reviewing architecture changes in a PR involves a step-by-step assessment of critical paths and design tradeoffs. The process uses interactive prompts to verify code quality and performance considerations, ensuring cross-team alignment and formal sign-off before merging.

How do I prevent scope creep during technical design reviews?

Prevent scope creep in technical design reviews by explicitly documenting a NOT IN SCOPE section. This boundary-setting approach, combined with interactive tradeoff evaluation, keeps the review focused on critical paths and prevents untracked feature expansion.

Can I use engineering reviews for large feature work that requires cross-team alignment?

Yes, engineering reviews are suitable for PRs, technical designs, and large features requiring cross-team alignment. The structured workflow enforces completeness by producing artifacts like test plans, completion summaries, and review logs for future reference and auditability.

When do I need a formal engineering review process?

A formal engineering review process is needed when proposed changes touch architecture, critical paths, or large feature work. It provides escalation-driven verification to reduce risk and rework by thoroughly evaluating code quality and test coverage before shipping.