plan-eng-review

Review system design, data flow, and edge cases to lock in execution plans.

Updated May 27, 2026
One-click install
npx skills add https://github.com/Shmurdoc/EasyRide-v1 --skill plan-eng-review-shmurdoc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-eng-review
Source: https://github.com/Shmurdoc/EasyRide-v1/tree/main/.opencode/skills/gstack-plan-eng-review
Command: npx skills add https://github.com/Shmurdoc/EasyRide-v1 --skill plan-eng-review-shmurdoc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Engineering teams waste significant time implementing flawed architectures because they skip structured plan reviews. Issues with data flow, edge cases, or test coverage often surface during or after coding, leading to expensive rework and delayed releases.

Core Features & Use Cases

  • Interactive Architecture Review: Walks through system design, data flow, and diagrams with opinionated recommendations.
  • Comprehensive Plan Validation: Checks edge cases, test coverage, and performance before implementation begins.
  • Proactive Suggestions: Automatically suggests review when a design doc exists and coding is about to start.
  • Use Case: An engineering manager has a design doc for a new payment processing pipeline. This skill walks through the architecture interactively, flags missing retry logic and idempotency checks, and locks in a plan that prevents production incidents.

Quick Start

Use the plan-eng-review skill to review the attached architecture design document and lock in the execution plan before implementation begins.

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 system design and validate data flow before starting implementation?

An interactive architecture review validates system design and data flow by walking through diagrams and edge cases to lock in the execution plan before coding begins. This proactive validation catches issues early and prevents costly rework.

What is an architecture review for software engineering and when do I need it?

An architecture review is a structured plan validation process checking edge cases, test coverage, and performance. You need it when a design doc exists and coding is about to start, providing opinionated oversight to catch architecture issues early.

How do I check edge cases and test coverage in a design doc?

You check edge cases and test coverage in a design doc by applying interactive plan validation that flags missing logic like retry mechanisms or idempotency checks. This comprehensively locks in the execution plan before development starts.

Can I validate performance and architecture plans for complex pipelines before coding?

Yes, you can validate performance and architecture plans for complex pipelines before coding through interactive review. It provides opinionated recommendations on system design and data flow to prevent production incidents and expensive rework.