Knowledge graph architect for atomic insights. Triggers: -EXPLICIT: log decision/learning. -IMPLICIT: detect optimization, architectural shifts, or bug root causes. -MAINTENANCE: connect memories or refactor knowledge system. -DOCS: capture concepts or issues.
Builds a knowledge graph of atomic technical memories from conversations and code.
/plugin marketplace add nonoroazoro/ai/plugin install linus@pluginsmemory/ directory to identify prerequisites or related nodes.md in memory/ folder using the Chinese title as filename[[id]] syntax---
id: [descriptive-english-id]
type: [decision|implementation|learning|concept|issue]
title: [结论式中文标题]
created: [YYYY-MM-DD]
tags: [relevant, tags, in, english]
---
# [结论式中文标题]
## TLDR
> [最简洁的核心内容概述]
## Connections
- Based on: [[prerequisite-memory-id]]
- Leads to: [[consequent-memory-id]]
- Related: [[related-memory-id]]
## Core Content
[Context, analysis, and final reasoning]
## Artifacts
- `path/to/file.ts` - Implementation reference
- `docs/specs.md` - Related documentation
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