onboarding-conversation

Generates concise summaries of pending reviews, in-flight tasks, and recent completions at session start.

2|Updated May 3, 2026
One-click install
npx skills add https://github.com/lukeivers/loam --skill onboarding-conversation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboarding-conversation
Source: https://github.com/lukeivers/loam/tree/main/plugins/loam-skills/skills/onboarding-conversation
Command: npx skills add https://github.com/lukeivers/loam --skill onboarding-conversation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of re-establishing context when a session begins, helping the user quickly understand in-flight tasks, pending reviews, and recent completions for seamless continuation.

Core Features & Use Cases

  • Context Restoration: Surfaces in-flight work, needs attention, and recent completions at session start.
  • Use Case: When a user begins a new session or asks "what's the state?", the Skill generates a concise summary of ongoing activities, pending approvals, and recent updates to facilitate quick resumption of work.

Quick Start

Trigger the Skill when starting a new chat session to automatically generate a contextual greeting that highlights current work statuses and recent changes.

Frequently Asked Questions about onboarding-conversation

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

FAQPage Schema
How do I restore session context when starting a new chat?

Session context restoration automatically surfaces in-flight tasks, pending reviews, and recent completions when a new chat begins, generating a concise summary to help you quickly resume ongoing work.

What is the best way to surface ongoing work and state at the start of a session?

Surfacing ongoing work and state requires triggering a context-aware greeting at session start, which summarizes current work statuses, pending approvals, and recent updates into a brief overview for seamless continuation.

How do I track in-flight work and pending approvals across multiple sessions?

Tracking in-flight work and pending approvals across sessions is handled by retrieving session state at the start of a new interaction, presenting recent completions and active tasks to re-attach you to previous workflow contexts.

When do I need a context-aware greeting for my workflow?

A context-aware greeting is needed whenever you begin a new session or ask about the current state, providing immediate visibility into ongoing activities and recent changes without manually reviewing history.

Does this session re-attachment approach work without external dependencies?

Session re-attachment operates without external dependencies, using internal references to evaluate memory and workflow state, generating a contextual greeting that highlights current work statuses directly.

Why does my new session start without recognizing previous workflow state?

New sessions start without workflow state because the context-aware greeting must be explicitly triggered to surface memory and session data, pulling in-flight work and recent completions into the active context.