wrap-up

Organize session outcomes into per-topic wrap-up files with Done, Decisions, Issues, and Next sections.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/JayKim88/claude-ai-engineering --skill wrap-up-jaykim88
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wrap-up
Source: https://github.com/JayKim88/claude-ai-engineering/tree/main/plugins/wrap-up/skills/wrap-up
Command: npx skills add https://github.com/JayKim88/claude-ai-engineering --skill wrap-up-jaykim88

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documents the outcomes and pending tasks from a session into a per-topic wrap-up file, simplifying handoffs and knowledge retention.

Core Features & Use Cases

  • Detects the primary topic from the conversation and uses wrap-up/{topic-name}.md as the target file.
  • Appends a new session entry with sections Done, Decisions (optional), Issues (optional), and Next, organized in reverse chronological order.
  • Provides a consistent session format with a timestamp, a one-line context, and checkbox-driven Next tasks for clear follow-up.

Quick Start

Instruct the system to wrap up the current session by recording Done items and Next steps into the appropriate per-topic wrap-up file.

Frequently Asked Questions about wrap-up

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

FAQPage Schema
How do I document session progress into a wrap-up file for project handoffs?▼

To document session progress, the wrap-up Skill appends a timestamped entry with Done, Decisions, Issues, and Next sections into a per-topic markdown file, preserving project history for handoffs and reviews.

What is the best way to track session history and task management outcomes in markdown notes?▼

Tracking session history in markdown notes is done by appending reverse-chronological entries with checkbox-driven Next tasks and a concise context summary to a topic-specific wrap-up file.

How does the wrap-up process detect the correct topic file for my session notes?▼

The wrap-up process detects the primary topic from your conversation and automatically targets the corresponding wrap-up/{topic-name}.md file to store the session's outcomes.

Can I record optional session details like Decisions and Issues alongside completed tasks?▼

Yes, you can record optional Decisions and Issues alongside required Done items and Next steps, ensuring flexible yet structured knowledge retention for each session entry.

Do I need a specific format to log session outcomes for team knowledge management?▼

Yes, logging session outcomes requires a timestamped entry containing a one-line context summary alongside Done, Decisions, Issues, and Next sections to maintain consistent project logs.

When should I not use a per-topic wrap-up file for session documentation?▼

Per-topic wrap-up files are not suited for unstructured brainstorming or conversations lacking clear outcomes, as the documentation format strictly requires defined Done, Decisions, Issues, and Next sections.