Review a proposed plan with a single-pass structured critique and a clear verdict. Use when the user asks to review a plan, stress-test a plan, critique a workflow, identify risks, or improve an execution sequence.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add chrisblattman/claudeblattman --skill review-plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Review Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/chrisblattman-review-plan)More formats (shields.io, HTML) on the badges page.
---
name: review-plan
description: Review a proposed plan with a single-pass structured critique and a clear verdict. Use when the user asks to review a plan, stress-test a plan, critique a workflow, identify risks, or improve an execution sequence.
---
# Review Plan
## Review Priorities
Focus on whether the plan will work in practice:
1. Objective clarity and success criteria.
2. Missing dependencies, permissions, sources, or stakeholders.
3. Sequencing risks and irreversible actions.
4. Scope creep, maintenance cost, and simpler alternatives.
5. Verification, rollback, and handoff.
## Workflow
1. Restate the plan and its intended outcome.
2. Identify the highest-risk assumptions.
3. Separate blocking issues from improvements.
4. Recommend a revised sequence.
5. Call out what not to do.
6. End with a verdict: proceed, revise first, or rethink.
## Output Shape
```text
Plan under review:
Blocking issues:
Important improvements:
Revised sequence:
What not to do:
Verdict:
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...