Add Mpi-Kanban plugin#149
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Reviewed by laguna-m.1-20260312:free · 203,897 tokens |
There was a problem hiding this comment.
Code Review
This pull request adds the Mpi-Kanban plugin to the list of third-party plugins in the README.md file. Feedback was provided to also update the plugins.json file to maintain consistency with the machine-readable registry, including a suggested JSON entry for the new plugin.
| - [GrayMatter](https://github.com/ValkyrLabs/GrayMatter) - Durable memory and shared graph state for Codex and OpenClaw agents, with live ValkyrAI schema awareness. | ||
| - [HOL Guard Plugin](https://github.com/hashgraph-online/hol-guard-plugin) - AI antivirus workflow for Codex, Claude Code, Cursor, Gemini, OpenCode, MCP servers, skills, and plugin release checks with local approvals and receipts. | ||
| - [HOTL Plugin](https://github.com/yimwoo/hotl-plugin) - Human-on-the-Loop AI coding workflow plugin for Codex, Claude Code, and Cline with structured planning, review, and verification guardrails. | ||
| - [Mpi-Kanban](https://github.com/MadPonyInteractive/mpi-kanban) - Claude Code and Codex workflow plugin for per-project kanban planning, handoffs, multi-agent coordination, and session lifecycle workflows. |
There was a problem hiding this comment.
The new plugin has been added to the README.md file, but the plugins.json file (which is described in line 255 as a compatibility export for existing automation) has not been updated. To ensure the plugin is included in the machine-readable registry, please add an entry for Mpi-Kanban to the plugins array in plugins.json and increment the total count on line 6.
Example entry for plugins.json:
{
"name": "Mpi-Kanban",
"url": "https://github.com/MadPonyInteractive/mpi-kanban",
"owner": "MadPonyInteractive",
"repo": "mpi-kanban",
"description": "Claude Code and Codex workflow plugin for per-project kanban planning, handoffs, multi-agent coordination, and session lifecycle workflows.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/MadPonyInteractive/mpi-kanban/HEAD/.codex-plugin/plugin.json"
}a89328f to
d3e0825
Compare
Adds Mpi-Kanban to the Community Plugins / Development & Workflow section.
Mpi-Kanban includes a valid .codex-plugin/plugin.json manifest and provides Claude Code and Codex workflow skills for kanban planning, handoffs, multi-agent coordination, and session lifecycle workflows.