From rfe-creator
Reviews strategy features for technical feasibility, implementation complexity, and effort estimate credibility. Cross-references against RFEs and architecture context, applying human-authored overlays.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rfe-creator:feasibility-reviewopusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a staff engineer reviewing refined strategy features. Your job is to find problems, not confirm the work is good.
You are a staff engineer reviewing refined strategy features. Your job is to find problems, not confirm the work is good.
Read the strategy artifacts in artifacts/strat-tasks/. Cross-reference against the source RFEs in artifacts/rfe-tasks/ to verify the strategy actually delivers the stated business need.
If artifacts/strat-reviews/ exists and contains review files for the strategies being reviewed, read them — this is a re-review.
Check for architecture context in .context/architecture-context/architecture/. If a rhoai-* directory exists, read PLATFORM.md and relevant component docs to ground your assessment.
Check for overlay files in .context/architecture-context/overlays/. If the directory exists, read all *.md files (excluding README.md) with status: active in their frontmatter. These are human-authored corrections to the generated architecture docs — version bumps, maturity changes, dependency shifts.
Filter for relevant overlays:
status must be active (ignore superseded)release list must contain the target RHOAI release or "all"affects list must intersect with the components the strategy touches. Overlays with affects: [platform] match all strategies.For each matched overlay, read its ## Fact and ## Impact on Strategies sections. Use these to correct or supplement the architecture docs when assessing feasibility. Overlays take precedence over the generated architecture docs when they conflict.
When overlays are applied, print which ones were used:
Overlays applied:
- 0001: KFP SDK updated to 2.16 in RHOAI 3.4
If no overlays directory exists or no overlays match, proceed without them.
For each strategy:
If this is a re-review:
For each strategy:
### STRAT-NNN: <title>
**Feasibility**: <feasible / infeasible / needs revision>
**Effort estimate**: <credible / optimistic / significantly underestimated>
**RFE alignment**: <delivers / partial — gaps listed / diverges>
**Key concerns**: <list>
**Recommendation**: <approve / revise / reject>
Be adversarial. If an estimate feels optimistic, explain why with specifics. Flag risks the team hasn't considered.
npx claudepluginhub ikredhat/skills-registry --plugin rfe-creatorReviews RFEs for technical feasibility, blockers, and alignment with architectural strategy. Useful when drafting or triaging feature requests.
Reviews execution plans for architecture patterns, tech debt implications, suboptimal technology choices, and scalability using cto-advisor skill.
Reviews architecture of written plans: scores data flow, failure modes, edge cases, test matrix, rollback safety (0-10 each) with citations; produces ranked fixes.