taskflow
v1.0.8+codex.20260919PRD/Spec/Plan task workflow skill with host/harness hooks (Claude Code, Codex)
By TaskFlowLicense: AGPL-3.0-only10 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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 taskflow for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add taskflow@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/hkwuks/TaskFlowClone 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/taskflow/SKILL.md
Included Skills1
Manage repository development requests through TaskFlow: features, fixes, refactors, tests, configuration/build/CI changes, and explicit $taskflow planning or research. Not for releases, which run RELEASE.md directly, and not for read-only explanation, translation, status, research, review, or diagnosis unless the user explicitly invokes $taskflow.
Plugin manifests2
{
"name": "taskflow",
"version": "1.0.8+codex.20260919",
"description": "PRD/Spec/Plan task workflow skill with host/harness hooks (Claude Code, Codex)",
"author": {
"name": "TaskFlow",
"url": "https://github.com/hkwuks"
},
"homepage": "https://github.com/hkwuks/TaskFlow",
"repository": "https://github.com/hkwuks/TaskFlow",
"license": "AGPL-3.0-only",
"keywords": [
"skills",
"prd",
"spec",
"plan",
"workflow",
"hooks",
"tasks"
],
"skills": "./skills/",
"hooks": "./hooks/hooks-codex.json",
"interface": {
"displayName": "TaskFlow",
"shortDescription": "PRD/Spec/Plan task workflow with lifecycle hooks for Codex CLI",
"longDescription": "Durable PRD, Spec, Plan, verification, and archive workflow for repository tasks.",
"developerName": "TaskFlow",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": "Use $taskflow to plan, execute, verify, and archive this task."
}
}{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "taskflow",
"version": "1.0.8",
"description": "PRD/Spec/Plan task workflow skill with host/harness hooks (Claude Code, Codex)",
"author": {
"name": "TaskFlow"
},
"homepage": "https://github.com/hkwuks/TaskFlow",
"repository": "https://github.com/hkwuks/TaskFlow",
"license": "AGPL-3.0-only",
"keywords": [
"skills",
"prd",
"spec",
"plan",
"workflow",
"hooks",
"tasks"
],
"skills": [
"./skills/"
]
}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.
[taskflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/taskflow)