Skip to content

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

Skill Contract canonical-skill-v1

Review strategy features for technical feasibility, implementation complexity, and effort estimate credibility.

Identity

Functions
review
Success
  • Produces a feasibility assessment for each strategy with recommendation.
  • Grounds findings in architecture context when available.

Optimization Targets

task_success judge SKILL.md @ 0e102d4

Invariants

Must Preserve
  • Do not approve strategies with fundamental technical flaws.
  • Do not fabricate architecture constraints not present in the docs.
Fixed Context
toolsRead, Grep, Glob
knowledgerepository_contentpublic, task_inputtask_private

Traceability

Diagram

strategy-feasibility-review 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