From productivity
Summarize the current conversation session and append results to the weekly agent-log. Use when user says "log this", "session log", "summarize this session", or asks to write results to the agent-log.
How this skill is triggered — by the user, by Claude, or both
Slash command
/productivity:session-logThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Summarize the current conversation and append to the weekly agent-log file.
Summarize the current conversation and append to the weekly agent-log file.
YYYY-wWW Agent Log.md
Where YYYY-wWW is the ISO week of today's date. Calculate with:
date +%Y-w%V
## heading per day — format: ## YYYY-MM-DD- Topic title as topic separator, not ###. No bold, no formatting on topic lines.CHUNK: <descriptive title>## 2026-02-28
- Analiza strategii X vs framework Y + moje obserwacje
- Strategia jest silna w A i B, słaba w C — brakuje fosy i horyzontu 3+lat.
- Naming produktu "Rescue" implikuje że kupujący jest ofiarą, co blokuje referencje.
- Anty-segment nie jest sprawdzalny z zewnątrz — to opis doświadczenia, nie filtr.
- CHUNK: 3-zdaniowe podsumowanie strategii
- CHUNK: Scorecard po 6 osiach
- Decyzja: follow-up z klientem
- Nie wysyłać feedbacku (nie prosił), wysłać link do artykułu jako wartość bez CTA.
WEEK=$(date +%Y-w%V)
Target: ${WEEK} agent-log.md
The file may already have entries from earlier sessions this week. Read it first to avoid overwriting.
Scan the entire conversation history. Identify:
Date attribution: A conversation may span multiple days. Determine the correct date for each topic using these signals (in priority order):
2026-02-26 client email.md was created/discussed on that date)Group topics by their actual date, not just "today."
For each date that has topics:
## YYYY-MM-DD) already exists in the file, append new topics under itCross-week dates: If a topic belongs to a date in a different ISO week than the target file, note this to the user and ask whether to add it to the current file or the correct week's file.
Condensation rules:
Append rules:
## YYYY-MM-DD heading already has bullets, add new ones at the end — never delete or rewrite existing bulletsTell the user what was logged (topic titles only, one line).
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub jylhis/claude-marketplace --plugin productivity