plan-eng-review

Route Nexus frame commands through the canonical /frame surface.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a lightweight mechanism to route Nexus frame commands through the canonical surface without duplicating contract logic.

Core Features & Use Cases

  • Routes the /frame lifecycle through the established Nexus routing surface.
  • Acts as a non-owning alias to simplify command invocation for engineers during development and testing.
  • Use cases include quick frame invocations in scripts or ad-hoc testing when you want the canonical flow to govern.

Quick Start

Invoke the plan-eng-review alias to access the canonical lifecycle route via Nexus /frame.

Frequently Asked Questions about plan-eng-review

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

FAQPage Schema
How do I route Nexus frame commands without duplicating contract logic?

You can route Nexus frame commands by invoking a slim alias that dispatches to the canonical /frame path, relying on existing skill routing manifests without needing its own contract logic.

What is a non-owning alias for command dispatch in developer scripts?

A non-owning alias for command dispatch is a lightweight routing mechanism that forwards commands to an established canonical surface, simplifying invocation without owning the underlying lifecycle contract.

How do I invoke the canonical /frame lifecycle for ad-hoc testing?

To invoke the canonical /frame lifecycle for ad-hoc testing, use the alias to access the standard Nexus routing path, ensuring the established flow governs the command execution.

Do I need to install dependencies to use the Nexus skill router alias?

No dependencies are required to use the Nexus skill router alias. It operates as a slim, non-owning alias that directly leverages existing Nexus skill routing manifests for dispatch.

When should I use an alias instead of calling the /frame path directly?

Use an alias instead of calling the /frame path directly when you need a simple, lightweight mechanism for quick frame invocations in scripts or interactive sessions without duplicating contract logic.

Does the Nexus frame alias work in interactive development sessions?

Yes, the Nexus frame alias works in interactive development sessions and scripts, providing engineers a simple way to invoke the standard /frame path so the canonical flow governs execution.