| name | coach-refresh |
| description | Rebuild a cached coach persona from fresh research — new videos, updated frameworks. |
| argument-hint | ["person's name"] |
| disable-model-invocation | true |
/coach-refresh — rebuild a persona
The user wants $ARGUMENTS rebuilt from scratch (their content has moved on, or the
first build was thin). If $ARGUMENTS is empty, ask who to refresh.
- Resolve the personas directories the same way as /coach Step 0
(
${CLAUDE_PLUGIN_DATA}/personas primary, ~/.claude/talk-to-anyone/personas
legacy fallback) and the person's slug.
- Wherever
<personas>/<slug>/ exists (check both locations), delete only its
persona.md, videos.json, and transcripts/ contents — that's the entire cache
for this person.
- Run the full
/coach build for the name: read
${CLAUDE_PLUGIN_ROOT}/skills/coach/SKILL.md and follow it from Step 1 (the cache
check will miss, forcing fresh research and transcript pulls).
- Finish by adopting the rebuilt persona per /coach Step 6, and note in the handoff
line that it was rebuilt fresh.