memory-scout

Search .flow/memory files for relevant pitfalls, conventions, and decisions.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/raydocs/antiflowskills --skill memory-scout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-scout
Source: https://github.com/raydocs/antiflowskills/tree/main/.factory/skills/memory-scout
Command: npx skills add https://github.com/raydocs/antiflowskills --skill memory-scout

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory lookup aids teams by quickly recalling past pitfalls, conventions, and decisions from project memory to guide current work.

Core Features & Use Cases

  • Quick recall of project memory entries (pitfalls, conventions, decisions)
  • Focused search returning only relevant notes
  • Contextual guidance for planning, debugging, and decision making

Quick Start

Search .flow/memory for past pitfalls and conventions relevant to the current task.

Frequently Asked Questions about memory-scout

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

FAQPage Schema
How do I recall past project decisions and pitfalls during debugging?

Project memory entries are recalled by searching .flow/memory files like pitfalls.md, conventions.md, and decisions.md. The system reads these files and returns only historical context and notes relevant to your current task to guide debugging.

What is project memory context retrieval for software engineering?

Project memory context retrieval searches stored historical notes to guide current work by reading memory files under .flow/memory. It finds past pitfalls, conventions, and decisions, applying them to current planning, debugging, or feature work.

How do I search conventions and past decisions from a project memory file?

Search conventions and past decisions by querying the .flow/memory directory during planning or feature work. The system filters memory files like conventions.md and decisions.md, returning only entries related to your current context.

Can I use memory recall to find known pitfalls before starting feature work?

Yes, memory recall finds known pitfalls before starting feature work by reading the .flow/memory directory. The system returns relevant historical pitfalls and conventions to provide contextual guidance for your upcoming tasks.

Do I need specific memory files to recall past project decisions?

Yes, specific memory files are needed to recall past project decisions. The system reads files located under the .flow/memory directory, specifically looking for pitfalls.md, conventions.md, and decisions.md to return relevant historical context.