bundles/session/skills/session-documenter/SKILL.md
Documents work, decisions, and context from the current session by writing structured entries to `.agents/sessions/YYYY-MM-DD.md`. Triggers on `/start`, `/end`, "document this session", "save session notes", or automatically at session wrap-up to capture decisions, files changed, mistakes, and next steps.
npx skillsauth add shipshitdev/library session-documenterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Document work, decisions, and context.
Inputs:
Outputs:
.agents/sessions/YYYY-MM-DD.md with secrets removedCreates/Modifies:
.agents/sessions/ daily session file.agents/memory/*.md when a decision changes durable project context (architecture, deployment, migrations, gotchas)External Side Effects:
Confirmation Required:
Delegates To:
rules-capture for reusable preferences discovered during the sessionskill-capture for reusable workflows discovered during the sessionsession-end for wrap-up flow| Command | Action |
|---------|--------|
| /start | Begin new session - creates/appends to today's file, loads context |
| /end | Finalize session - writes entry with all tracked work, updates related files |
/start - Creates .agents/sessions/YYYY-MM-DD.md if missing, or loads existing context/end - Write a redacted session entry with flowcharts, decisions, next steps✅ CORRECT: .agents/sessions/2025-11-15.md
❌ WRONG: .agents/sessions/2025-11-15-feature-name.md
Multiple sessions same day → Same file, Session 1, Session 2, etc.
Include flowchart for:
Before writing session notes:
[REDACTED_SECRET]..agents/memory/*.md — when a decision changes durable repo context
(architecture, deployment, migrations, gotchas). Bump the file's
last_verified date when you touch it.development
Coordinates a weekly engineering review of board accuracy, recent code changes, operational health, and scoped cleanup. Use for a recurring repository health review or a review of the last several days.
testing
Audits project board configuration and prepares explicitly requested setup, copy, or normalization changes while preserving the existing workflow and provider boundaries. Use when inspecting a board's fields, columns, scope, or configuration.
testing
Reconciles a project board with current work and delivery evidence, reports incomplete coverage and metadata gaps, and applies only approved provider-supported field changes. Use when auditing board drift, reviewing blocked work, or assessing upcoming delivery.
development
Walk through how a subsystem works. Use for "how does X work", code walkthroughs before changing something, and placement or ownership questions. Explains architecture, runtime flow, and onboarding mental models. Can critique architecture. Use why for motivation.