🔌

bymax-workflow

🔌Plugin

bymaxone/bymax-claude-code

Installation

Add marketplace in Claude Code:
$/plugin marketplace add bymaxone/bymax-claude-code
Step 2. Install plugin:
$/plugin install bymax-workflow@bymax-claude-code
VibeIndex|
What it does
|

Spec → Roadmap → Phase-Tasks → Task — a phased planning + execution workflow with explicit user-approval gates and JIRA-style task 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 autonomously drives an approved roadmap to done, one merge-gated PR per phase.

🏪

Part of

bymaxone/bymax-claude-code

workflow
0
-
AddedJul 10, 2026

More from this repository7

🔌
bymax-pr🔌Plugin

Autonomously shepherds an open PR to merge-readiness, powered by the gh CLI. /bymax-pr:babysit-pr resolves conflicts, polls CI every 270s, classifies failures as real vs flaky (re-running flaky checks), fixes real failures locally before pushing, triages bot review comments, and notifies you when the PR is green. Never merges, never pushes to the base branch. A built-in preflight verifies gh is installed and authenticated. Depends on gh + git; never bundles them.

🔌
bymax-mobile🔌Plugin

Slash commands to boot the iOS Simulator (/bymax-mobile:sim-ios) and Android Emulator (/bymax-mobile:sim-android) for Expo / React Native projects. Auto-detects whether to reattach Metro (fast) or run a full rebuild + install (slow). Honors $BYMAX_SIM_IOS, $BYMAX_SIM_ANDROID, and $APP_VARIANT.

🏪
bymaxone/bymax-claude-code🏪Marketplace

Production-ready Claude Code toolkit. 6 plugins: phased planning workflow (spec→roadmap→phase-tasks→task), strict quality gates (TDD + code-review + 7 specialist agents) for TypeScript & Rust, stack-aware project bootstrap, iOS/Android simulator boot, real-browser verification, and autonomous PR babysitting.

🔌
bymax-bootstrap🔌Plugin

Scaffold new projects (Next.js, Expo/RN, Vite+React, Node) with strict TS, ESLint flat-config + security plugin, Prettier, .vscode (format-on-save), Husky + commitlint + lint-staged, and CLAUDE.md/AGENTS.md/README.md templates. Also upgrades existing projects non-destructively.

🔌
bymax-quality🔌Plugin

Quality gates: /bymax-quality:code-review (CRITICAL → LOW severity, blocks suppression comments), /bymax-quality:tdd (red-green-refactor), the multi-stack `tester` skill, seven specialist sub-agents (incl. a Rust reviewer), and two pre/post hooks (secret-scanner, console-log-scan).

🔌
bymax-all🔌Plugin

Meta-plugin reference. Claude Code does not auto-install dependencies — install bymax-workflow, bymax-quality, bymax-bootstrap, bymax-mobile, bymax-web-verify, and bymax-pr individually for the full toolkit.

🔌
bymax-web-verify🔌Plugin

Real-browser verification powered by the agent-browser CLI (Vercel Labs). /bymax-web-verify:setup installs everything in one shot (CLI + Chrome) — ideal as a portable backup after a fresh macOS install. /bymax-web-verify:verify drives a live browser to confirm a web change works. A SessionStart hook offers to install the CLI when it's missing. Depends on agent-browser; never bundles it.