Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/paulbreuler/limps/003-plan-memorygit clone --depth 1 https://github.com/paulbreuler/limpsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00416 |
| Opus 5 | $0.00000 | $0.00208 |
| Sonnet 5 | $0.00000 | $0.00083 |
| Haiku 4.5 | $0.00000 | $0.00042 |
Grade A, and why
003-plan-memory scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Agent 003: Plan Memory System
Objective
Implement plan-level shared memory for cross-agent learnings.
Tasks
-
Plan memory manager (
src/memory/plan-memory.ts)getPlanMemory(planId): Load plan.memory.mdaddSharedDiscovery(planId, text, contributorAgents)addPlanDecision(planId, choice, affectedAgents, rationale)addLesson(planId, text)addOpenQuestion(planId, text)
-
Promotion from agent to plan
promoteToShared(planId, agentId, type, index)- Copy finding/decision to plan memory
- Track which agent contributed
-
Plan memory CLI
limps memory plan show <plan>— Display plan memorylimps memory plan add <plan> discovery <text>limps memory plan add <plan> decision <choice> --affects <agents>limps memory promote <plan> <agent> finding-3— Promote from agent
Plan Memory File
plans/0042-knowledge-graph/
├── 0042-plan.md
├── plan.memory.md # Shared memory
└── agents/
├── 001.md
└── 001.memory.md # Agent memory
Acceptance Criteria
- Plan memory stored in
plan.memory.md - Shared discoveries track contributing agents
-
limps memory promotemoves agent findings to plan - Plan memory included in context resolution for all agents
- Open questions visible to all agents in plan
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 56 lines · 0 tokens per session scan A 81f4866f1bcd
003-plan-memory is an agent published in the GitHub repository paulbreuler/limps (10 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 416 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
context-manager
Use this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens. This agent is essential for coordinating complex multi-agent workflows, preserving context across sessions, and ensuring coherent state management throughout extended development…
chainaware-rug-pull-detector
Specialized Web3 rug pull detection agent powered by ChainAware's Behavioral Prediction MCP. Use this agent PROACTIVELY whenever a user wants to check if a smart contract, liquidity pool, DeFi token, or new project is safe to invest in or deposit funds into. Automatically invoke when the user provides a contract…
onboarding
Onboard new projects with zen analysis configuration.
issue-tracker
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.
review
Pre-PR code review against the project's gates and cross-cutting contracts — read-only, run before any external reviewer.
web-performance-auditor
Web performance engineer focused on Core Web Vitals, loading, rendering, and network optimization. Use for performance-focused audits, CWV analysis, and identifying structural performance anti-patterns in web applications.