plan-review

Evaluate research findings and update prd.json with logged changes.

182|33|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/YougLin-dev/Aha-Loop --skill plan-review-youglin-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-review
Source: https://github.com/YougLin-dev/Aha-Loop/tree/main/.agents/skills/plan-review
Command: npx skills add https://github.com/YougLin-dev/Aha-Loop --skill plan-review-youglin-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the evaluation of research findings and updates PRD plans to keep roadmaps aligned with new insights and constraints.

Core Features & Use Cases

  • Read and summarize research reports to determine impact on current and future stories
  • Update prd.json with proposed changes and enforce consistency with roadmap and dependencies
  • Document changes in changeLog and preserve audit trails for governance

Quick Start

Run the plan-review workflow against the latest research file at scripts/aha-loop/research/US-001-research.md to apply changes to the PRD and log updates.

Frequently Asked Questions about plan-review

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

FAQPage Schema
How do I automate PRD plan updates from research findings?

To automate PRD plan updates, this skill reads research reports, evaluates their impact on current and future stories, and updates prd.json to keep roadmaps aligned with new insights and constraints.

What is the best way to maintain dependency order when adjusting a product roadmap?

The best way to maintain dependency order is to use an automated plan review that enforces consistency with existing roadmap dependencies and records all modifications in a changeLog for traceability.

How does changeLog traceability work during PRD planning workflows?

ChangeLog traceability works by automatically documenting all proposed changes to prd.json during research, exploration, planning, and implementation phases, preserving a complete audit trail for governance.

Can I use markdown research files to modify stories in prd.json?

Yes, you can use markdown research files to modify stories. The workflow reads research files like US-001-research.md, summarizes their findings, and applies the necessary modifications to prd.json.

When should I modify stories and adjust roadmaps during project management?

You should modify stories and adjust roadmaps whenever new research findings or constraints are introduced, ensuring that the PRD planning workflow remains aligned with updated insights across all implementation phases.