bymax-workflow
v1.8.0Phased planning + execution workflow for Claude Code. Spec → Roadmap → Phase-Tasks → Task, each step with explicit user-approval gates and JIRA-style dashboards. Includes /bymax-workflow:brainstorm, /bymax-workflow:plan, /bymax-workflow:verify, /bymax-workflow:checkpoint, the universal /bymax-workflow:standards reference (with the §0 reuse-first simplicity ladder), and /bymax-workflow:autopilot — the loop-engineering executor that drives an approved roadmap to done autonomously, one merge-gated PR per phase.
By Bymax OneLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- 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-workflow for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install bymax-workflow@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-workflow/.
Plugin files
├── .claude-plugin/plugin.json├── skills/autopilot/SKILL.md└── skills/standards/SKILL.md
Included Skills2
Loop-engineering executor — autonomously drive an APPROVED roadmap from first phase to done, one phase per PR, with zero human interaction after launch. An orchestrator session spawns one isolated implementer sub-agent per phase, waits for CI + the review bot via background signals, fixes findings, merges after a grace window, updates dashboards, and chains the next phase. Reads its per-project parameters from docs/AUTOPILOT.md. Modes: init (generate the config from the roadmap — stops for review), run (drive the chain), status (report chain state). Requires the /bymax-workflow:roadmap + /bymax-workflow:phase-tasks docs and an authenticated gh CLI. Triggers: "autopilot", "run the roadmap", "execute all phases", "autonomous execution", "rodar o roadmap inteiro", "executar todas as fases".
Universal coding standards reference (TypeScript and Rust tracks) — simplicity ladder (reuse-first / YAGNI, run before writing code), type/lint discipline, naming conventions, doc policy (JSDoc / rustdoc), layered architecture, typed error handling, English-only comments, conventional commits. Load this BEFORE writing any non-trivial code, reviewing a PR, or scaffolding a new project. Other skills (/bymax-workflow:plan, /bymax-quality:tdd, /bymax-quality:code-review, /bymax-bootstrap:bootstrap) reference this.
Plugin manifests1
{
"name": "bymax-workflow",
"description": "Phased planning + execution workflow for Claude Code. Spec → Roadmap → Phase-Tasks → Task, each step with explicit user-approval gates and JIRA-style dashboards. Includes /bymax-workflow:brainstorm, /bymax-workflow:plan, /bymax-workflow:verify, /bymax-workflow:checkpoint, the universal /bymax-workflow:standards reference (with the §0 reuse-first simplicity ladder), and /bymax-workflow:autopilot — the loop-engineering executor that drives an approved roadmap to done autonomously, one merge-gated PR per phase.",
"version": "1.8.0",
"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-workflow",
"keywords": [
"workflow",
"planning",
"spec",
"roadmap",
"tasks",
"tdd",
"verify",
"rust",
"autopilot",
"loop-engineering",
"autonomous-agents",
"orchestration"
]
}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-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bymax-workflow)