From xlfg-engineering
Deterministic recall for xlfg memory. Use current-state first, then temporal or typed lexical recall over durable knowledge, role memory, the ledger, and runs.
npx claudepluginhub flrngel/xlfg --plugin xlfg-engineeringThis skill uses the workspace's default tool permissions.
Use this when an xlfg run needs past context without relying on vector search.
Queries memory files (decisions.md, preferences.md, lessons.md, etc.) via routing table with keyword, attribution/date/file filters, deep traversal, and context-first recall before agent dispatch.
Retrieves project memory for user queries via three-step fallback: ROOT.md topics triage, frontmatter manifest LLM selection from weekly/monthly notes, qmd search. Use when past knowledge may apply.
Recalls past work, decisions, error solutions, and project history via a token-efficient 3-layer memory search workflow (search, timeline, details).
Share bugs, ideas, or general feedback.
Use this when an xlfg run needs past context without relying on vector search.
docs/xlfg/knowledge/current-state.mdspec.md when you are continuing a live rundocs/xlfg/knowledge/*.mddocs/xlfg/knowledge/agent-memory/*.mddocs/xlfg/knowledge/ledger.jsonldocs/xlfg/runs/If the helper CLI exists, you may use it:
xlfg recall yesterday
xlfg recall 'login button enter submit'
xlfg recall --file query.qmd
If the helper CLI does not exist, perform the same deterministic recall manually with exact lexical search over the files above.
xlfg recall yesterday
xlfg recall last week
xlfg recall 2026-03-06
xlfg recall 'login button enter submit'
xlfg recall $'lex: "port already in use" yarn dev healthcheck
stage: verify
kind: failure harness-rule
role: env-doctor
scope: memory runs
when: last 30 days'
Supported keys:
lex: exact lexical search with phrases and negationkind: memory kind(s)stage: plan, implement, verify, review, compound, crossrole: query-refiner, why-analyst, root-cause-analyst, harness-profiler, solution-architect, test-strategist, env-doctor, test-implementer, task-implementer, task-checker, verify-reducer, ux-reviewer, architecture-reviewer, security-reviewer, performance-reviewerscope: knowledge, agent-memory, ledger, runs, migrations, memory, allpath: substring filterwhen: date filterstage + kind + role filters before broad lexical search.scope: memory when you want only durable tracked knowledge.scope: runs when you want recent local context.memory-recall.md before planning continues.