plan-eng-review

Review engineering plans for architecture, data flow, testing, and rollout risks.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/minfengyuan/harness-knowledge-base --skill plan-eng-review-minfengyuan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-eng-review
Source: https://github.com/minfengyuan/harness-knowledge-base/tree/main/skills/plan-eng-review
Command: npx skills add https://github.com/minfengyuan/harness-knowledge-base --skill plan-eng-review-minfengyuan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert plausible engineering plans into execution-ready designs by surfacing architectural flaws, data-flow issues, missing tests, edge cases, and operational hazards that would cause surprises during implementation or rollout.

Core Features & Use Cases

  • Summarize the plan's objective, main components, and integration points to establish a shared baseline for review.
  • Evaluate architecture decomposition, interfaces, state ownership, concurrency, and performance hotspots to identify redesign needs.
  • Audit test strategy, failure modes, and observability to produce concrete acceptance criteria and regression checks.
  • Use cases: pre-implementation design review, safety and rollout readiness checks, and tightening ambiguous design decisions before engineering work begins.

Quick Start

Review this implementation plan for architecture, data flow, edge cases, testing strategy, and rollout risks and produce a structured engineering review with concrete fixes and required tests.

Frequently Asked Questions about plan-eng-review

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

FAQPage Schema
How do I review an engineering plan for architecture and data flow risks?

To review an engineering plan, evaluate architecture decomposition, interfaces, state ownership, and concurrency to identify failure modes and required fixes before implementation begins.

What is a pre-implementation design review and when do I need it?

A pre-implementation design review audits test strategy, edge cases, and operational safety to tighten ambiguous decisions before engineering work starts. You need it when validating rollout, migration, or observability plans.

How do I assess operational safety and rollout readiness for a migration plan?

Assess rollout readiness by auditing the migration plan's failure modes, observability metrics, and operational hazards. This surfaces concrete acceptance criteria and regression checks required for a safe execution.

Can I use an architecture review to find missing tests and edge cases?

Yes, an architecture review audits test strategy and edge cases against the plan's components. It produces concrete acceptance criteria and regression checks to ensure all failure modes are covered before execution.

What is the best way to turn an ambiguous plan into an execution-ready design?

The best way to make a plan execution-ready is summarizing its objective and integration points, then evaluating architecture and operational safety to produce concrete recommendations and highlight open decisions.

What should I do if my engineering plan lacks observability and operational safety checks?

If your plan lacks observability and safety checks, review its test strategy and failure modes to produce a structured assessment. This highlights required tests and concrete fixes to achieve execution readiness.