name: sessions description: Review Agent Sessions
Review Agent Sessions
Review recent Claude Code session notes from the centralized agent-sessions folder.
Location
All session notes are stored in: /Volumes/Casa/obsidian/vault/agent-sessions/
Structure:
agent-sessions/
{project-name}/
{date}-{session-id}/
transcript.jsonl (symlink to original)
*-segment-*.md (summary files)
Instructions
1. Determine the project name
Use this priority order (stop at first match):
- Argument provided: If user ran
/sessions {project}, use that project name .claude-projectfile: Read./.claude-project— if it exists, use its content as the project name- Symlink: Check if
./docs/sessionsexists — if so, extract project name from the symlink target - Git repo: Run
git rev-parse --show-toplevel 2>/dev/null | xargs basename— use repo name if in a git repo - Directory basename: Use
basename "$PWD"as fallback
Important: Unless the user explicitly passes all as an argument, ONLY show sessions for the current project. Do not list or read sessions from other projects.
2. List recent sessions for that project
ls -lt /Volumes/Casa/obsidian/vault/agent-sessions/{project}/ | head -10
3. Read the most recent segment files
Read the .md summary files (not transcript.jsonl):
find /Volumes/Casa/obsidian/vault/agent-sessions/{project} -name "*.md" -mtime -7 | xargs ls -lt | head -10
4. Summarize what was accomplished
For each session, note:
- Key tasks completed
- Files modified
- Decisions made
- Open questions or todos
Usage
/sessions— Review sessions for current project only/sessions all— Overview of all projects' recent activity/sessions {project}— Review specific project/sessions search {term}— Search across all session notes
Priorisation de Tâches
Productivite
Priorise vos tâches avec les frameworks Eisenhower, ICE et RICE.
Generateur de Rapport Hebdomadaire
Productivite
Generez des rapports de statut hebdomadaires structures et concis.
Rapport de Daily Standup
Productivite
Génère des rapports de daily standup structurés et concis.