Save important information to memory after tasks, milestones, or discoveries. Use when user asks to remember something, save context, store a decision, or document a finding. Also proactively save when making decisions, meeting people, or discovering information useful for future work.
This skill saves important information to memory files for future reference. Memory is organized in memory/ directory with subdirectories for corps, projects, and teams.
Finding Memory: The memory/ directory is relative to the current working directory. Check:
./memory/)../memory/)~/.wlm/memory/)Explicit requests:
Proactive saves (agent-initiated):
memory/
├── corps/ # Company-level information
│ └── tools/ # Communication and office tools
├── projects/ # Project-specific information
│ └── [project]/ # Per-project folders
└── teams/ # Team and organizational information
└── [team]/ # Per-team folders
└── roles/ # Role-based memory
Ask the user: "What should I remember from this?" if unclear.
Otherwise, infer from context:
| Type | Path |
|---|---|
| Team-related | memory/teams/[team-name]/ |
| Project-related | memory/projects/[project-name]/ |
| Company-wide | memory/corps/ |
| Role-based | memory/teams/roles/[role]/ |
Keep concise: 2-3 sentences max.
Include:
# YYYY-MM-DD: [Topic]
[1-2 sentences describing what, who, and why useful]
Input: User completed a meeting with Sarah from the backend team about API migration.
Memory entry:
# 2026-03-13: API Migration Meeting
Met Sarah from backend team about API migration. She's the tech lead.
Key info: They're moving to GraphQL by Q2. Contact for questions: [email protected]