feat: Gate Readiness Assessor (P14) + README update#6
Closed
feat: Gate Readiness Assessor (P14) + README update#6
Conversation
Gate Readiness Assessor synthesises P1-P12 assurance data into composite gate-specific readiness scores. Reads existing persisted data — does not re-execute modules. Supports all 7 IPA review points (Gate 0-5 + PAR) with gate-specific dimension weighting across 8 assessment dimensions. - 8 dimensions: Artefact Readiness, Data Quality, Assumption Health, Governance Maturity, Review Timing, Assurance Efficiency, Operational Learning, Complexity Alignment - Gate weight matrix: different gates emphasise different dimensions - ReadinessLevel: READY, CONDITIONALLY_READY, AT_RISK, NOT_READY - Blocking-issue override: any CRITICAL signal forces NOT_READY - NO_DATA exclusion: dimensions without data excluded from composite - 3 MCP tools: assess_gate_readiness, get_gate_readiness_history, compare_gate_readiness (44 tools total across unified server) - 30 unit tests, all passing - Developer reference and practitioner guide documentation - Comprehensive README rewrite reflecting full platform capabilities
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
How it works
The assessor reads persisted data from P1-P12 modules (does not re-execute them) and scores 8 dimensions:
Readiness levels
MCP tools (3 new, 44 total)
assess_gate_readiness— full assessment with dimension breakdownget_gate_readiness_history— track progression over timecompare_gate_readiness— before/after comparison with deltasTest plan
Generated with Claude Code