feat: /plan-pm-review — RICE prioritization, JTBD segmentation, acceptance criteria (fixes #1412)#1666
Open
NikhileshNanduri wants to merge 2 commits into
Open
Conversation
…on, acceptance criteria)
Introduces the missing PM voice in gstack's plan review pipeline.
Three modes: PRIORITIZE (RICE scoring + cut list), SHARPEN (testable
done conditions per item), SEGMENT (JTBD + coverage matrix). Adds
'pm-review' to VALID_PHASES so {{TASKS_SECTION_EMIT:pm-review}} resolves.
…rsion - /autoplan gains Phase 1.5 (PM Review) between CEO and Eng: auto-runs for plans >5 deliverables, multiple segments, or TODOS conflicts; skips for small plans with named segment - Pre-Gate Verification, Review Scores, and Completion logs updated - Generated plan-pm-review/SKILL.md and regenerated autoplan/SKILL.md - AGENTS.md and docs/skills.md document the new skill - VERSION: 1.43.3.0 → 1.44.0.0 (new skill is a MINOR bump)
d61ad81 to
9c0f97c
Compare
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.
Summary
Closes #1412.
Adds
/plan-pm-review, the missing PM voice in gstack's plan review pipeline, and wires it into/autoplanas Phase 1.5.Three modes:
All three modes produce a "NOT in scope" section (formal deferrals) and a "What already exists" section (prevents feature duplication).
/autoplanPhase 1.5:Changes
plan-pm-review/SKILL.md.tmpl— new skill template (378 lines)plan-pm-review/SKILL.md— generated from templatescripts/resolvers/tasks-section.ts— added'pm-review'toVALID_PHASESautoplan/SKILL.md.tmpl— Phase 1.5, Pre-Gate Verification, Review Scores, Completion logsautoplan/SKILL.md— regeneratedAGENTS.md,docs/skills.md— documentationVERSION:1.43.3.0→1.44.0.0CHANGELOG.md: v1.44.0.0 entryTest plan
bun testpasses — 718 tests, 0 failures (skill validation + gen-skill-docs)bun run gen:skill-docsgeneratesplan-pm-review/SKILL.mdcleanly at ~17K tokens{{TASKS_SECTION_EMIT:pm-review}}resolves without throwingAGENTS.mdanddocs/skills.md