review-proposals

Review and apply pending playbook update proposals from the playbook-monitor agent.

4|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/BoardAI/vallor-plugins --skill review-proposals-boardai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-proposals
Source: https://github.com/BoardAI/vallor-plugins/tree/main/vallor/skills/review-proposals
Command: npx skills add https://github.com/BoardAI/vallor-plugins --skill review-proposals-boardai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Legal teams using the playbook-monitor agent accumulate pending playbook update proposals that need human review before changes are applied to the practice profile. This Skill provides a structured approval workflow so attorneys can accept, reject, edit, or defer each proposal with explicit confirmation before any file is modified. ## Core Features & Use Cases - Proposal-by-Proposal Review: Steps through each pending playbook update proposal individually, presenting the full proposal block with four options: Accept, Reject, Edit, or Defer. - Diff Preview Before Writing: Shows the exact diff to the practice profile file (~/.claude/plugins/config/vallor/CLAUDE.md) and applies changes only after explicit attorney confirmation. - Decision Logging and Archival: Logs rejected or deferred decisions without modifying the profile, then summarizes all changes and archives the proposals file once resolved. - Use Case: After the playbook-monitor agent flags negotiation deviations and surfaces three playbook update proposals, run this Skill to walk through each one, approve two with edits, reject one, and archive the batch. ## Quick Start Ask the assistant to review the pending playbook proposals and step through each one for approval.

Frequently Asked Questions about review-proposals

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

FAQPage Schema
How do I review pending playbook update proposals?

Run the review-proposals command with no arguments. It loads the playbook-monitor agent's review flow and presents each pending proposal one at a time with Accept, Reject, Edit, or Defer options.

What happens when I accept a playbook proposal?

The Skill shows the exact diff to the practice profile file at ~/.claude/plugins/config/vallor/CLAUDE.md before writing anything. Changes are applied only after you explicitly confirm the diff.

Can I edit a playbook proposal instead of accepting it as-is?

Yes, choose the Edit option when a proposal is presented. The Skill shows the modified diff for your confirmation before applying it to the practice profile, same as the Accept flow.

What happens if there are no pending playbook proposals?

The Skill checks for the proposals file first. If none exists or it is empty, it responds that there are no pending proposals and the playbook is up to date, then stops without taking further action.

Does rejecting a proposal change my playbook file?

No. Rejected or deferred proposals are only logged as decisions. The practice profile file is never modified unless you explicitly confirm an Accept or Edit action.