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


