agenterminal-plan-review

Submits implementation plans to AgentTerminal for Codex-based review and approval tracking.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/paulyokota/FeedForward --skill agenterminal-plan-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agenterminal-plan-review
Source: https://github.com/paulyokota/FeedForward/tree/main/.claude/skills/agenterminal-plan-review
Command: npx skills add https://github.com/paulyokota/FeedForward --skill agenterminal-plan-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow enables teams to submit their implementation plans for formal review and track feedback and approvals via AgentTerminal, reducing back-and-forth and ensuring alignment before starting work.

Core Features & Use Cases

  • Submit an implementation plan file for review and initiate a Codex-backed evaluation.
  • Auto-dispatch reviewers, manage conversations, and track status across multiple cycles.
  • Use plan_approval for lightweight go/no-go decisions without a formal Codex review.

Quick Start

Place your plan in a file (e.g., plan.md) and submit it with agenterminal.request, including a concise description and the path to the plan.

Frequently Asked Questions about agenterminal-plan-review

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

FAQPage Schema
How do I submit an implementation plan for Codex review?

To submit an implementation plan for Codex review, place your plan in a file and send an agenterminal.request with the type, description, and plan_path to receive structured feedback or acceptance.

What is the difference between plan_review and plan_approval?

Plan_review initiates a formal Codex-backed evaluation with auto-dispatch and re-review cycles, while plan_approval provides a lightweight go/no-go decision without a formal Codex review.

How does auto-dispatch work when tracking plan review cycles?

Auto-dispatch automatically assigns reviewers and manages conversations across multiple review cycles, allowing you to track status and iterate on feedback until the plan receives acceptance.

Can I use an existing conversation ID when submitting a plan for review?

Yes, you can include an optional conversation_id in your agenterminal.request to track and continue an existing plan review conversation across multiple feedback cycles.

Do I need any dependencies to run plan review workflows?

No dependencies are required. You can submit plan files and descriptions directly through the agenterminal.request to enforce structured interaction and receive Codex analysis.

Why does my implementation plan review keep returning feedback instead of acceptance?

A plan review returns feedback instead of acceptance when the Codex analysis identifies issues, triggering re-review cycles that require plan updates before final approval.