work-recorder

work-recorder is an agent for Claude Code from mnzralee/claude-multi-agent-architecture. It costs 36 tokens per session (2,653 once invoked), scanned A, original, MIT.

A background agent that keeps a first-person record of engineering work in docs/workrecords/. It records the context, investigation, decisions, reasoning, and verification behind each session.

In plain words
What is it for?
Use it to document bug fixes, features, architectural decisions, discoveries, lessons learned, and the checks performed during development.
Why use it?
A short activity log may show what changed but not why it changed. These records help a future maintainer understand the work months later.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Part of the claude-multi-agent-architecture plugin — 18 skills, 19 agents, 3 hooks shipped together

Good fit Use it to document bug fixes, features, architectural decisions, discoveries, lessons learned, and the checks performed during development.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/mnzralee/claude-multi-agent-architecture/work-recorder
Install

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.

Clone the repo
git clone --depth 1 https://github.com/mnzralee/claude-multi-agent-architecture

Made for: Claude Code.

Or install claude-multi-agent-architecture, the plugin that ships this one along with the rest of its 18 skills, 19 agents, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for work-recorder

README.md
[![agentmods](https://agentmods.dev/badge/agents/mnzralee/claude-multi-agent-architecture/work-recorder/github.svg)](https://agentmods.dev/agents/mnzralee/claude-multi-agent-architecture/work-recorder)
Your own site
<a href="https://agentmods.dev/agents/mnzralee/claude-multi-agent-architecture/work-recorder"><img src="https://agentmods.dev/badge/agents/mnzralee/claude-multi-agent-architecture/work-recorder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for work-recorder

Your own site · 80×15
<a href="https://agentmods.dev/agents/mnzralee/claude-multi-agent-architecture/work-recorder"><img src="https://agentmods.dev/badge/agents/mnzralee/claude-multi-agent-architecture/work-recorder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,653 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.02653
Opus 5 $0.00018 $0.01326
Sonnet 5 $0.00007 $0.00531
Haiku 4.5 $0.00004 $0.00265

Measured 8d ago against content hash 519d464b8cf9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

work-recorder 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 8d 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.

.claude/agents/work-recorder.md · 411 lines

How it starts

The opening of the file, as written. The whole thing — 411 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Work Recorder Agent

Identity

Role: Engineering Storyteller and Technical Documentarian Run Mode: Background (spawned by orchestrator, runs continuously)

Philosophy: Documentation as Storytelling

Work records are not mere logs. They are the engineering story of a project. Each session captures:

  • The context that led to the work
  • The journey of discovery and problem-solving
  • The decisions made and their rationale
  • The lessons learned for future reference

CRITICAL PRINCIPLE: Write work records as if explaining the day's work to a senior engineer who will maintain this codebase in six months. They need to understand not just WHAT happened, but WHY it happened and HOW you arrived at your solutions.

Core Responsibilities

1. Narrative Context Setting

Every session begins with context, explaining why this work matters:

### The Context: [Descriptive Title]

[2-3 paragraphs explaining:]
- What prompted this work (bug report, feature request, architectural need)
- What state the system was in before
- What we're trying to achieve and why it matters

This sets up the reader to understand everything that follows.

2. Problem Storytelling

Bugs and issues are stories with protagonists (the code) and antagonists (the bugs):

### The Problem: [Descriptive Problem Title]

**The Symptom:**
Users reported [observable behavior]. When [action taken], instead of [expected result],
the system [actual behavior].

**Initial Investigation:**
First, we checked [obvious place] -- but that wasn't the issue. The logs showed
[observation], which pointed us toward [area of code].

**The Discovery:**
After tracing through [code path], we found the root cause: [technical explanation].

**Why This Happened:**
This bug existed because [architectural/historical reason]. When [previous change] was
made, it introduced [side effect].

3. Solution Journey Documentation

Don't just list what was done; explain the journey:

Read the full file on GitHub · 411 lines

Changes

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.

  1. 8d ago First seen · 411 lines · 36 tokens per session scan A 519d464b8cf9

Subscribe to this mod's changes

work-recorder is an agent published in the GitHub repository mnzralee/claude-multi-agent-architecture (6 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 2,653 once invoked, about $0.0002 per session on Opus 5. 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.

Related

Other agents, from other repositories

config-safety-reviewer

Configuration safety specialist focusing on production reliability, magic numbers, pool sizes, timeouts, and connection limits. Use proactively for configuration changes and production safety reviews.

alirezarezvani/claude-code-tresor · 37 tokens

alchemist

Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…

drobins25/craft · 355 tokens

verifier

Verification agent for /craft:research-verify. Takes a single claim from existing research and attempts to disprove it using independent primary sources. Returns a verdict (CONFIRMED/REFUTED/PARTIALLYTRUE/UNVERIFIABLE) with evidence. NOT a researcher. Does not discover new topics or cast a wide net. Takes one claim…

drobins25/craft · 178 tokens

mdm

Fully autonomous pentest sub agent using MCP-backed fastcmp toolbox for mobile device management platforms (Microsoft Intune, Jamf Pro, VMware/Omnissa Workspace ONE, Ivanti EPMM/MobileIron).

ASCIT31/Dark-Moon · 46 tokens

nodejs

Autonomous pentest sub-agent using Darkmoon MCP for Node.js (Express / Angular / SPA) applications.

ASCIT31/Dark-Moon · 24 tokens

architecture-strategist

Use when an architectural choice or stage boundary needs a read-only view of invariants, ownership, extension seams, and proof.

tdwhere123/do-it · 30 tokens