Agent Plugins Marketplace
← All plugins

gtg

v4.3.0

Pause and resume Codex work with durable handoffs, project state, and exactly one next action.

CodexClaude Code2 Skills

By Nathan Wong1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 27, 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 gtg for Codex and Claude Code

Installs for the current user
codex plugin marketplace add thelogicmatrix/lm-tools
codex plugin marketplace upgrade lm-tools
codex plugin add gtg@lm-tools

Paste and run these commands in a terminal with Codex. They add and refresh the lm-tools catalog, then install this plugin.

Compatibility: the page URL and API slug “gtg” remain stable.

  • Codex: gtg@agent-plugin-marketplace → gtg@lm-tools

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/thelogicmatrix/lm-tools

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

Plugin files

gtg/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/gtg/SKILL.md
└── skills/issues/SKILL.md

Included Skills2

gtgskills/gtg/SKILL.md

Use for gtg pause/resume commands, persistent project progress, and "after this, do X" follow-ons for an active GTG project. Bare "gtg" mid-session departs; "gtg <project>" at session start resumes. Mentioning gtg while discussing the skill itself is not a departure trigger.

issuesskills/issues/SKILL.md

Issue filing into docs/issues/. Use when a problem surfaces mid-task and would be left in chat ("separate bug", "out of scope", "noting this"). Also closes, re-checks or lists issues.

Plugin manifests2

gtg/.codex-plugin/plugin.json
{
  "name": "gtg",
  "version": "4.3.0",
  "description": "Pause and resume Codex work with durable handoffs, project state, and exactly one next action.",
  "author": {
    "name": "Nathan Wong"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "gtg",
    "shortDescription": "Pause and resume work without losing context",
    "longDescription": "Checkpoint active work, write a durable handoff, and resume it cold from a later Codex session.",
    "developerName": "Nathan Wong",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": "gtg"
  }
}
gtg/.claude-plugin/plugin.json
{
  "name": "gtg",
  "version": "4.3.0",
  "description": "Got to Go - pause/resume workflow for Claude Code sessions: say 'gtg' to write a handoff before you leave, 'gtg X' to resume cold days later.",
  "author": {
    "name": "Nathan Wong"
  }
}

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

[gtg on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gtg)