query

Installation
SKILL.md

Decision Replay Query

This skill answers targeted project-history questions from Lode's local decision memory. It is a thin wrapper around the deterministic decision replay helper: the script narrows evidence, and the host agent writes the final answer.

Use query when the current task touches an existing decision, architecture boundary, rejected option, long-running risk, or product tradeoff. Use recall for session-start orientation; use query for a specific follow-up question.

Scope

  • Intra-project by default.
  • Raw entries remain the source of truth.
  • {vault}/raw/decisions/{project-slug}.json is a derived retrieval index.
  • The helper may rebuild an in-memory index from raw entries when no saved index exists, but this skill does not write new memory.
  • Do not use git history, external docs, or model assumptions to fill missing decision evidence.
Installs
1
Repository
kkenny0/lode
GitHub Stars
1
First Seen
Jun 15, 2026
query — kkenny0/lode