scope-check

Compare original plans to current implementation and quantify scope creep.

14|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill scope-check-euraika-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scope-check
Source: https://github.com/Euraika-Labs/Codex-Code-Game-Studios/tree/main/.agents/skills/scope-check
Command: npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill scope-check-euraika-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies and quantifies scope creep by comparing the original planned scope against the current implementation and work-in-progress, preventing unnoticed bloat and helping teams make data-driven cut or defer decisions.

Core Features & Use Cases

  • Baseline discovery: Locates the original plan document for a feature, sprint, or milestone and validates its presence before analysis.
  • Current-state analysis: Scans the repository, reads git history, and inspects TODO/FIXME markers and active sprint plans to assemble what has been implemented or added.
  • Comparison, scoring, and recommendations: Produces a structured report listing additions and removals, computes a bloat score and verdict (PASS / CONCERNS / FAIL), and recommends cuts, deferrals, or escalation steps for producers.
  • Use Cases: Sprint retrospectives, pre-release scope audits, feature-triage sessions, and producer decision support.

Quick Start

Run scope-check for sprint-3 to compare the original plan with current work and receive a quantified verdict and recommended cuts.

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 a git repository?

You can detect scope creep by comparing original sprint plans against current implementation using this Skill, which scans git history, repository files, and TODO markers to produce a structured report with bloat metrics and risk assessments.

What is the best way to quantify feature bloat before a release?

Quantifying feature bloat involves comparing original milestone plans to production code, computing a bloat score, and returning a verdict of PASS, CONCERNS, or FAIL with actionable recommendations for cutting or deferring work.

How do I audit a sprint for unplanned additions and removals?

Auditing a sprint requires reading the original plan document and scanning the codebase for related changes, which generates a report listing all feature additions and removals to highlight deviations from the baseline scope.

Can I use git history to assess project risk during sprint reviews?

Yes, you can assess project risk during sprint reviews by analyzing git history and production documents, which yields a risk assessment verdict and actionable escalation steps for producers to manage scope deviations.

What do I need to perform a scope audit on a software project?

To perform a scope audit, you need access to repository files, git logs, and original sprint plans, which the Skill reads to validate the baseline and analyze the current state of your implementation.