plan-eng-review

Evaluate architecture, data flow, edge cases, and test strategies before implementation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan-eng-review locks in the execution plan by ensuring the architecture, data flow, edge cases, and test strategy are well defined before coding begins.

Core Features & Use Cases

  • Surface risks early through architecture and data-flow reviews.
  • Define edge-case handling, performance goals, and test coverage.
  • Guide design discussions and stakeholder alignment with actionable recommendations.

Quick Start

Run plan-eng-review on your current design draft to lock the execution plan and surface any gaps.

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 it?

An engineering plan review evaluates architecture, data flow, edge cases, and test strategies before coding begins. You need it during design discussions to surface risks, dependencies, and stakeholder alignment gaps early.

How do I review software architecture and surface risks before implementation?

To review software architecture and surface risks, evaluate your design draft against performance goals, data-flow mappings, and edge-case handling. This process identifies missing test coverage and unaligned stakeholder expectations before development starts.

How to define edge cases and test coverage during a design review?

Define edge cases and test coverage during a design review by tracing data flow through the proposed architecture to identify boundary conditions and failure points. This ensures your execution plan satisfies production-grade performance expectations.

Does architecture review help with stakeholder alignment and dependency tracking?

Architecture review helps with stakeholder alignment and dependency tracking by surfacing risks and traceable choices across the engineering plan. Evaluating the execution plan ensures architectural decisions satisfy all stakeholders before implementation.

What are the limitations of locking in an execution plan before coding?

Limitations of locking in an execution plan include potential delays if architectural decisions or data-flow mappings are incomplete. If edge cases and performance goals are not fully defined, the design review may fail to surface actual implementation risks.