taskplane
v2.26.0Human-gated delivery for Codex and Claude with shared dependency graphs, source and task decomposition, one dashboard, and explicit native host limits.
By Volodymyr DemkivLicense: Apache-2.06 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Sep 17, 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 taskplane for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add taskplane@agent-plugin-marketplacePaste 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/vdemkiv/taskPlaneClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/taskplane/SKILL.md├── skills/tp-build/SKILL.md├── skills/tp-design/SKILL.md├── skills/tp-engineering/SKILL.md├── skills/tp-go/SKILL.md├── skills/tp-help/SKILL.md├── skills/tp-northstar/SKILL.md├── skills/tp-product/SKILL.md├── skills/tp-status/SKILL.md└── skills/tp-tag/SKILL.md
Included Skills10
Route requests to review code, design a change, implement work, inspect Taskplane status, or explain Taskplane. Preserve the user's requested scope and existing decisions.
Build a requested feature through to verified output. Reuse existing product decisions and use optional alternatives only when requested or needed.
Design how a requested change should work before implementation, with proportionate alternatives, dependencies, trade-offs, and validation.
Review source code, changes, architecture, or security and report actionable findings. Also consumes Engineering evidence when explicitly invoked by a Taskplane delivery stage. Review does not implement fixes.
Carry delivery through seven human-approved phases with shared graph, decomposition, dashboard and verified evidence.
Explain Taskplane capabilities, commands, and existing workflow state when the user asks for help. Does not initialize or activate a workflow.
Give an on-demand strategic review of a task, design or change against the project's direction.
Define the requested product outcome, scope, acceptance criteria, and material dependencies without changing implementation.
Show delivery progress, the responsible owner, actual outcomes, and available token usage without initializing a workflow.
Use the shared Taskplane delivery flow in a Claude channel task.
Plugin manifests2
{
"name": "taskplane",
"version": "2.26.0",
"description": "Human-gated delivery for Codex and Claude with shared dependency graphs, source and task decomposition, one dashboard, and explicit native host limits.",
"author": {
"name": "Volodymyr Demkiv",
"email": "[email protected]",
"url": "https://github.com/vdemkiv"
},
"homepage": "https://github.com/vdemkiv/taskPlane",
"repository": "https://github.com/vdemkiv/taskPlane",
"license": "Apache-2.0",
"keywords": [
"software-delivery",
"code-review",
"dependency-graph",
"telemetry",
"claude",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "taskplane",
"shortDescription": "Deliver, measure, improve",
"longDescription": "Product, Design, Plan, Build, Evaluate, Engineering and Retro each require explicit human acceptance. Native workflow gates validate evidence, bind observed decisions to exact checkpoints and check covered scope paths. One dependency graph, source components, task DAG and dashboard serve every phase. Host-wide protection remains unavailable; token usage is advisory.",
"developerName": "Volodymyr Demkiv",
"category": "Developer Tools",
"capabilities": [
"Require explicit human phase acceptance",
"Bind observed decisions to reviewed evidence and scope",
"Share dependency graphs, source components and task plans",
"Show workflow progress and native host limits honestly",
"Record available token usage as advisory evidence"
],
"websiteURL": "https://github.com/vdemkiv/taskPlane",
"privacyPolicyURL": "https://github.com/vdemkiv/taskPlane/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/vdemkiv/taskPlane/blob/main/TERMS.md",
"defaultPrompt": [
"taskplane design this feature and present the Design checkpoint.",
"taskplane build this feature through human-approved stages.",
"taskplane review this branch without changing code."
],
"brandColor": "#2563EB",
"logo": "./assets/taskplane-logo.svg",
"composerIcon": "./assets/taskplane-icon.svg"
}
}{
"name": "taskplane",
"version": "2.26.0",
"description": "Human-gated delivery for Codex and Claude with shared dependency graphs, source and task decomposition, one dashboard, and explicit native host limits.",
"author": {
"name": "Volodymyr Demkiv"
},
"license": "Apache-2.0",
"keywords": [
"software-delivery",
"code-review",
"dependency-graph",
"telemetry",
"claude",
"codex"
],
"homepage": "https://github.com/vdemkiv/taskPlane",
"repository": "https://github.com/vdemkiv/taskPlane"
}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.
[taskplane on Agent Plugins Marketplace](https://pluginsmp.com/plugins/taskplane)