bymax-pm
v1.0.2Engineering Project Manager for multi-agent development. The /bymax-pm:pm command turns the current session into a PM/TPM that coordinates INDEPENDENT Claude Code peer sessions: discovers agents via ListAgents, delegates structured task contracts via SendMessage, tracks a deterministic task lifecycle (assignment → acknowledgement → evidence → independent review → PM verification), detects stuck agents through one-shot idle notices instead of polling, resolves blockers between agents before escalating, and keeps all project truth in a persistent, git-friendly .claude/pm/ workspace that survives session restarts. Evidence-driven: a worker saying done is never enough — DONE requires diffs, tests, CI and PM verification. The PM coordinates; it does not implement.
By Bymax OneLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- 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 bymax-pm for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install bymax-pm@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/bymaxone/bymax-agent-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bymax-pm/.
Plugin files
├── .claude-plugin/plugin.json└── skills/pm/SKILL.md
Included Skills1
Engineering Project Manager / TPM for multi-agent development. Turns this session into the coordination layer above independent Claude Code peer sessions: discovers agents (ListAgents), delegates structured task contracts (SendMessage), enforces an evidence-based lifecycle (assign → ack → implement → independent review → PM verification), detects blocked or stuck agents via one-shot idle notices instead of polling, resolves cross-agent conflicts and dependencies, keeps all project truth in a persistent .claude/pm/ workspace, and reports consolidated status to the human. The PM coordinates and verifies — it does not implement. Modes: (default) operate, status (health report), standup (session report), release-check (release readiness). Triggers: "act as PM", "project manager", "coordinate the agents", "delegate to the agents", "status do projeto", "gerencie os agentes".
Plugin manifests1
{
"name": "bymax-pm",
"description": "Engineering Project Manager for multi-agent development. The /bymax-pm:pm command turns the current session into a PM/TPM that coordinates INDEPENDENT Claude Code peer sessions: discovers agents via ListAgents, delegates structured task contracts via SendMessage, tracks a deterministic task lifecycle (assignment → acknowledgement → evidence → independent review → PM verification), detects stuck agents through one-shot idle notices instead of polling, resolves blockers between agents before escalating, and keeps all project truth in a persistent, git-friendly .claude/pm/ workspace that survives session restarts. Evidence-driven: a worker saying done is never enough — DONE requires diffs, tests, CI and PM verification. The PM coordinates; it does not implement.",
"version": "1.0.2",
"author": {
"name": "Bymax One",
"email": "[email protected]",
"url": "https://github.com/bymaxone"
},
"license": "MIT",
"homepage": "https://github.com/bymaxone/bymax-agent-kit/tree/main/plugins/bymax-pm",
"keywords": [
"project-manager",
"tpm",
"orchestration",
"multi-agent",
"peer-sessions",
"delegation",
"coordination",
"engineering-management"
]
}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.
[bymax-pm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bymax-pm)