Agent Plugins Marketplace
All plugins

worklog

v0.24.9

Local-first, git-native spec-driven development with tracked plans, tickets, pull requests, roadmaps, status reports, and wiki publishing.

CodexAgent Plugins

By Rick HightowerLicense: MIT10 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
0 skill or MCP entries
Source updated
Aug 30, 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 worklog for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add worklog-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/SpillwaveSolutions/wiki_ticket_sdd

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

Plugin files

worklog/
├── .codex-plugin/plugin.json
└── plugin.json

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "worklog",
  "version": "0.24.9",
  "description": "Local-first, git-native spec-driven development with tracked plans, tickets, pull requests, roadmaps, status reports, and wiki publishing.",
  "author": {
    "name": "Rick Hightower",
    "url": "https://github.com/RichardHightower"
  },
  "homepage": "https://github.com/SpillwaveSolutions/wiki_ticket_sdd",
  "repository": "https://github.com/SpillwaveSolutions/wiki_ticket_sdd",
  "license": "MIT",
  "keywords": [
    "work-tracking",
    "planning",
    "roadmap",
    "tickets",
    "spec-driven-development"
  ],
  "skills": "./plugin/skills/",
  "hooks": "./plugin/hooks/codex-hooks.json",
  "interface": {
    "displayName": "WikiTicket SDD",
    "shortDescription": "Git-native plans, tickets, PRs, and wiki publishing",
    "longDescription": "Turn plans into durable design records and tracked work, synchronize tickets and pull requests, generate roadmaps and status reports, and publish project documentation to a wiki.",
    "developerName": "Spillwave Solutions",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/SpillwaveSolutions/wiki_ticket_sdd",
    "defaultPrompt": [
      "Track this implementation with WikiTicket SDD.",
      "Sync the current worklog with tickets and the wiki.",
      "Prepare the PR description from tracked work."
    ],
    "brandColor": "#6B4EFF"
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "worklog",
  "version": "0.24.9",
  "description": "WikiTicket SDD (worklog): git-native plans, tickets, roadmaps, and wiki publishing. Multi-host bindings. Knowledge-tree writes live in okf-plugin.",
  "author": {
    "name": "Rick Hightower",
    "url": "https://github.com/RichardHightower"
  },
  "homepage": "https://github.com/SpillwaveSolutions/wiki_ticket_sdd",
  "repository": "https://github.com/SpillwaveSolutions/wiki_ticket_sdd",
  "license": "MIT",
  "keywords": [
    "worklog",
    "isolation",
    "agent-plugins",
    "claude-code",
    "grok-build",
    "codex",
    "deep-agents",
    "grok-bot",
    "cursor"
  ]
}

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

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