بنقرة واحدة
memorize
Update agent memory (Sessions, Lessons, Preferences, Checkpoint, Context) and Brief.md
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Update agent memory (Sessions, Lessons, Preferences, Checkpoint, Context) and Brief.md
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Launch AutoMates agents in separate terminal windows with their identities
Open the AutoMates root folder in Finder
Catch up on parallel sessions and brief the user on project state
Build or tailor a resume for a specific job application. Structured intake, honest assessment, scoring loop, and export.
Launch a build team (Fetcher + Planner + Builder + Checker) for parallel feature development
Launch a research team (Fetcher + BrainStorm + specialist) for deep investigation
| name | memorize |
| description | Update agent memory (Sessions, Lessons, Preferences, Checkpoint, Context) and Brief.md |
| allowed-tools | ["Read","Write","Edit","Glob"] |
One command to update all memory files and Brief.md. Replaces manually asking "update your memory."
/memorize # Save current agent's memory + update Brief.md
/memorize <agent> # Save a specific agent's memory
planner, builder, checker, brainstorm, gal, legal, gitdude, fetcher, orca
When invoked, perform these steps IN ORDER for the target agent:
Determine the agent's Memory_Logs path:
AgenTeam/Planner/Memory_Logs/AgenTeam/Builder/Memory_Logs/AgenTeam/Checker/Memory_Logs/AgenTeam/BrainStorm/Memory_Logs/AgenTeam/Gal/Memory_Logs/AgenTeam/Legal/Memory_Logs/AgenTeam/GitDude/Memory_Logs/AgenTeam/Fetcher/Memory_Logs/AgenTeam/Orca/Memory_Logs/If no agent specified, use the current agent (the one active in this session).
Read these files to understand what needs updating:
Memory_Logs/Checkpoint.md — current task statusMemory_Logs/Lessons.md — existing lessonsMemory_Logs/Preferences.md — existing preferencesMemory_Logs/Sessions/ — recent session contextBrief.md — current project stateCreate or append to Memory_Logs/Sessions/Session_[YYYY-MM-DD].md:
# Session — [YYYY-MM-DD]
**Agent:** [Agent Name]
**Task:** [Brief description of what was worked on]
---
## What Happened
- [Key actions taken]
- [Decisions made]
- [Files created/modified]
## Outcome
[Result of the work]
---
IMPORTANT: If a session file for today already exists, APPEND to it — never overwrite.
READ first, then APPEND if something was learned this session:
## [YYYY-MM-DD] - [Brief title]
- **Context:** [what happened]
- **Lesson:** [what to remember]
- **Apply when:** [future trigger]
If nothing new was learned, skip this step.
READ first, then APPEND if user expressed new preferences:
## [Category]
*[YYYY-MM-DD]*
- **Preference:** [detail]
If no new preferences, skip this step.
READ first, then update:
Overwrite Memory_Logs/Context.md with a fresh snapshot:
# Context — [Agent Name]
**Last updated:** [YYYY-MM-DD]
*Quick startup snapshot. Read this first instead of scanning all memory files.*
---
## Project Summary
[2-3 sentences from Brief.md current focus]
## Current Task
[From Checkpoint.md — status and description, or "No active task"]
## Recent Lessons
[Last 3 entries from Lessons.md — one line each]
## Active Preferences
[Key preferences from Preferences.md]
## Team Status
See Brief.md for full team status.
## My Recent Sessions
[1-2 line summary of last 2-3 sessions]
Only if project-wide changes happened. READ first, then:
| [YYYY-MM-DD] | [Agent] | [what happened] |If this session was internal work (no project-wide impact), skip Brief.md.
=== MEMORIZED ===
Agent: [name]
Sessions/: [created/appended Session_YYYY-MM-DD.md]
Lessons.md: [appended X new / no change]
Preferences: [appended X new / no change]
Checkpoint: [updated / no change]
Context.md: [refreshed]
Brief.md: [updated / no change]
=================
Part of AutoMates.AI memory management system