// Simple local project and knowledge management useing markdown files (MDTM).
| name | miniproject |
| description | Simple local project and knowledge management useing markdown files (MDTM). |
This is a simplified and concise project management AI memory framework.
[!NOTE] CRITICAL Before doing any work:
- read
.memory/todo.md,.memory/summary.mdand.memory/team.md- if
.memory/is missing these files, then create those three.- Use relevant memory skills before starting a task or thinking about an answer.
.memory/ directory.memory/ must be in markdown format.memory/summary.md, all notes in .memory/ must follow the filename convention of .memory/<type>-<8_char_hashid>-<title>.md<type> is one of: research, phase, guide, notes, implementation, task.memory/summary.md up to date with current status, prune incorrect or outdated information..memory/summary.md and delete the other files. empty .memory/todo.md of completed tasks..memory/todo.md to track remaining tasks. This file only contains links to .memory/task-<8_char_hash_id>-<title>.md files. [CRITICAL] keep .memory/todo.md up to date at every step.grep -r "<search-term>" .memory/ instead of Glob tool to find relevant notes (Becuase the Glob tool ignores .gitignored files)grep -r "TODO" .memory/todo.md to find outstanding tasksls -al .memory/ to list all memory files (because the List tool ignores .gitignored files).memory/summary.md first to understand successful outcomes so far..memory/team.md to indicate which phase is being worked on and by whom (use the session id to indicate this, not the agent name).[NEEDS-HUMAN] tasks in .memory/todo.md, stop and wait for human intervention..memory/todo.md file listing the tasks that need to be done by a human. tag it with [NEEDS-HUMAN] on the task line..memory/summary.md and prune other files as necessary..memory/todo.md inside the box.