wrap-up

Consolidate session outputs into a final wrap-up report with memory updates and handover prompts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Cianai/ClinearHub --skill wrap-up-cianai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap-up
Source: https://github.com/Cianai/ClinearHub/tree/main/skills/wrap-up
Command: npx skills add https://github.com/Cianai/ClinearHub --skill wrap-up-cianai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-of-session wrap-ups automate the closure process by consolidating outputs, normalizing issues, persisting memory, and preparing for the next cycle, ensuring consistency and quality across sessions.

Core Features & Use Cases

  • Phase-driven closure: coordinates six phases in a single conversational flow, integrating with Linear and GitHub workflows
  • Memory persistence and plan promotion: preserves context and promotes session plans into Linear
  • Quality gates and cleanup: runs typecheck, lint, and todo cleanup to keep projects tidy
  • Handover generation: creates structured prompts to resume work seamlessly in the next session

Quick Start

Run the six-phase wrap-up sequence to consolidate the session and generate a final report.

Frequently Asked Questions about wrap-up

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

FAQPage Schema
How do I automate end-of-session wrap-ups for software development?

Automate end-of-session wrap-ups by running a phase-driven sequence that consolidates session outputs, updates memory, normalizes issues, and generates handover prompts for the next session. This ensures consistent project closure without manual summarization effort.

What is a session handover prompt and how does it work?

A session handover prompt is a structured output generated during end-of-session wrap-ups that preserves context and plans. It creates a seamless transition by passing consolidated memory and normalized issues directly into the next working session.

How do I integrate Linear and GitHub workflows into a project closure report?

Integrate Linear and GitHub workflows into a project closure report by executing a multi-phase wrap-up sequence. This process coordinates memory persistence, plan promotion into Linear, and quality gates to produce a single consolidated Ship, Linear, Memory, and Handover report.

Does the end-of-session wrap-up process include quality validation steps?

The end-of-session wrap-up process includes quality validation steps that execute typecheck and lint procedures. It also verifies file placement and performs todo cleanup to ensure the project remains tidy before generating the final report.

What's the best way to persist memory and promote plans across development sessions?

The best way to persist memory and promote plans across sessions is using an automated phase-driven closure flow. It preserves context and promotes session plans into Linear, normalizing issues to maintain consistency and quality between active development cycles.