Token导航 LogoToken导航TokenDH.com
前端设计需要联网unknown未标认证来源可访问许可证需确认审计未展示

plan-review计划审查

Agent Skill

plan-review 用于补充前端设计相关能力,适合在 Local Agent 中需要让 Agent 承接前端设计相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

188

周安装

8

下载量

66
Local Agent

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:plan-review(计划审查)
来源仓库:https://smithery.ai
仓库路径:plan-review
安装命令:
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

用于补充前端设计相关能力。plan-review 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

  • 适合让 Agent 承接前端设计相关任务。
  • 可结合来源仓库和 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态。适用宿主包括 Local Agent,接入前应确认版本、权限和运行环境要求。
  • 注意是否会触发联网、命令执行或文件读写。

SKILL.md

Project Plan Review and Validation

Overview

Plan review is a systematic process for evaluating project plans and specifications. Assess architecture decisions, building blocks, sprint plans, cost estimates, risk assessments, and implementation roadmaps. Apply this skill to validate project plans before implementation begins.

When to Use This Skill

This skill should be used when:

  • Reviewing completed project plans and specifications
  • Validating architecture decisions and technology choices
  • Assessing building block specifications for completeness
  • Reviewing sprint plans and user stories for INVEST criteria
  • Validating cost estimates and ROI projections
  • Evaluating risk assessments and mitigation strategies
  • Providing constructive feedback on implementation roadmaps

Visual Enhancement with Project Diagrams

When creating review documents, consider adding diagrams to enhance communication.

Use the project-diagrams skill to generate:

  • Architecture review diagrams highlighting concerns
  • Dependency analysis visualizations
  • Sprint timeline charts
  • Risk heat maps
  • Cost breakdown charts
python .claude/skills/project-diagrams/scripts/generate_schematic.py "diagram description" -o diagrams/output.png

Plan Review Workflow

Conduct plan review systematically through the following stages.

Stage 1: Initial Assessment

Begin with a high-level evaluation to determine the plan's scope, completeness, and overall quality.

Key Questions:

  • What is the project's core objective and value proposition?
  • Are all major deliverables and milestones identified?
  • Is the scope realistic for the proposed timeline and resources?
  • Are there any immediate major gaps or inconsistencies?

Output: Brief summary (2-3 sentences) capturing the plan's essence and initial impression.

Stage 2: Architecture Review

Evaluate the system architecture and technology decisions.

Technology Stack Assessment

  • Appropriateness: Is the stack suitable for the project's requirements?
  • Maturity: Are chosen technologies production-ready and well-supported?
  • Team Skills: Does the team have expertise with the chosen stack?
  • Scalability: Can the architecture handle projected growth?
  • Cost: Are there hidden costs or vendor lock-in risks?

Architecture Decision Records (ADRs)

  • Are major decisions documented with context and rationale?
  • Are alternatives considered and trade-offs discussed?
  • Are decisions traceable to requirements?

Component Design

  • Is the system properly decomposed into logical components?
  • Are component boundaries clear and responsibilities well-defined?
  • Are interfaces between components specified?
  • Are there circular dependencies or tight coupling concerns?

Stage 3: Building Block Specification Review

Evaluate each building block for completeness and buildability.

For each building block, verify:

Specification Completeness

  • Clear name and description
  • Type identified (frontend, backend, infrastructure, integration, shared)
  • Responsibilities listed (specific, not vague)
  • Dependencies documented
  • Interfaces defined (API endpoints, events, data contracts)
  • Complexity estimate (S, M, L, XL)
  • Estimated hours/story points
  • Test criteria specified

Buildability Assessment

  • Can Claude Code build this block independently?
  • Are all prerequisites and dependencies available?
  • Is the scope small enough for incremental delivery?
  • Are acceptance criteria testable?

Interface Contracts

  • Are API endpoints RESTful with proper HTTP methods?
  • Are request/response schemas defined?
  • Are error responses specified?
  • Are events and messages well-documented?

Stage 4: Sprint Plan Review

Evaluate sprint plans for feasibility and INVEST criteria.

Sprint Structure

  • Goals: Are sprint goals clear, measurable, and achievable?
  • Duration: Is the sprint duration realistic (typically 1-2 weeks)?
  • Scope: Is the sprint scope appropriate for the team capacity?
  • Dependencies: Are inter-sprint dependencies identified?

User Stories Assessment (INVEST Criteria)

CriterionQuestion
IndependentCan this story be delivered without other stories?
NegotiableIs the scope flexible based on feedback?
ValuableDoes it deliver value to users or stakeholders?
EstimableCan effort be reasonably estimated?
SmallCan it be completed within a sprint?
TestableAre acceptance criteria clear and testable?

Story Quality Checklist

  • Clear "As a... I want... So that..." format
  • Acceptance criteria are specific and measurable
  • Story points are assigned
  • Building block association is specified
  • Dependencies are identified
  • Priority is assigned

Stage 5: Cost Analysis Review

Evaluate cost estimates and financial projections.

Service Cost Verification

  • Are estimates based on current pricing (not outdated)?
  • Are pricing sources documented?
  • Are usage assumptions realistic?
  • Are low/mid/high scenarios provided?

