scope-check

Compare original plans with current state to quantify project scope changes.

Updated May 16, 2026
One-click install
npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill scope-check-seonghuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scope-check
Source: https://github.com/SeongHuni/LightNShadowSurviver/tree/main/GameStudio/codex/skills/scope-check
Command: npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill scope-check-seonghuni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

This Skill helps identify scope creep by comparing current project scope against the original plan, ensuring projects stay on track.

Core Features & Use Cases

  • Scope Creep Analysis: Compares planned scope with the current state.
  • Addition & Removal Reporting: Identifies added features, dropped items, and quantifies scope changes.
  • Risk Assessment: Provides a risk assessment based on scope change and suggests recommendations.

Quick Start

Run 'scope-check feature-name' to analyze scope creep for a specific feature.

Frequently Asked Questions about scope-check

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

FAQPage Schema
How do I detect and quantify scope creep in a software project?

Scope creep detection compares your original project plan against the current state to identify added or removed features and quantify changes. This Skill analyzes your project scope by reading files, parsing text, and executing Git commands to report deviations.

Can I compare my original project plan against the current Git repository state?

Yes, you can compare your project plan against your current Git repository state. The Skill executes Git commands and parses text files to identify scope additions, removals, and quantifies the overall changes to keep your project on track.

How do I assess project risks caused by uncontrolled scope changes?

Risk assessment for scope changes is generated by comparing the planned scope with the current state. The Skill quantifies deviations and provides a risk assessment based on those changes, offering recommendations to maintain project control.

Does scope comparison require Python to run Git commands and parse text?

Yes, scope comparison requires Python to run the necessary scripts. The Skill depends on Python to execute Git commands, read project files, and parse text for identifying additions, removals, and quantifying scope changes.

What is the best way to track dropped features and new additions during development?

The best way to track dropped features and additions is by running a scope comparison against your version control system. This Skill identifies and quantifies exactly what was added or removed from the original plan.

Why does my project need scope comparison if I already use version control?

Version control tracks code changes, but scope comparison analyzes project scope creep by comparing the original plan with the current state. It translates Git commits into a risk assessment highlighting added features, dropped items, and quantified deviations.