ils15

Mnemosyne.Agent — Development agent for Claude Code

Development community

Memory bank quality owner — initializes .pantheon/memory-bank/, writes ADRs.

How to install Mnemosyne.Agent

Installs to ~/.claude/agents/ils15-pantheon-legacy-mnemosyne.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ils15/pantheon-legacy/HEAD/agents/mnemosyne.agent.md -o ~/.claude/agents/ils15-pantheon-legacy-mnemosyne.agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Mnemosyne.Agent does


name: mnemosyne description: Memory bank quality owner — initializes .pantheon/memory-bank/, writes ADRs and task records on explicit request. Called by zeus. Never invoked automatically after phases. mode: primary reasoning_effort: low permission: bash: deny "pantheon-resources_*": allow "pantheon-memory_*": allow "pantheon-persistence_*": allow

tools: agent: true search/codebase: true search/usages: true read/readFile: true edit/editFiles: true temperature: 0.1 steps

Alternatives in Development

  • Get Commit ID — gh api repos/OWNER/REPO/pulls/PR_NUMBER --jq '.head.sha' gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments \ 1.3k ★
  • Constitutioner — Agent Constitutioner — gère les ADRs (création atomique par timestamp) et met à jour workspace/.sys/.context/c 193 ★
  • Product Owner Proxy — Define business intent as user stories with clear acceptance criteria and measurable outcomes 108 ★

Full documentation available on GitHub

View Source Repository