scope-guardian-reviewer

Review planning documents for scope alignment and unjustified complexity.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/xbpk3t/ce-codex --skill scope-guardian-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scope-guardian-reviewer
Source: https://github.com/xbpk3t/ce-codex/tree/main/skills/scope-guardian-reviewer
Command: npx skills add https://github.com/xbpk3t/ce-codex --skill scope-guardian-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews planning documents to detect scope creep, unjustified complexity, and speculative abstractions so teams can deliver the stated outcomes without overengineering.

Core Features & Use Cases

  • Existing-solution check: Identifies where proposed work duplicates or ignores existing code, libraries, or infrastructure and recommends minimal change alternatives.
  • Scope-goal alignment: Quotes mismatched requirements or implementation items and asks which goal they serve.
  • Complexity challenge & prioritization: Flags unnecessary abstractions, framework-ahead-of-need, and priority-dependency issues, and assesses whether partial solutions should be completed.
  • Use Case: Apply to RFCs, design docs, architecture proposals, or sprint plans to produce actionable scope-reduction recommendations and confidence calibration.

Quick Start

Review this planning document for scope alignment and unjustified complexity and produce a prioritized list of mismatches, unnecessary abstractions, and recommended minimal changes with confidence levels.

Frequently Asked Questions about scope-guardian-reviewer

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

FAQPage Schema
How do I review an RFC for scope creep and unjustified complexity?

To review an RFC for scope creep, validate goal-to-scope alignment by quoting mismatched requirements and flagging new abstractions lacking justification. This minimizes speculative complexity and ensures the implementation plan serves only the stated outcomes.

What is the best way to identify speculative abstractions in architecture proposals?

Identifying speculative abstractions in architecture proposals requires challenging framework-ahead-of-need patterns and flagging new abstractions without justification. Evaluating whether existing solutions or infrastructure can serve the goal helps prioritize minimal change alternatives over premature generalization.

How do I check if my design doc duplicates existing infrastructure?

Checking if a design doc duplicates existing infrastructure requires an existing-solution check to identify where proposed work ignores current code or libraries. The review then recommends minimal change alternatives that leverage existing assets instead of building redundant systems.

Can I use a scope review to prioritize remediation for an implementation plan?

Yes, a scope review evaluates implementation plans by flagging priority-dependency issues and assessing whether partial solutions should be completed. It produces an actionable, prioritized list of scope-reduction recommendations with confidence levels to guide delivery.

When should I not use scope alignment analysis for sprint plans?

Scope alignment analysis is less effective for sprint plans that require immediate tactical execution rather than strategic design validation. It targets architecture proposals and RFCs where detecting premature generalization and goal-to-scope mismatches provides significant planning leverage.