From renata
Use whenever you finish a task, pause a session, complete a phase, or change the project status. Ensures the living docs (CLAUDE.md, .claude/sessions/, the active plan) reflect the real state so the next session can resume without loss of context. Auto-activates on "done", "pausing", "completed", "end of phase", "I'm going to stop now".
How this skill is triggered — by the user, by Claude, or both
Slash command
/renata:keeping-docs-aliveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Living docs are the **nervous system between sessions**. Without them kept up to date, the next session (human or AI) starts from scratch or worse — starts off wrong.
Living docs are the nervous system between sessions. Without them kept up to date, the next session (human or AI) starts from scratch or worse — starts off wrong.
Auto-activates when the context involves:
If the current work corresponds to a task in the plan at docs/superpowers/specs/<plan>.md:
[ ] → [x].CLAUDE.mdSection 4 (Feature layer) — if there was a phase/feature change:
**Fase ativa:** should point to the actual phase in progress.**Feature-âncora:** likewise.Section 5 (Session layer) — whenever you pause/resume:
.claude/sessions/<data>-fase-N-<descrição>.md.Section 9 (Next steps) — update to reflect what comes next.
.claude/sessions/<YYYY-MM-DD>-fase-<N>-<descrição>.md:
# Sessão · YYYY-MM-DD · Fase N — <Descrição>
## Estado ao pausar
- **Plano ativo:** `docs/superpowers/specs/<file>.md`
- **Última task completada:** Task N (Step N.M)
- **Próxima ação ao retomar:** <1 frase específica>
## O que foi feito nesta sessão
- ...
## Pegadinhas descobertas
- (se houver)
## Decisões emergentes
- (se houver — pode virar ADR)
## Comandos engatilhados
\`\`\`bash
# Pra retomar:
cd <pasta>
docker compose ...
\`\`\`
User: "Finished Task 4. I'm going to pause for today."
Skill activates: "I'll update 3 things:
docs/superpowers/specs/2026-05-27-fase-0-spike.md— mark steps 4.1 through 4.11 as[x].CLAUDE.mdsection 5 — point to.claude/sessions/2026-05-27-fase-0-task5.md.- Create
.claude/sessions/2026-05-27-fase-0-task5.mdwith 'Last task completed: Task 4 · Next action: implement the Task 5 component'."
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
npx claudepluginhub ainsteinsbr/renata --plugin renata