Install
openclaw skills install burnout-recoveryStructured burnout recovery protocol based on clinical burnout dimensions. Use when someone is exhausted, cynical about work, feels ineffective, can't disconnect, or says they're burned out.
openclaw skills install burnout-recoveryBurnout isn't being tired. It's a three-dimensional syndrome: emotional exhaustion, depersonalization, and reduced accomplishment. Recovery requires addressing all three, in order. This skill uses the Maslach Burnout framework adapted into a practical, step-by-step protocol anyone can follow.
Agent action: Administer the assessment interactively — ask each question one at a time, record the score, and calculate totals. Store the scores and burnout stage in agent state. Compare to any previous assessments to show trend.
Ask the user these questions and score each 1-5:
BURNOUT ASSESSMENT (answer 1=never to 5=every day)
EXHAUSTION:
[ ] I feel emotionally drained by my work
[ ] I feel used up at the end of the day
[ ] I dread getting up to face another day
[ ] Working all day is really a strain
CYNICISM:
[ ] I've become more callous toward people since this job
[ ] I don't really care what happens to some people I work with
[ ] I feel like I'm just going through the motions
[ ] I doubt the significance of my work
INEFFICACY:
[ ] I can't deal with problems effectively anymore
[ ] I feel I'm not making a difference
[ ] I've accomplished less than I used to
[ ] I don't feel excited about my achievements
Scoring:
Do NOT try to fix everything at once. This week is about stopping the bleeding.
Agent action: Set daily evening reminders for the screen cutoff time. Create a "Week 1 Priorities" note with only the user's top 3 must-do items. Schedule a check-in for end of Week 1.
Sleep protocol:
The "absolute minimum" exercise:
One recovery activity per day:
Boundaries aren't about being difficult. They're about deciding what you will and won't accept.
Agent action: Help the user customize each boundary script below with their specific names, times, and situations. Save customized scripts to ~/documents/burnout-recovery/boundary-scripts.txt for quick reference. Track which boundaries the user has set and enforced.
BOUNDARY SCRIPTS — copy and use as needed
DECLINING EXTRA WORK:
"I want to do a good job on what I already have. If I take this on,
something else will suffer. Can we talk about what to deprioritize?"
PROTECTING OFF-HOURS:
"I'm offline after [time]. If it's genuinely urgent, text me.
Otherwise I'll see it tomorrow morning."
SAYING NO TO MEETINGS:
"Can I get the summary notes instead? I want to protect my focus
time so I can deliver [specific thing] on time."
PUSHING BACK ON SCOPE:
"I can do A or B this week, not both. Which one matters more?"
Track every activity for one work week. Mark each as:
Agent action: Send a daily prompt at end of workday asking the user to rate their activities. Compile the week's data into a visual summary showing energy patterns. Identify the top 3 drains and top 3 energizers.
ENERGY AUDIT TEMPLATE
Monday:
[ ] Activity — E / N / D
[ ] Activity — E / N / D
...
PATTERNS TO IDENTIFY:
-> Which tasks drain you most? Can any be delegated?
-> Which people drain you most? Can you reduce contact?
-> When is your best energy? Protect those hours.
-> What energizes you that you've stopped doing?
Burnout often comes from losing connection to why you do what you do.
Agent action: Guide the user through these reflection questions over several sessions. Record their answers and surface them during low moments. Generate a personal "meaning statement" from their responses.
Ask yourself:
The goal isn't to love every minute. It's to have enough meaning to offset the hard parts.
After 4-6 weeks of active recovery, ask honestly:
If the answer is no on 2+ of those: this isn't a recovery problem, it's an environment problem. Start planning your exit.
If burnout symptoms persist or worsen after 4-6 weeks of active recovery:
Persist across sessions:
recovery:
assessment_scores:
exhaustion: null
cynicism: null
inefficacy: null
total: null
date: null
assessment_history: []
burnout_stage: null
current_week: 0
recovery_start_date: null
boundaries_set: []
boundaries_enforced: []
energy_audit:
energizers: []
drains: []
completed_days: 0
meaning_reflections: []
recovery_activities_logged: []
exit_decision: null
triggers:
- name: evening_wind_down
condition: "current_week <= 4"
schedule: "daily at user's chosen cutoff time"
action: "Gentle reminder: screens off soon. How was today on a 1-5 scale? Log any recovery activity completed."
- name: energy_audit_prompt
condition: "current_week >= 3 AND current_week <= 4 AND energy_audit.completed_days < 5"
schedule: "daily at end of workday"
action: "End of day energy check: What did you do today? Rate each activity E/N/D."
- name: weekly_checkin
condition: "recovery_start_date IS SET"
schedule: "weekly on Sunday evening"
action: "Weekly recovery check-in: How are you feeling compared to last week? Review boundaries set vs enforced. Suggest focus for next week."
- name: reassessment
condition: "current_week >= 6"
schedule: "once"
action: "Time for reassessment. Re-administer the burnout assessment and compare scores to initial baseline. If scores haven't improved, recommend professional support."
- name: depression_flag
condition: "assessment_scores.total >= 50 OR (6 weeks elapsed AND scores not improving)"
action: "Burnout may coexist with depression. Recommend speaking with a mental health professional. National crisis line: call or text 988."