scope-check

Compare planned feature scope against current implementation to quantify scope creep.

Updated Dec 22, 2024
One-click install
npx skills add https://github.com/imgamer/AILearn --skill scope-check-imgamer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scope-check
Source: https://github.com/imgamer/AILearn/tree/main/game-studios/Claude-Code-Game-Studios-e375f/.claude/skills/scope-check
Command: npx skills add https://github.com/imgamer/AILearn --skill scope-check-imgamer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you detect and quantify scope creep by comparing the original planned scope to what’s actually implemented or in progress, then producing a clear verdict and next-step recommendations.

Core Features & Use Cases

  • Baseline vs current comparison: Locates the original plan (feature, sprint, or milestone) and compares it to the current state by scanning relevant files and development history.
  • Actionable scope-change report: Identifies added items, removed items, calculates a bloat score, and assesses schedule/quality/integration risks.
  • Decision-oriented recommendations: Provides prioritized guidance to cut, defer, keep, or flag items for producer/creative-director decisions.

Example use: You’re reviewing a feature that’s mid-sprint and suspect the work expanded—run this to quantify additions, estimate net scope change, and decide whether to cut or escalate.

Quick Start

Use the scope-check skill with a feature name, sprint number, or milestone name to generate a scope creep verdict and recommendations.

Frequently Asked Questions about scope-check

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

FAQPage Schema
How do I quantify scope creep during a sprint review?

You can quantify scope creep by comparing your baseline feature or sprint plan against the current codebase and git history. This analysis calculates a bloat score and identifies added items to determine net scope change.

What is a bloat score in project triage?

A bloat score in project triage is a calculated metric that quantifies the net scope change between an original plan and current implementation. It helps assess schedule, quality, and integration risks caused by scope creep.

How do I get actionable recommendations for cutting scope creep?

To get actionable recommendations for cutting scope creep, analyze the variance between baseline plans and current development progress. This yields prioritized guidance to cut, defer, keep, or flag items for producer decisions.

Does scope management analysis require specific dependencies or components?

Scope management analysis requires no specific dependencies or external components. It operates as a read-only analysis tool, locating baseline plans in expected design paths and scanning git history to evaluate implementation state.

When should I run a scope creep assessment for feature planning?

You should run a scope creep assessment during sprint reviews, feature planning, and milestone check-ins when you suspect work has expanded. It helps determine whether to cut additions or escalate concerns to producers.

What is the best way to assess schedule and integration risks from git log analysis?

The best way to assess schedule and integration risks from git log analysis is to compare current commits against the baseline planned scope. This flags unexpected additions and produces a clear PASS, CONCERNS, or FAIL verdict.