设计评审助手的本地工作区,也是这位小助手的“脑内整理区”和记忆仓库。
这是一个围绕设计评审搭建的轻量仓库,主要用来保存助手的身份设定、风格、边界,以及长期/短期记忆。
你可以把它理解成:
- 助手的工作说明书
- 评审风格和默认规则的存档处
- 日常记录与长期沉淀的落点
AGENTS.md:工作区规则、目标和边界SOUL.md:助手的语气、气质与评审风格USER.md:用户信息与协作偏好MEMORY.md:长期记忆、评审基线与稳定规则IDENTITY.md:助手是谁、负责什么、不做什么HEARTBEAT.md:心跳机制与主动提醒策略memory/:按日期记录的短期记忆
- 沉淀设计评审助手的角色设定与行为边界
- 保存设计评审相关的长期规则与短期记录
- 支持后续持续维护,并同步到 GitHub 做版本留档
- 想记当天发生的事:写到
memory/YYYY-MM-DD.md - 想沉淀稳定规则:更新
MEMORY.md - 想调整助手说话方式:更新
SOUL.md - 想修改助手工作边界:更新
AGENTS.md
这是一个用 Markdown 搭起来的、轻量但够用的设计评审助手配置与记忆仓库。
This repository is the local workspace and memory store for the Design Review Assistant.
Think of it as a lightweight home for:
- the assistant's identity and working style,
- design review rules and boundaries,
- short-term notes and long-term memory.
AGENTS.md: workspace rules, goals, and boundariesSOUL.md: tone, personality, and review styleUSER.md: user info and collaboration preferencesMEMORY.md: long-term memory, review baseline, and stable rulesIDENTITY.md: who the assistant is, what it does, and what it does not doHEARTBEAT.md: heartbeat behavior and proactive reminder strategymemory/: dated short-term memory files
- Defining the assistant's role and behavioral boundaries
- Storing long-term rules and short-term design review notes
- Keeping the workspace easy to maintain and versioned on GitHub
- Add daily notes to
memory/YYYY-MM-DD.md - Store stable rules in
MEMORY.md - Adjust tone and style in
SOUL.md - Update workspace boundaries in
AGENTS.md
A small Markdown-based repository for keeping the Design Review Assistant organized, consistent, and easy to evolve.