recall

Extract recent progress, decisions, risks, and open questions from project vault data.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/KKenny0/Lode --skill recall-kkenny0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/KKenny0/Lode/tree/main/skills/recall
Command: npx skills add https://github.com/KKenny0/Lode --skill recall-kkenny0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill captures bounded project memory at session start so developers and AI don't have to restart from zero, enabling quicker productive sessions.

Core Features & Use Cases

  • Surface recent progress, decisions, risks, and open questions from intra-project vault memory.
  • Provide optional decision context and artifact hints to enrich recall navigation.
  • Produce a compact, context-rich payload suitable for loading into the session workspace and recall tooling.

Quick Start

Run the recall skill at the beginning of a session with your vault path and project slug to generate bounded recall context for the current project.

Frequently Asked Questions about recall

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

FAQPage Schema
How do I restore project memory and decision context at the start of a new coding session?

To restore project memory at session start, you need a recall mechanism that surfaces recent progress, decisions, risks, and open questions. This skill identifies intra-project vault data and produces a compact decision-context payload to load into your session workspace.

What is the best way to surface recent project risks and open questions from a vault?

Surfacing recent project risks and open questions is done by applying intra-project recall to raw weekly entries and artifact hints. This skill processes vault data to bound context to the current project and outputs a compact payload with source references.

How do I generate a compact decision-context payload from weekly project entries?

Generating a compact decision-context payload involves reading raw weekly entries and artifact hints from your in-project vault. This skill processes these inputs to extract bounded project memory, producing context-rich output suitable for recall tooling.

Can I use artifact hints to bound project memory context to a specific project slug?

Yes, you can use artifact hints and a project slug to bound project memory context. This skill applies intra-project recall to filter raw weekly entries and decision context, ensuring the surfaced memory is strictly limited to the current project.

Does session start recall work without external dependencies?

Session start recall works without external dependencies, relying entirely on in-project vault data. This skill uses raw weekly entries, artifact hints, and decision context to generate bounded project memory with references to source entries.

Why does project memory recall produce references to source entries?

Project memory recall produces references to source entries to maintain traceability for surfaced progress and decisions. This skill generates a compact decision-context payload that includes these references, allowing developers to verify the origin of the recalled project memory.