scope-check

Detect and quantify scope creep by comparing planned scope against implemented state.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/johnatas-henrique/overdrive --skill scope-check-johnatas-henrique
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scope-check
Source: https://github.com/johnatas-henrique/overdrive/tree/main/.opencode/skills/scope-check
Command: npx skills add https://github.com/johnatas-henrique/overdrive --skill scope-check-johnatas-henrique

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the blind spot of unplanned scope additions (scope creep) that silently derail project timelines, budgets, and resource allocation, giving teams clear visibility into how much work has been added or removed from the original plan.

Core Features & Use Cases

  • Baseline Scope Comparison: Automatically pulls original planned scope from design documents, sprint plans, or milestone files to establish a consistent baseline for comparison.
  • Creep Detection & Quantification: Scans the current codebase, git history, and active plans to identify unplanned additions, removed items, and calculate a net bloat score with percentage change.
  • Actionable Triage: Generates a risk assessment and prioritized recommendations for cuts, deferrals, and items that need stakeholder approval.
  • Use Case: A sprint lead can use this skill mid-sprint to check if unplanned feature requests are pushing the sprint timeline beyond acceptable limits, and get concrete steps to re-scope without derailing core deliverables.

Quick Start

Use the scope-check skill to analyze the current active sprint for unplanned scope additions and receive a verdict on whether the project timeline remains viable.

Frequently Asked Questions about scope-check

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

FAQPage Schema
How do I detect scope creep in an active sprint?

You detect scope creep by comparing original planned scope from design documents against current implemented features, generating a bloat score with percentage change. This comparison highlights unplanned additions and calculates timeline risks to support immediate replanning decisions.

What is a bloat score in project management?

A bloat score quantifies the net unplanned scope additions and removed items compared to your original baseline. It serves as a measurable risk indicator to determine if iterative software development timelines remain viable.

Can I use sprint planning baseline comparisons for game development milestones?

Yes, baseline scope comparisons apply directly to game development milestone audits. The process pulls original planned scope from design documents to identify unplanned feature additions and generate prioritized cut or defer recommendations for the milestone.

How do I prioritize feature cuts when unplanned scope derails a sprint?

You prioritize feature cuts by generating a structured triage report that assesses risk and outputs prioritized recommendations. This identifies which unplanned additions to cut, defer, or send for stakeholder approval to keep core deliverables on track.

Does scope creep detection require specific dependencies or components?

No, scope creep detection does not require external dependencies or components to function. It operates independently to scan codebase and git history data, establishing a baseline from existing milestone files and sprint plans.

When should I perform a milestone audit for feature scope changes?

You should perform a milestone audit for feature scope changes mid-sprint or during active development to check if unplanned requests push timelines beyond acceptable limits. Early detection prevents unplanned additions from silently derailing budgets and resource allocation.