gtg
v4.3.0Pause and resume Codex work with durable handoffs, project state, and exactly one next action.
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
codex plugin marketplace add thelogicmatrix/lm-tools
codex plugin marketplace upgrade lm-tools
codex plugin add gtg@lm-toolsPaste 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-toolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is gtg/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/gtg/SKILL.md└── skills/issues/SKILL.md
Included Skills2
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.
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
{
"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"
}
}{
"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"
}
}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.
[gtg on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gtg)