remember

Generate a structured handoff note with state, next steps, and context.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/GongXLiang/plot-study --skill remember-gongxliang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/GongXLiang/plot-study/tree/main/.claude/plugins/cache/claude-plugins-official/remember/0.5.0/skills/remember
Command: npx skills add https://github.com/GongXLiang/plot-study --skill remember-gongxliang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saving context between sessions to enable clean continuation of work by generating a structured handoff note.

Core Features & Use Cases

  • Create a concise summary of completed work, pending items, and blockers.
  • Capture clear next steps (1-3 items) and any relevant context to reduce ramp-up time.
  • Write the note to {project_root}/.remember/remember.md so the next session can resume with the same context.

Quick Start

Create and save a structured handoff note at {project_root}/.remember/remember.md summarizing what’s done, what’s next, and any context.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I save session state for seamless continuation in ongoing projects?

To save session state, generate a structured handoff note that summarizes completed work, pending items, and blockers. This note is written to a fixed file path at the project root to preserve context for the next session.

What is a handoff note and how does it help with context preservation?

A handoff note is a structured state summary capturing 2-4 lines of state and 1-3 next steps. It reduces ramp-up time by ensuring collaborative work and status are preserved across sessions.

How do I create a session context summary for project continuity?

Create a session context summary by extracting completed work, blockers, and clear next steps. Write this state summary to the project root directory so the next session can resume with the same context.

Where is the session state note saved in my project directory?

The session state note is saved as a markdown file at {project_root}/.remember/remember.md. Writing to this fixed file path ensures the next session can easily locate and resume the work context.

Can I capture blockers and next steps for collaborative work across sessions?

Yes, you can capture blockers and 1-3 next steps for collaborative work. Generating a handoff note with an optional context section ensures all critical session-state details are preserved for continuity.

Do I need any dependencies to generate a structured handoff note?

No dependencies are required to generate a structured handoff note. You can directly create the state summary and write it to the fixed file path in your project root to preserve session context.