Agent Plugins Marketplace
All plugins

work-journal

v0.3.0

Cross-session memory for long-running work: append-only diary (LOG) and decision (DEC) logs under .claude/memory, grouped by work item (JIRA-123, RFC-7, …), with derived open-item tracking so any later session can answer what is still pending, what changed on a ticket, and what was done since a date. Ships its own clock-in/clock-out protocol via a UserPromptSubmit hook.

Claude Code2 Skills

By Duy Lam0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install work-journal for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install work-journal@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/duylam/claude-code-engineering-assembly

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/work-journal/.

Plugin files

plugins/work-journal/
├── .claude-plugin/plugin.json
├── skills/decision-writer/SKILL.md
└── skills/diary-writer/SKILL.md

Included Skills2

decision-writerskills/decision-writer/SKILL.md

This skill should be used at clock-out, when the session's work embodied a real choice — a tech choice, changed scope, reversed plan, or non-obvious trade-off — or when the user says "record this decision", "log why we chose this", or "write an ADR". Appends a reasoned decision (DEC) entry with Consideration / Decision / Rationale, computes the entry id and ISO timestamp, validates refs, and stages the entry for commit.

diary-writerskills/diary-writer/SKILL.md

This skill should be used at clock-out — before every git commit, or when the user says "clock out", "log this session", "record what we did", or "wrap up" — to append a progress (LOG) entry recording what was done, why, what comes next, and which pending items are now finished. Automatically computes the entry id, ISO timestamp, and HEAD commit SHA, assigns a trackable NEXT- id to each follow-up, closes completed items, and stages the entry for commit.

Plugin manifests1

plugins/work-journal/.claude-plugin/plugin.json
{
  "name": "work-journal",
  "description": "Cross-session memory for long-running work: append-only diary (LOG) and decision (DEC) logs under .claude/memory, grouped by work item (JIRA-123, RFC-7, …), with derived open-item tracking so any later session can answer what is still pending, what changed on a ticket, and what was done since a date. Ships its own clock-in/clock-out protocol via a UserPromptSubmit hook.",
  "version": "0.3.0",
  "author": {
    "name": "Duy Lam",
    "email": "[email protected]"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[work-journal on Agent Plugins Marketplace](https://pluginsmp.com/plugins/work-journal)