feat: Benefits Realisation Management module (P13)#5
Closed
Conversation
First open-source, AI-powered BRM tool — IPA/Green Book/MSP/PMI-compliant benefits register with time-series measurement tracking, drift detection, dependency network (DAG) with cascade impact, linear extrapolation forecasting, and portfolio-level health scoring. - 4 new SQLite tables (benefits, measurements, dependency nodes/edges) - 12 store methods, BenefitsTracker class with 16 methods - 8 MCP tools in new pm_brm module (49 total across 6 modules) - 72 tests (41 unit + 31 integration), all passing - Developer reference and practitioner guide documentation
…n (P13) Phase 2-4 completion for BRM module: - generate_benefits_narrative: IPA gate-specific assurance narratives with multi-sample AI consensus via existing NarrativeGenerator infrastructure - assess_benefits_maturity: P3M3-aligned 15-criteria maturity scoring with weakest-link philosophy (Level 1-5), evidence gaps, and recommendations - BenefitsPerformance.from_benefits_register(): GMPP model now derives total_planned, realised_to_date from BRM register as single source of truth - BenefitsTracker.build_narrative_context(): rich context builder for narrative generation from register data - IPA gate probe questions (Gate 0-5) from 2021 Assurance Guide - 10 MCP tools total (51 across 6 modules in unified server) - 83 tests passing (46 unit + 37 integration)
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
pm_brmMCP module with 10 tools, bringing the unified server to 51 tools across 6 modulesBenefitsPerformanceto derive values from the benefits register as single source of truthTools added
ingest_benefittrack_benefit_measurementget_benefits_healthmap_benefit_dependencyget_benefit_dependency_networkget_benefits_cascade_impactforecast_benefit_realisationdetect_benefits_driftgenerate_benefits_narrativeassess_benefits_maturityDatabase
4 new SQLite tables:
benefits,benefit_measurements,benefit_dependency_nodes,benefit_dependency_edges— all using existingAssuranceStorepattern withCREATE TABLE IF NOT EXISTS.Documentation
docs/brm.md— Developer reference (architecture, models, API, tool specs)docs/brm-for-practitioners.md— Practitioner guide (plain-English, no technical background needed)Test plan
Generated with Claude Code