Added value statement to practice, low-stakes interventions, more context to AI draft assistant, auto generate practices from coaches, include value statement in sig messages on slack#88
Open
typist1 wants to merge 1 commit into
Conversation
typist1
commented
May 7, 2026
- Added AI-generated value statements to each student practice explaining why the practice matters for that specific student’s regulation gaps and patterns.
- Added AI-generated low-stakes interventions (small “ways to get started”) for each practice to help students overcome overwhelm or avoidance.
- Created a new POST /api/ai-draft/practice-support endpoint that gathers student history, prior reflections, issue context, and practice gaps, then uses GPT-4o to generate personalized support content.
- Extended FollowUpObject with:
- valueStatement?: string;
- interventions?: string[];
- Added a new Practice Support panel in the CAP note editor where coaches can:
- generate practice support
- review/edit AI outputs
- save changes before students see them
- Updated the student reflection page to display:
- a “Why this matters” section
- a collapsible “Not sure how to start?” interventions section
- Updated post-SIG Slack messages to include value statements beneath each assigned practice.
- Designed prompts so generated support is:
- personalized
- tied to recurring regulation gaps
- warm/coach-like
- short and actionable rather than generic advice.
…text to AI draft assistant, auto generate practices from coaches, incldue value statement in sig messages on slack
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.