work-tracker
v2.10.1Agent-led delivery with the chosen tracker, plus local work tracking for Claude and Codex with roadmaps, tasks, shared continuation, approval boundaries, and Git evidence.
By Mike Rihm0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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-tracker for Codex and Claude Code
codex plugin marketplace add Mar5929/claude-toolkit
codex plugin marketplace upgrade claude-toolkit
codex plugin add work-tracker@claude-toolkitPaste and run these commands in a terminal with Codex. They add and refresh the claude-toolkit catalog, then install this plugin.
Compatibility: the page URL and API slug “work-tracker” remain stable.
- Codex:
work-tracker@agent-plugin-marketplace→work-tracker@claude-toolkit
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/Mar5929/claude-toolkitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/work-tracker/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/work/SKILL.md
Included Skills1
Use before substantial work, and when starting, resuming, changing stage, or closing a work item. Manages the project's local or external tracker, offers agent-led delivery, and holds the work-item lifecycle. Also for backlog capture, grouping, archiving, validation, and reconciliation.
Plugin manifests2
{
"name": "work-tracker",
"version": "2.10.1",
"description": "Agent-led delivery with the chosen tracker, plus local work tracking for Claude and Codex with roadmaps, tasks, shared continuation, approval boundaries, and Git evidence.",
"author": {
"name": "Mike Rihm",
"email": "[email protected]",
"url": "https://github.com/Mar5929"
},
"homepage": "https://github.com/Mar5929/claude-toolkit",
"repository": "https://github.com/Mar5929/claude-toolkit",
"keywords": [
"toolkit",
"work-tracker",
"local-work",
"skills"
],
"skills": "./skills/",
"interface": {
"displayName": "Work Tracker",
"shortDescription": "Guide delivery and track local work.",
"longDescription": "Offer agents delivery responsibility with the human as product owner. Preserve the goal-specific choice in the existing local or external tracker. Local mode supplies roadmaps, tasks, approvals, handoffs, and optional Git evidence without a cloud service.",
"developerName": "Mike Rihm",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write",
"Repository"
],
"websiteURL": "https://github.com/Mar5929/claude-toolkit",
"defaultPrompt": [
"What should I work on next?",
"Add this to the backlog",
"Reconcile the tracker with Git"
],
"brandColor": "#2563EB"
}
}{
"name": "work-tracker",
"description": "Agent-led delivery with the chosen tracker, plus local work tracking for Claude and Codex with roadmaps, tasks, shared continuation, approval boundaries, and Git evidence.",
"version": "2.10.1",
"author": {
"name": "Mike Rihm",
"email": "[email protected]"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[work-tracker on Agent Plugins Marketplace](https://pluginsmp.com/plugins/work-tracker)