Review and approve (or reject) pending playbook update proposals from the playbook-monitor agent and apply approved changes to the practice profile. Use when the playbook-monitor agent has surfaced proposals, when the user says "review playbook proposals", "what playbook updates are pending", or wants to step through deviation-driven playbook changes.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add infometa/workbuddyskills --skill review-proposals --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Review Proposals?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/infometa-review-proposals)More formats (shields.io, HTML) on the badges page.
---
name: review-proposals
description: >
Review and approve (or reject) pending playbook update proposals from the
playbook-monitor agent and apply approved changes to the practice profile. Use
when the playbook-monitor agent has surfaced proposals, when the user says
"review playbook proposals", "what playbook updates are pending", or wants to
step through deviation-driven playbook changes.
argument-hint: "[no arguments needed — works from the pending proposals file]"
---
# /review-proposals
Steps through pending playbook update proposals from the monitor agent and applies approved changes to `~/.codebuddy/plugins/config/legal-workflows/commercial-legal/practice-profile.md`.
## Instructions
1. **Load the playbook-monitor agent** and run Step 5 (review and approval flow).
2. **If no proposals file exists** or it is empty: respond *"No pending proposals. Playbook is up to date."* Do not proceed further.
3. **Present proposals one at a time.** For each, show the full proposal block and offer four options: Accept, Reject, Edit, Defer.
4. **For Accept or Edit:** show the exact diff to `~/.codebuddy/plugins/config/legal-workflows/commercial-legal/practice-profile.md` before writing. Only apply after the attorney explicitly confirms.
5. **For Reject or Defer:** log the decision. Do not modify `~/.codebuddy/plugins/config/legal-workflows/commercial-legal/practice-profile.md`.
6. **After all proposals are resolved:** show a summary of what changed, then archive the proposals file.
## Examples
```
/commercial-legal:review-proposals
```
```
/commercial-legal:review-proposals
(runs automatically after playbook-monitor notifies you)
```
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!