| name | learning-sidecar |
| description | Teach the user what an agent worker is doing in a side chat while maintaining a local learner profile and cycle feedback. |
Learning Sidecar
Use when the user wants explanations alongside agent work without interrupting the main worker.
Workflow
- Read
.learning-sidecar/learner-profile.md if present.
- Read the current plan or watched files.
- Generate a teaching prompt about the worker's current action.
- Route it to the host side channel:
- Codex or manager:
/side
- Claude Code:
/btw
- If host command dispatch is unavailable, print the exact side prompt.
- Log the cycle in
.learning-sidecar/teaching-log.md.
- After user response, update
.learning-sidecar/cycle-notes.md and learner profile.
Guardrails
- Do not block the main worker.
- Do not repeat basics the profile says the user knows.
- Do not jump too technical without a reason.
- Do not store secrets or private repo details in global memory.