plan-and-review

Coordinate plan creation through four validation phases before execution.

31|3|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/JeremyDev87/codingbuddy --skill plan-and-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-and-review
Source: https://github.com/JeremyDev87/codingbuddy/tree/main/packages/rules/.ai-rules/skills/plan-and-review
Command: npx skills add https://github.com/JeremyDev87/codingbuddy --skill plan-and-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate end-to-end plan creation with automated validation to prevent weak or misaligned plans from executing, ensuring quality checks are baked in before any implementation work begins.

Core Features & Use Cases

  • Automated multi-phase planning: Create Plan, Review, Revise, and Approved phases to catch issues early.
  • Plan validation orchestration: Dispatch plan-reviewer subagents to assess file paths, acceptance criteria, and scope alignment.
  • Guardrails and migration readiness: Enforce TDD structure, traceable tasks, and backward compatibility considerations for complex features.

Quick Start

Create a feature plan and route it through automated review before any implementation starts.

Frequently Asked Questions about plan-and-review

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

FAQPage Schema
How do I validate a feature plan before starting implementation?

To validate a feature plan before implementation, route it through an automated review phase that checks path validity, acceptance criteria specificity, and TDD alignment to prevent weak plans from executing.

What is automated plan validation and how does it work?

Automated plan validation is a workflow that dispatches reviewer subagents to assess file paths, scope alignment, and TDD structure across Create, Review, Revise, and Approved phases to catch planning issues early.

How do I enforce TDD alignment and traceable tasks during project planning?

Enforce TDD alignment and traceable tasks during project planning by applying formal guardrail checks during the review phase, ensuring backward compatibility considerations and specific acceptance criteria are met before approval.

Does this planning workflow support subagent-driven execution?

Yes, subagent-driven execution is supported once a plan reaches the Approved phase, ensuring that only validated plans with formal checks for path validity and acceptance criteria proceed to automated implementation.

Can I use automated plan review for complex feature migration readiness?

Yes, you can use automated plan review for complex feature migration readiness, as it enforces backward compatibility considerations, traceable tasks, and TDD structure to ensure migration plans are fully validated before execution.