Conversation
Selected via an explicit framework arg to /pm:groom and /pm:plan (rice default, wsjf, value-effort), not auto-picked like the ICE fallback, since both still need a size signal. Scoring reuses RICE's existing signal mapping (priority, labels, metadata.size) -- no new item data required. Read-only contract unchanged. Agentflare-Agent: claude-code Agentflare-Branch: task/55 Agentflare-Item: 55
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe PM skill now supports selectable RICE, ICE, WSJF, and Value-Effort prioritization for grooming and planning. The rubric defines scoring rules, quadrant classification, and handling for unestimated items. ChangesPM prioritization frameworks
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
added 2 commits
August 10, 2026 15:10
Agentflare-Agent: claude-code Agentflare-Branch: task/55 Agentflare-Item: 55
Agentflare-Agent: claude-code Agentflare-Branch: task/55 Agentflare-Item: 55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add WSJF (Cost of Delay / Job Size) and Value-Effort (2x2 quadrant) as additional prioritization frameworks in
.claude/skills/pm/reference/rubric.md, alongside the existing RICE/ICE.Both frameworks are selected via an explicit
frameworkarg to/pm:groom//pm:plan(ricedefault,wsjf,value-effort) rather than auto-picked like ICE's fallback, since — unlike ICE — they still need a job-size signal and so aren't a substitute for missing data. Scoring reuses the same "map to readable signals from item fields" approach RICE/ICE already use (priority, labels,metadata.size) — no new data agentflare items don't have.pm's read-only contract is unchanged:groom/plannever callitem(update); the frameworks are scoring-method additions only.Rescued from a stranded claim — the prior job's edits were correct and complete but never committed; this session verified the diff matched the item's spec, committed it as-is, and published the PR.
Summary by CodeRabbit