kramme:wrap-up-session

Audit git changes, detect TODOs, and document session summaries.

2|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-wrap-up-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kramme:wrap-up-session
Source: https://github.com/Abildtoft/kramme-cc-workflow/tree/main/skills/kramme%3Awrap-up-session
Command: npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-wrap-up-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides you through an end-of-session wrap-up to audit changes, summarize accomplishments, and document next steps.

Core Features & Use Cases

  • Audit changes: Review git status, uncommitted changes, untracked files, and stash state.
  • TODO & WIP detection: Identify outstanding TODOs and potential work-in-progress signals (WIP, FIXME, XXX) in recent changes.
  • Session summary & preservation: Compile accomplishments, next steps, blockers, and optionally preserve context.
  • Optional learning extraction: Trigger extraction of learnings to capture insights for future sessions.
  • Final report: Produce a concise wrap-up status including changes, documentation, and reminders.

Quick Start

Use the wrap-up session skill at the end of a work session to audit changes, document progress, and outline next steps. Invoke via /kramme:wrap-up-session when using Claude Code plugin.

Frequently Asked Questions about kramme:wrap-up-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document my git status and session progress before ending work?

To document git status and session progress, use an end-of-session wrap-up workflow that audits uncommitted changes, summarizes accomplishments, extracts learnings, and records next steps for context preservation.

What is the best way to detect TODOs and WIP flags in recent code changes?

Detecting TODOs and WIP flags requires a session audit that scans recent changes for outstanding TODOs and work-in-progress signals like FIXME and XXX, then compiles them into a final report.

How do I create a repeatable end-of-session wrap-up ritual for project tracking?

Create a repeatable wrap-up ritual by running a structured workflow with phased prompts for quality checks, context preservation, and learnings extraction to lock in project progress.

Does the wrap-up session skill work without external dependencies?

Yes, the wrap-up session skill works without external dependencies, running phased prompts natively to audit git status, detect TODOs, and generate a post-session summary.

Can I preserve context and extract learnings after a daily work session?

Yes, you can preserve context and extract learnings after a daily work session by triggering optional learning extraction to capture insights and compile them into a concise wrap-up status report.

When should I not use an end-of-session wrap-up workflow?

You should avoid an end-of-session wrap-up workflow when no code changes occurred, as the audit relies on detecting git status updates, untracked files, and stash state to summarize progress.