plan-eng-review

|

Content Preview
---
name: plan-eng-review
description: |
  Eng manager-mode plan review. Lock in the execution plan — architecture,
  data flow, diagrams, edge cases, test coverage, performance. Walks through
  issues interactively with opinionated recommendations. Use when asked to
  "review the architecture", "engineering review", or "lock in the plan".
  Proactively suggest when the user has a plan or design doc and is about to
  start coding — to catch architecture issues before implementation.
---
<!-- AUT
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/plan-eng-review.md \
  https://raw.githubusercontent.com/garrytan/gstack/main/.agents/skills/gstack-plan-eng-review/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/garrytan/gstack

Then reference at .agents/skills/gstack-plan-eng-review/SKILL.md

Related Skills