docs(agents): update RAI planner phase reference to consolidated rai-plan.md output - #2590
Open
Tas Devani (tasdevani21) wants to merge 4 commits into
Conversation
…plan.md output Refresh docs/agents/rai-planning/phase-reference.md to reflect the phase-file consolidation completed in PR microsoft#2568, which merged the eight per-phase artifacts into a single rai-plan.md with named sections. - Phase Summary table: replace per-phase filenames with the corresponding rai-plan.md sections and subsections. - Phase 1-6 Outputs sections: point to the corresponding rai-plan.md sections and preserve the descriptive content. - Update the Phase 5 footer prose to reference sections instead of standalone artifacts. - Bump ms.date. Fixes microsoft#2569 📝
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2590 +/- ##
==========================================
- Coverage 83.10% 83.10% -0.01%
==========================================
Files 164 164
Lines 22254 22254
Branches 29 29
==========================================
- Hits 18495 18494 -1
- Misses 3756 3757 +1
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Bill Berry (WilliamBerryiii)
approved these changes
Aug 5, 2026
Jamie Kim (jkim323)
approved these changes
Aug 5, 2026
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.
Pull Request
Description
Refresh
docs/agents/rai-planning/phase-reference.mdto reflect the phase-file consolidation completed in PR #2568, which merged the eight per-phase artifacts into a singlerai-plan.mdwith named sections.Changes across the whole file:
rai-plan.mdsections and subsections.rai-plan.mdsection anchor while preserving the descriptive content.rai-plan.md## System Definitionsection from Phase 1") so the doc is internally consistent with the updated Outputs. This is slightly beyond the strict scope of the issue but leaving Inputs stale would contradict the Outputs on the same page.ms.date.Verified against
.github/agents/rai-planning/rai-planner.agent.md(Artifacts lines per phase) to make sure every section name and subsection matches the current output contract.Related Issue(s)
Fixes #2569
Type of Change
Code & Documentation:
Testing
Verified section names against ground truth:
.github/agents/rai-planning/rai-planner.agent.mdArtifacts lines for each phase (## System Definition,## Stakeholder Impact,### Risk Classification Screening,## Standards Mapping,## Threat Addendum,## Control Surface Catalog,## Evidence Register,## Tradeoffs,## Review Summary).Checklist
Required Checks
Required Local Checks
npm run spell-checknpm run lint:md-linksSecurity Considerations