session-wrap

Coordinate parallel analysis agents to summarize work and prepare next steps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ab180/claude-camp --skill session-wrap-ab180
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-wrap
Source: https://github.com/ab180/claude-camp/tree/main/session-wrap
Command: npx skills add https://github.com/ab180/claude-camp --skill session-wrap-ab180

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates end-of-session wrap-up by coordinating a suite of analysis agents to summarize work, surface key decisions, and prepare recommended next steps for the user.

Core Features & Use Cases

  • Multi-agent session summary: Orchestrates parallel analysis to produce a concise recap of work, files changed, and decisions.
  • Validation & conflict resolution: Runs a sequential validation phase to detect duplicates or conflicts with existing work before applying changes.
  • Actionable wrap outputs: Generates prioritized follow-up tasks, potential commit updates, and documentation recommendations.
  • Use Case: When finishing a coding sprint, use this skill to wrap up the session, commit necessary changes, and outline next tasks for the next session.

Quick Start

Trigger the end-of-session wrap workflow to summarize the current work and propose the next steps.

Frequently Asked Questions about session-wrap

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

FAQPage Schema
How do I automate end-of-session documentation and summarize development work?

Automate end-of-session documentation by orchestrating a suite of analysis agents to summarize work, surface key decisions, and prepare recommended next steps. This skill coordinates parallel analysis to produce a concise recap of files changed and decisions made.

What is the best way to generate commit suggestions and prioritize tasks after a coding sprint?

Generate commit suggestions and prioritize tasks by triggering an end-of-session wrap workflow. This skill implements a 2-phase workflow with parallel agent analyses followed by validation, state integration, and an interactive action selection prompt to outline next tasks.

How does multi-agent session analysis work for software development workflows?

Multi-agent session analysis works by orchestrating parallel analysis agents to produce a concise recap of work, files changed, and decisions. A sequential validation phase then detects duplicates or conflicts with existing work before applying changes.

Can I use session wrap for bug fixes and milestones, or is it only for full sprints?

You can use the session wrap for bug fixes and milestones, not just full sprints. This skill is designed for software development workflows after significant work sessions, enabling documentation updates, commit suggestions, and task prioritization.

Does the session wrap workflow detect conflicts with existing work before applying changes?

Yes, the session wrap workflow detects conflicts with existing work before applying changes. It runs a sequential validation phase to detect duplicates or conflicts, ensuring state integration is clean before presenting an interactive action selection prompt.