Cost Categories to Verify

  • Infrastructure costs (compute, storage, networking)
  • Third-party service costs (APIs, SaaS)
  • Development tool costs (CI/CD, monitoring)
  • Licensing costs
  • Personnel costs (if applicable)
  • Contingency buffer (typically 15-25%)

ROI Assessment

  • Are revenue projections realistic and justified?
  • Is the payback period calculated correctly?
  • Are growth assumptions documented?
  • Are comparable market data referenced?

Stage 6: Risk Assessment Review

Evaluate risk identification and mitigation strategies.

Risk Register Completeness

  • Risks categorized (technical, business, resource, external, security)
  • Likelihood assessed (low, medium, high)
  • Impact assessed (low, medium, high)
  • Risk scores calculated
  • Mitigation strategies defined
  • Contingency plans documented
  • Risk owners assigned

Risk Coverage Assessment

Verify these common risk categories are addressed:

CategoryExample Risks
TechnicalIntegration failures, scalability issues, technical debt
SecurityData breaches, authentication vulnerabilities
ResourceKey person dependency, skill gaps, turnover
ExternalThird-party API changes, regulatory changes
BusinessMarket changes, competitor actions, budget cuts
TimelineScope creep, dependency delays, underestimation

Mitigation Quality

  • Are mitigations actionable and specific?
  • Are contingency plans realistic?
  • Is residual risk acceptable?

Stage 7: Timeline and Milestone Review

Evaluate the implementation timeline.

Timeline Realism

  • Are duration estimates realistic based on complexity?
  • Is there adequate buffer for uncertainties (20-30%)?
  • Are holidays and team availability considered?
  • Are external dependencies factored in?

Critical Path Analysis

  • Is the critical path identified?
  • Are bottlenecks recognized?
  • Are parallel workstreams maximized?
  • Are milestone dependencies clear?

Milestone Quality

  • Milestones are measurable and verifiable
  • Deliverables are clearly defined
  • Success criteria are specified
  • Review gates are planned

Structuring Plan Review Reports

Organize feedback in a hierarchical structure.

Summary Statement

Provide a concise overall assessment (1-2 paragraphs):

  • Brief synopsis of the project plan
  • Overall recommendation (approve, minor revisions, major revisions, significant rework)
  • Key strengths (2-3 bullet points)
  • Key concerns (2-3 bullet points)
  • Bottom-line assessment of implementation readiness

Critical Issues

List issues that must be resolved before implementation:

  • Missing critical specifications
  • Unrealistic estimates or timelines
  • Major architectural flaws
  • Unaddressed high-impact risks
  • Budget insufficiencies

For each critical issue:

  1. Clearly state the issue
  2. Explain why it's critical
  3. Suggest specific resolution
  4. Indicate blocking nature

Major Recommendations

List important issues that should be addressed:

  • Specification gaps
  • Unclear interfaces
  • Missing test criteria
  • Questionable technology choices
  • Incomplete risk coverage

Minor Suggestions

List improvements for plan quality:

  • Documentation clarifications
  • Diagram additions
  • Minor specification enhancements
  • Alternative approaches to consider

Questions for Clarification

List specific questions needing answers:

  • Unclear requirements
  • Ambiguous decisions
  • Missing context
  • Assumption verification

Review Checklist by Plan Component

Project Specification Review

  • Problem statement is clear
  • Target users defined
  • Core features prioritized
  • Success metrics specified
  • Constraints documented

Technical Specification Review

  • Architecture diagram included
  • Technology stack justified
  • Data model complete
  • API specification defined
  • Security considerations addressed
  • Performance requirements stated

Building Blocks Review

  • All functionality covered
  • No overlapping responsibilities
  • Dependencies form DAG (no cycles)
  • Interfaces are consistent
  • Complexity estimates reasonable

Sprint Plan Review

  • All building blocks assigned to sprints
  • Dependencies respected in ordering
  • Capacity is realistic per sprint
  • Stories are properly decomposed
  • Acceptance criteria are testable

Cost Analysis Review

  • All services identified
  • Current pricing used
  • Usage assumptions documented
  • Scenarios provided (low/mid/high)
  • ROI calculated with realistic assumptions

Risk Assessment Review

  • Major risk categories covered
  • High-impact risks have mitigations
  • Contingency plans exist
  • Risk owners assigned
  • Monitoring approach defined

Tone and Approach

Maintain a constructive, professional tone throughout.

Best Practices:

  • Be constructive: Frame concerns as opportunities for improvement
  • Be specific: Reference specific sections, blocks, or estimates
  • Be balanced: Acknowledge strengths alongside concerns
  • Be actionable: Provide concrete suggestions
  • Be thorough: Cover all plan components systematically

Avoid:

  • Vague criticism without specifics
  • Dismissing plans without justification
  • Imposing personal preferences over best practices
  • Scope creep in recommendations
  • Perfectionism that delays implementation

Final Checklist

Before finalizing the review, verify:

  • Summary clearly conveys overall assessment
  • Critical issues are justified and actionable
  • All plan components reviewed
  • Recommendations are specific and feasible
  • Questions are clear and answerable
  • Tone is constructive throughout
  • Review is proportionate to plan scope
  • Recommendation is consistent with issues identified

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Local Agent

85.45%
按下载量换算56

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills