boss
v3.10.1BMAD pipeline plugin for Codex with installer-managed hooks and shared Boss runtime behavior.
By echoVicLicense: MIT559 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Aug 7, 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 boss for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add boss@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/echoVic/boss-skillClone 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
Plugin manifests2
{
"name": "boss",
"version": "3.10.1",
"description": "BMAD pipeline plugin for Codex with installer-managed hooks and shared Boss runtime behavior.",
"author": {
"name": "echoVic",
"email": "[email protected]",
"url": "https://github.com/echoVic"
},
"homepage": "https://github.com/echoVic/boss-skill",
"repository": "https://github.com/echoVic/boss-skill",
"license": "MIT",
"keywords": [
"bmad",
"pipeline",
"codex",
"agent-orchestration",
"automation"
],
"skills": "./skill/",
"interface": {
"displayName": "Boss",
"shortDescription": "Auditable multi-agent engineering workflow for Codex.",
"longDescription": "Boss turns Codex into a structured engineering team with PM, architecture, implementation, QA, DevOps, runtime state, hooks, quality gates, and replayable delivery artifacts.",
"developerName": "echoVic",
"category": "Productivity",
"capabilities": [
"Planning",
"Code Review",
"Testing"
],
"websiteURL": "https://github.com/echoVic/boss-skill",
"privacyPolicyURL": "https://github.com/echoVic/boss-skill/blob/main/docs/PRIVACY.md",
"termsOfServiceURL": "https://github.com/echoVic/boss-skill/blob/main/docs/TERMS.md",
"composerIcon": "./assets/boss-composer-icon.svg",
"logo": "./assets/boss-logo.svg",
"screenshots": [
"./boss-skill-promo.png"
],
"defaultPrompt": [
"Use Boss to plan and implement this feature.",
"Run Boss QA on this project.",
"Review this code with Boss."
],
"brandColor": "#171717"
}
}{
"name": "boss",
"version": "3.10.1",
"description": "BMAD 全自动项目编排插件。从需求到部署的完整研发流水线,编排 9 个专业 Agent(PM、架构师、UI 设计师、Tech Lead、Scrum Master、开发者、QA、DevOps)自动完成完整研发周期。",
"author": {
"name": "echoVic",
"email": "[email protected]",
"url": "https://github.com/echoVic"
},
"homepage": "https://github.com/echoVic/boss-skill",
"repository": "https://github.com/echoVic/boss-skill",
"license": "MIT",
"keywords": [
"bmad",
"pipeline",
"agent-orchestration",
"full-stack",
"automation",
"devops",
"project-management"
],
"skills": [
"./skill/"
],
"interface": {
"displayName": "Boss",
"shortDescription": "Auditable multi-agent engineering workflow.",
"longDescription": "Boss turns a coding agent into a structured engineering team with PM, architecture, implementation, QA, DevOps, runtime state, hooks, quality gates, and replayable delivery artifacts.",
"developerName": "echoVic",
"category": "Productivity",
"capabilities": [
"Planning",
"Code Review",
"Testing"
],
"websiteURL": "https://github.com/echoVic/boss-skill",
"privacyPolicyURL": "https://github.com/echoVic/boss-skill/blob/main/docs/PRIVACY.md",
"termsOfServiceURL": "https://github.com/echoVic/boss-skill/blob/main/docs/TERMS.md",
"composerIcon": "./assets/boss-composer-icon.svg",
"logo": "./assets/boss-logo.svg",
"screenshots": [
"./boss-skill-promo.png"
],
"defaultPrompt": [
"Use Boss to plan and implement this feature.",
"Run Boss QA on this project.",
"Review this code with Boss."
],
"brandColor": "#171717"
}
}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.
[boss on Agent Plugins Marketplace](https://pluginsmp.com/plugins/boss)