rp-why: add growth nudges and reflections to compare and overall reports#51
Open
dakotafabro wants to merge 2 commits into
Open
rp-why: add growth nudges and reflections to compare and overall reports#51dakotafabro wants to merge 2 commits into
dakotafabro wants to merge 2 commits into
Conversation
✅ Validate Skills — PASSEDSummary: FAIL=0 · WARN=0 Output (last 200 lines) |
🛡️ Skills Security Scan — WARNSummary: FAIL=0 · WARN=9 · FILES=13
|
Contributor
Author
|
@emma-squared This one adds growth nudges and reflections to the compare and overall reports. Ready for review whenever works. |
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.
What this does
Adds the Growth Nudge and Reflection sections to both the
compareandoverallreport outputs. Previously these sections only appeared in thecurrentreport, which meant practitioners running the two most common commands (comparefor daily check-ins,overallfor longitudinal review) were missing the actionable feedback that makes the data useful.Why it matters
rp-why helps practitioners measure their AI collaboration maturity growth. The data (DOK, TM, ADT, compression) tells them where they are. The growth nudges tell them what to do next. Without nudges in compare/overall, practitioners get a dashboard but no direction.
What to look for
comparereport now ends with a zone-specific Growth Nudge and Reflection before the footeroverallreport includes slightly richer nudges tuned for longitudinal patterns (mentions mentoring, multi-session investigations, infrastructure investments)Testing
Ran
compareandoveralllocally against live session data. Both reports render the new sections correctly with zone-appropriate content.