scope-check

Compare current implementation against original plans to quantify net scope change.

10|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/wanghaisheng/OpenAgenticGame-Studios --skill scope-check-wanghaisheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scope-check
Source: https://github.com/wanghaisheng/OpenAgenticGame-Studios/tree/main/refenrece/skills/scope-check
Command: npx skills add https://github.com/wanghaisheng/OpenAgenticGame-Studios --skill scope-check-wanghaisheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents uncontrolled expansion of project scope by rigorously comparing implemented work against original plans, identifying deviations, and recommending corrective actions.

Core Features & Use Cases

  • Scope Analysis: Compares current implementation against design documents or sprint plans.
  • Deviation Identification: Flags added features, removed items, and quantifies scope changes.
  • Recommendation Engine: Suggests items to cut, defer, or keep based on project goals and schedule impact.
  • Use Case: Before a major release, run scope-check on the 'new-feature-X' sprint to ensure only planned functionality is included, preventing last-minute additions that could delay the launch.

Quick Start

Run scope-check for the current sprint to analyze scope creep.

Frequently Asked Questions about scope-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze project scope creep by comparing current implementation against original plans?

Analyze project scope creep by comparing current git logs and development tracking against original design documents and sprint plans to identify added features, removed items, and quantify net scope change.

How do I identify scope deviations during sprint planning?

Identify scope deviations during sprint planning by comparing current feature development against baseline sprint plans, flagging uncontrolled additions and removals to maintain project focus and timeline adherence.

What's the best way to quantify net scope change for feature development?

The best way to quantify net scope change for feature development is to compare implemented work against original design documents, flagging added features and removed items to calculate the overall deviation.

Do I need git logs and design documents to run a scope creep analysis?

Yes, you need git logs, design documents, and sprint plans to run a comprehensive scope creep analysis, as these provide the baseline original plans and current implementation required for comparison.

Can I use scope analysis for risk assessment before a major release?

Yes, you can use scope analysis for risk assessment before a major release by running a sprint comparison to ensure only planned functionality is included, preventing last-minute additions that delay the launch.

How does a recommendation engine suggest items to cut or defer for project management?

A recommendation engine suggests items to cut, defer, or keep by evaluating identified scope deviations against project goals and schedule impact, recommending corrective actions to prevent uncontrolled expansion.