project-tasks
v2.1.0Capture project tasks inline, store them in SQLite, group work under plans, dispatch work, and generate changelogs.
By cjthompsonLicense: MIT1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- 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 project-tasks for Codex and Claude Code
codex plugin marketplace add cjthompson/claude-code-config
codex plugin marketplace upgrade cjthompson
codex plugin add project-tasks@cjthompsonPaste and run these commands in a terminal with Codex. They add and refresh the cjthompson catalog, then install this plugin.
Compatibility: the page URL and API slug “project-tasks” remain stable.
- Codex:
project-tasks@agent-plugin-marketplace→project-tasks@cjthompson
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/cjthompson/claude-code-configClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/project-tasks/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/project-tasks/SKILL.md
Included Skills1
Use when the user says "task:", "fix:", "todo:", "plan:", "log task:", "log fix:", "run task:", "run fix:", or asks to log, run, list, or manage project tasks and plans. Also use when asked to generate or update a changelog from completed tasks.
Plugin manifests2
{
"name": "project-tasks",
"description": "Capture project tasks inline, store them in SQLite, group work under plans, dispatch work, and generate changelogs.",
"author": {
"name": "cjthompson"
},
"license": "MIT",
"keywords": [
"tasks",
"plans",
"changelog",
"sqlite",
"subagents"
],
"version": "2.1.0",
"skills": "./skills/",
"interface": {
"displayName": "Project Tasks",
"shortDescription": "Track tasks, fixes, todos, plans, and changelog entries from chat.",
"longDescription": "Project Tasks captures task:, fix:, todo:, and plan: requests into a SQLite-backed project task list. A plan is an epic — one document, stored inline or linked to a file on disk, plus the tasks derived from it, which stay reconcilable as the document changes. It supports dependency tracking, task review, changelog generation, and host-aware helper paths for Claude Code and Codex.",
"developerName": "cjthompson",
"category": "Development",
"capabilities": [
"Tasks",
"Write",
"Workflow"
],
"defaultPrompt": [
"task: add tests for the parser edge cases",
"plan: /path/to/docs/plans/2026-01-01-search-rewrite.md",
"list tasks",
"update changelog"
]
}
}{
"name": "project-tasks",
"description": "Capture tasks inline with task:/fix:/todo:/plan: prefixes, store in SQLite, group work under plans, dispatch to subagents, and auto-generate changelogs.",
"author": {
"name": "cjthompson"
},
"keywords": [
"tasks",
"plans",
"changelog",
"sqlite",
"subagents"
],
"license": "MIT",
"version": "2.1.0"
}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.
[project-tasks on Agent Plugins Marketplace](https://pluginsmp.com/plugins/project-tasks)