Coaching practice support with session preparation, question generation, client progress tracking, and goal setting. Use when user mentions coaching sessions...
Coaching practice system. Transform every session.
memory/coaching/Coaching effectiveness depends on trust. This skill maintains strict confidentiality - no client data is ever shared, mixed, or exposed outside your local system.
Coaching data stored locally:
memory/coaching/clients.json - Client records (isolated per client)memory/coaching/sessions.json - Session history and notesmemory/coaching/goals.json - Client goals and progressmemory/coaching/questions.json - Question librariesmemory/coaching/commitments.json - Client commitments trackingUser: "Prep me for session with client John"
→ Use scripts/prep_session.py --client "John" --session 5
→ Summarize previous session, check commitments, generate tailored questions
User: "Give me questions for exploring career transition"
→ Use scripts/generate_questions.py --topic "career-transition" --depth "deep"
→ Generate powerful questions calibrated to situation
User: "Show me Sarah's progress over the last 3 months"
→ Use scripts/track_progress.py --client "Sarah" --period "3months"
→ Display goals, session history, patterns, breakthroughs
User: "Help my client set a clear goal"
→ Use scripts/set_goal.py --client "Mike" --area "leadership"
→ Apply clarity, specificity, timeline, obstacles, support framework
User: "Send between-session support to Lisa"
→ Use scripts/between_sessions.py --client "Lisa" --days 3
→ Provide reflection prompts, action reminders, preparation for next session
| Script | Purpose |
|---|---|
prep_session.py | Prepare for coaching session |
generate_questions.py | Generate powerful questions |
track_progress.py | Track client progress |
set_goal.py | Set structured goals |
between_sessions.py | Between-session support |
log_session.py | Log session notes |
track_commitment.py | Track client commitments |
prepare_review.py | Prepare progress review |
ZIP package — ready to use