meta-wrap-up

Review git changes, update daily memory logs, and identify documentation gaps.

7|3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/eriklieben/agentic-dev-workflow --skill meta-wrap-up-eriklieben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-wrap-up
Source: https://github.com/eriklieben/agentic-dev-workflow/tree/main/.claude/skills/meta-wrap-up
Command: npx skills add https://github.com/eriklieben/agentic-dev-workflow --skill meta-wrap-up-eriklieben

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, jq.

What problem does it solve?

This skill solves the problem of session fragmentation and lost context by providing a structured, automated ritual to distill daily work into long-term memory and documentation.

Core Features & Use Cases

  • Session Distillation: Automatically reviews git changes, updates daily memory files, and captures key decisions and learnings.
  • Documentation Sync: Identifies gaps in project documentation (ADRs, PRDs, C4 diagrams) and prompts for necessary updates.
  • Cost Tracking: Provides a clear summary of token usage and estimated costs for the current session.

Quick Start

Invoke the meta-wrap-up skill to review today's progress and update the project memory.

Frequently Asked Questions about meta-wrap-up

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

FAQPage Schema
How do I automate git workflow documentation and memory tracking at the end of a session?

Automating git workflow documentation and memory tracking involves reviewing git changes to update daily memory logs and identify documentation gaps. This structured ritual distills daily work into persistent context and architectural decision tracking.

What is the best way to track architectural decisions and session context from git changes?

The best way to track architectural decisions from git changes is using an automated session distillation process that reviews your repository, updates daily memory logs, and flags missing ADRs or C4 diagrams.

Do I need git and jq installed to calculate session token costs and review repository changes?

Yes, you need git and jq installed to calculate session token costs and review repository changes. Git provides repository analysis while jq processes the data required for cost calculation and memory log updates.

How do I identify missing ADRs and PRDs during a software development session wrap-up?

To identify missing ADRs and PRDs during a session wrap-up, you review git changes to detect documentation gaps and prompt for necessary updates. This ensures project documentation stays synchronized with recent code modifications.

Can I use session distillation to prevent context loss across software development projects?

Yes, you can use session distillation to prevent context loss by automatically updating daily memory logs with key decisions and learnings from your git workflow. This provides long-term memory for software development sessions.