strategy-feasibility-review¶
An independent, adversarial reviewer (staff-engineer persona) that assesses a refined
strategy for technical feasibility, RFE alignment, and effort-estimate credibility.
Invoked by strategy-review in an isolated context: fork, it auto-detects local vs
CI mode, optionally grounds itself in architecture context, and checks whether the
approach can actually be built, whether it delivers what the RFE asks, whether the
T-shirt size is credible, whether hidden dependencies exist, and whether risks and
assumptions are properly separated with concrete mitigations. It emits a structured
per-strategy verdict (feasible / needs revision / infeasible).
Plugin: strat-creator | Internal
Contract¶
Review strategy features for technical feasibility, implementation complexity, and effort estimate credibility.
Identity
- Produces a feasibility assessment for each strategy with recommendation.
- Grounds findings in architecture context when available.
Optimization Targets
Invariants
- Do not approve strategies with fundamental technical flaws.
- Do not fabricate architecture constraints not present in the docs.
Traceability
Diagram¶
Arguments¶
/strategy-feasibility-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-feasibility-review RHAISTRAT-1531