원클릭으로
feasibility-review
Reviews strategy features for technical feasibility, implementation complexity, and effort estimate credibility.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reviews strategy features for technical feasibility, implementation complexity, and effort estimate credibility.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
End-to-end RFE pipeline. Accepts a single idea, Jira key(s), or a YAML batch file. Creates, reviews, auto-fixes (with splits), and submits. Supports --headless, --announce-complete, and --dry-run for CI.
Review and fix batches of RFEs automatically. Accepts explicit IDs or a JQL query. Reviews, auto-revises, and splits oversized RFEs. Non-interactive.
Review and improve RFEs. Accepts one or more Jira keys (e.g., /rfe.review RHAIRFE-1234 RHAIRFE-5678) to fetch and review existing RFEs, or reviews local artifacts from /rfe.create. Runs rubric scoring, technical feasibility checks, and auto-revises issues it finds.
Split oversized RFEs into smaller, right-sized RFEs. Accepts one or more IDs (e.g., /rfe.split RHAIRFE-1234 RHAIRFE-5678). Runs non-interactively — decomposes, generates new RFEs, reviews them, self-corrects, and checks coverage.
Reviews RFEs for technical feasibility, blockers, and alignment with technical strategy.
Reviews strategy features for architectural correctness — dependencies, integration patterns, component interactions.
| name | feasibility-review |
| description | Reviews strategy features for technical feasibility, implementation complexity, and effort estimate credibility. |
| context | fork |
| allowed-tools | Read, Grep, Glob |
| model | opus |
| user-invocable | false |
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.