Skip to content

strategy-scope-review

An independent, adversarial reviewer (product-owner persona) that assesses whether a refined strategy is right-sized. Invoked by strategy-review in an isolated context: fork, it auto-detects local vs CI mode and checks whether the strategy maps to a single deliverable feature, whether the effort estimate matches the scope, whether scope is explicitly bounded, whether it delivers a complete capability, whether it silently expands or shrinks the RFE, and whether requirements are prioritized (P0/P1/P2). It flags scope traps ("and related functionality", "full support for") and emits a structured per-strategy scope verdict.

Plugin: strat-creator | Internal

Contract

Skill Contract canonical-skill-v1

Review strategy features for scope — right-sizing, bounded deliverables, and effort-to-scope alignment.

Identity

Functions
review
Success
  • Produces a scope assessment for each strategy with recommendation.
  • Flags strategies that are too large to deliver or too small to warrant a strategy.

Optimization Targets

task_success judge SKILL.md @ 0e102d4

Invariants

Must Preserve
  • Do not approve strategies with unbounded scope.
  • Do not split or merge strategies without justification from effort estimates.
Fixed Context
toolsRead, Grep, Glob
knowledgerepository_contentpublic, task_inputtask_private

Traceability

Diagram

strategy-scope-review diagram

Arguments

/strategy-scope-review [RHAISTRAT-NNNN]
Argument Required Default Description
RHAISTRAT-NNNN - A strategy key to review only that strategy. If omitted, all strategies in the tasks directory are reviewed.

Usage

/strategy-scope-review RHAISTRAT-1531