Agent Skills
› chrisblattman/claudeblattman
› review-plan
review-plan
GitHub对提出的计划进行结构化审查,识别风险、依赖缺失及执行顺序问题,提供改进建议并给出通过、修改或重做的明确结论。
Trigger Scenarios
用户要求审查计划
压力测试计划
批评工作流
识别风险
改善执行序列
Install
npx skills add chrisblattman/claudeblattman --skill review-plan -g -y
SKILL.md
Frontmatter
{
"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:
- Objective clarity and success criteria.
- Missing dependencies, permissions, sources, or stakeholders.
- Sequencing risks and irreversible actions.
- Scope creep, maintenance cost, and simpler alternatives.
- Verification, rollback, and handoff.
Workflow
- Restate the plan and its intended outcome.
- Identify the highest-risk assumptions.
- Separate blocking issues from improvements.
- Recommend a revised sequence.
- Call out what not to do.
- End with a verdict: proceed, revise first, or rethink.
Output Shape
Plan under review:
Blocking issues:
Important improvements:
Revised sequence:
What not to do:
Verdict:
Version History
- 12e14d4 Current 2026-07-24 11:55


