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¶
Review strategy features for scope — right-sizing, bounded deliverables, and effort-to-scope alignment.
Identity
- 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
Invariants
- Do not approve strategies with unbounded scope.
- Do not split or merge strategies without justification from effort estimates.
Traceability
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