plan-eng-review

Review engineering plans and output markdown reviews with diagrams and test matrices.

3|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/The13thNode/VibeCorp_PromptCEO --skill plan-eng-review-the13thnode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-eng-review
Source: https://github.com/The13thNode/VibeCorp_PromptCEO/tree/main/skills/public/plan-eng-review
Command: npx skills add https://github.com/The13thNode/VibeCorp_PromptCEO --skill plan-eng-review-the13thnode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Engineering plans often miss hidden assumptions, architectural oversights, and insufficient test coverage, leading to costly rework. This Skill forces those gaps into the open before any code is written.

Core Features & Use Cases

  • Generates an ASCII architecture diagram highlighting new and existing components.
  • Produces state‑machine sketches and flags conflicts with existing designs.
  • Analyzes data‑model impact, API changes, and migration needs.
  • Enumerates edge cases, failure modes, and a comprehensive test matrix.
  • Delivers a clear verdict (approved or needs revision) and automates documentation and Slack notification.

Quick Start

Ask the plan‑eng‑review skill to evaluate the new feature plan and produce a full engineering review.

Frequently Asked Questions about plan-eng-review

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

FAQPage Schema
How do I validate an engineering plan to surface hidden architecture gaps?

To validate an engineering plan, you need a review process that surfaces architecture gaps, hidden assumptions, and test coverage deficiencies. This forces critical design flaws into the open before any code is written, preventing costly rework later.

What should an engineering review include for a new feature proposal?

An engineering review should include architecture diagrams, state machine sketches, data model impact analysis, edge case enumeration, and a test matrix. These components ensure comprehensive coverage of new feature proposals and identify potential failure modes.

How do I generate a test matrix and edge cases from a feature plan?

Generating a test matrix and edge cases requires analyzing the feature plan to enumerate failure modes and boundary conditions. The review process systematically extracts these scenarios to ensure comprehensive test coverage before implementation begins.

When do I need a state machine sketch for my data model impact analysis?

You need a state machine sketch during data model impact analysis when introducing new components or state transitions. It helps flag conflicts with existing designs and clarifies how API changes and migration needs affect current system states.

Does this engineering review workflow require CEO approval before running?

Yes, this engineering review workflow applies to feature proposals after CEO approval. It serves as a technical validation gate, generating a final verdict, markdown documentation, and a Slack notification to communicate the review status.

What is the best way to document architecture diagrams and plan validation results?

The best way to document plan validation results is to generate an ASCII architecture diagram and output a markdown review file. Saving this to a dedicated documentation directory ensures the engineering review remains accessible for future reference and team alignment.