Search memory documents for relevant solutions and patterns
Searches your project's memory documents for relevant solutions, patterns, and historical context. Use when debugging errors, implementing features, or needing architectural guidance to avoid repeating past mistakes.
/plugin marketplace add tsl-imperial/claude-memory-plugin/plugin install memory-system@tsl-claude-pluginsSearch the _memory/ directory for documents relevant to the current task or issue.
_memory/TOC.md to understand the quick reference index## Memory Search Results
### Relevant Documents
- [Document Title](./path.md) - Brief relevance description
### Key Findings
- Finding 1
- Finding 2
### Recommended Actions
Based on memory, you should...
### Related Documents
- [Other Doc](./path.md) - May also be relevant
If no relevant documents found, state clearly and suggest creating one after the issue is resolved.
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences