session

Park open-loop ideas and deferred questions to project-scoped memory files.

24|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Borda/.ai-home --skill session-borda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session
Source: https://github.com/Borda/.ai-home/tree/main/.claude/skills/session
Command: npx skills add https://github.com/Borda/.ai-home --skill session-borda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams capture and manage open-loop ideas, questions, and diverging thoughts during a session, preventing context loss by parking items in project-scoped memory.

Core Features & Use Cases

  • Automatic parking of new items as they arise during a session, creating memory files named session-open-*.md under per-project memory.
  • Three on-demand commands: resume, archive <text>, and summary to surface, close, or summarize parked items.
  • Per-project memory isolation with TTL rules: items aged 14+ days are surfaced with a stale marker; items older than 30 days are deleted; memory surface is capped at 10 open items; actions are auditable via a resolution log.

Quick Start

Start a session and run /session resume to surface parked items.

Frequently Asked Questions about session

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

FAQPage Schema
How do I capture open-loop ideas and deferred questions during a coding session?

To capture open-loop ideas during a coding session, you can park them in project-scoped memory. This prevents context loss by automatically creating memory files to track diverging thoughts for later recall.

What is the best way to manage deferred questions during design reviews without losing context?

Managing deferred questions during design reviews is best handled by parking items in per-project memory. This isolates context per project and uses a resolution log to audit when items are surfaced or closed.

How do I resume parked items from a previous agile standup?

To resume parked items from a previous agile standup, run the resume command. This surfaces up to 10 open items stored in project-scoped memory, allowing you to immediately recall previously deferred ideas.

How does context management handle stale parked items in project memory?

Context management handles stale parked items by enforcing TTL rules. Items aged 14 days or more are marked as stale when surfaced, and items older than 30 days are automatically deleted from the memory files.

Can I archive resolved questions during an interactive coding session?

Yes, you can archive resolved questions during an interactive coding session by using the archive command with text input. This closes the parked item and logs the action in the central resolution log for audit purposes.

What is the limit for open items in a single session memory?

The limit for open items in a single session memory is 10. This cap ensures the memory surface remains manageable and prevents context overload when you run the summary or resume commands.