plan-eng-review

Review proposed engineering plans for architecture, code quality, testing, and performance.

127k|19.1k|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/garrytan/gstack --skill plan-eng-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-eng-review
Source: https://github.com/garrytan/gstack/tree/main/plan-eng-review
Command: npx skills add https://github.com/garrytan/gstack --skill plan-eng-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps engineers thoroughly review and refine their technical plans, ensuring architecture, code quality, testing, and performance are robust before implementation.

Core Features & Use Cases

  • Architecture Review: Evaluates system design, dependencies, data flow, and security.
  • Code Quality: Checks for DRY violations, error handling, and adherence to engineering preferences.
  • Test Review: Ensures adequate test coverage for new code paths and LLM changes.
  • Performance Review: Identifies potential bottlenecks like N+1 queries or memory issues.
  • Use Case: Before starting a complex feature, you can use this Skill to get a detailed engineering review of your proposed architecture and implementation plan, catching potential issues early.

Quick Start

Review the current plan for the new user authentication module, focusing on architecture and test coverage.

Frequently Asked Questions about plan-eng-review

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

FAQPage Schema
What is an engineering plan review and when do I need one?

To review architecture for a proposed plan, evaluate system design, data flow, and security to validate robustness. This process identifies structural weaknesses and ensures the proposed architecture is production-ready before coding begins.

How do I ensure test coverage for new code paths in my architecture?

To ensure test coverage for new code paths, conduct a test review against your engineering preferences. This validates that adequate tests exist for new logic and LLM changes, preventing gaps before implementation.

How do I check my technical plan for performance bottlenecks?

To check a technical plan for performance bottlenecks, conduct a performance review of the proposed plan. This identifies potential memory issues and N+1 query risks, ensuring the system meets production standards.

Does the engineering plan review validate code quality and DRY principles?

Yes, the engineering plan review validates code quality and DRY principles by checking for violations and error handling. It ensures your implementation adheres to predefined engineering preferences for appropriate complexity.

Can I get proposed solutions for architecture issues found during a plan review?

Yes, you can get proposed solutions for architecture issues found during a plan review. The review generates detailed feedback and proposes solutions to ensure all aspects of your engineering plan are production-ready.