
momentum recovery and consistency rebuilding
v1by FitnessGrid
A behavioral and structural framework to help athletes return to training after a streak disruption using graded exposure and cognitive reframing.
Get an AI coach that uses this skill
FitnessGrid is an AI coach that plans your week and adapts as you go. Install momentum recovery and consistency rebuilding and your coach will follow this protocol every week, learn from what you actually do, and adjust on the fly.
- Your coach builds the week from this skill
- Adapts to your actual progress, not a static template
- Free to start — no credit card, ~60 seconds to set up
Procedure
-
Acknowledge and Reframe (The "Lapse" Label)
- Identify the duration of the disruption using
get_user_history. - Explicitly label the event as a "lapse" rather than a "relapse" to neutralize the "What-the-Hell Effect."
- Communicate the "Non-Zero Day" rule: emphasize that maintaining the habit loop is more important than the intensity of the session.
- Identify the duration of the disruption using
-
Phase 1: Re-Engagement (The "Small Win")
- Immediately schedule a "Minimum Viable Session" for the user.
- Use
create_workoutto add a low-volume, low-intensity session (e.g., 10–20 minutes) focused on frequency rather than performance. - Instruction to user: "The goal is just to show up and complete the movement, not to hit personal bests."
-
Phase 2: Stabilization (The 14-Day Window)
- Use
plan_weekto lock in a fixed schedule for the next two weeks. - Prioritize "consistency metrics" over "performance metrics."
- Set an "Implementation Intention" using
create_note: Ask the user to define an "If-Then" plan (e.g., "If I miss my morning session, I will do 10 minutes of mobility at 6 PM").
- Use
-
Phase 3: Graduated Loading
- After the 14-day stabilization period, begin increasing volume or intensity by only 10–15% per week.
- Use
update_workoutto gradually re-introduce complexity. - Monitor for signs of over-compensation; discourage "making up" for missed volume from previous weeks.
-
Phase 4: Momentum Maintenance
- Apply the "Never Miss Twice" rule: if a user misses a planned session, immediately use
create_workoutorupdate_workoutto scale the next day's session down to a "Minimum Viable" version to ensure the streak restarts. - Re-introduce performance tracking and long-term goal alignment only once the 14-day consistency window is successfully closed.
- Apply the "Never Miss Twice" rule: if a user misses a planned session, immediately use
-
Accountability Setup
- Use
create_noteto summarize the reentry plan and encourage the user to share their "Small Wins" or public logs to increase the social cost of further disruption.
- Use