Back to skills

plan-eng-review

development

Runs an engineering manager-style review on a plan before coding starts. Checks architecture, data flow, test coverage, edge cases, and performance, then walks through each issue interactively with op

Setup & Installation

npx skills add https://github.com/garrytan/plan-eng-review --skill plan-eng-review
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/plan-eng-review
View on GitHub

What This Skill Does

Runs an engineering manager-style review on a plan before coding starts. Checks architecture, data flow, test coverage, edge cases, and performance, then walks through each issue interactively with opinionated recommendations. Designed to catch problems at plan stage, when fixing them costs minutes instead of days. Catching an architecture problem in a plan takes minutes; catching it after implementation means rewriting code.

When to use it

  • Working with plan eng review functionality
  • Implementing plan eng review features
  • Debugging plan eng review related issues