{"id":49309618,"url":"https://github.com/exadev/mob-boss","last_synced_at":"2026-04-26T12:01:11.176Z","repository":{"id":353612711,"uuid":"1220071930","full_name":"ExaDev/mob-boss","owner":"ExaDev","description":"AI agent team orchestration with tiered incremental review, metrics-driven evolution, and per-package knowledge accumulation.","archived":false,"fork":false,"pushed_at":"2026-04-24T16:52:24.000Z","size":191,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-24T18:18:44.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExaDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-24T14:12:28.000Z","updated_at":"2026-04-24T16:52:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ExaDev/mob-boss","commit_stats":null,"previous_names":["exadev/mob-boss"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ExaDev/mob-boss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExaDev%2Fmob-boss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExaDev%2Fmob-boss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExaDev%2Fmob-boss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExaDev%2Fmob-boss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExaDev","download_url":"https://codeload.github.com/ExaDev/mob-boss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExaDev%2Fmob-boss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32296259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-26T12:01:10.374Z","updated_at":"2026-04-26T12:01:11.166Z","avatar_url":"https://github.com/ExaDev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mob-boss\n\n\u003e Claude Code plugin — AI agent team orchestration with tiered incremental review, metrics-driven evolution, and per-package knowledge accumulation.\n\n## What it does\n\nMob-boss orchestrates a team of specialised AI agents to deliver features end-to-end:\n\n- **Architect** — designs implementation plans, verifies claims against actual code, enforces vertical-first phase shape\n- **Designer** — produces HTML/CSS/JS prototypes as contracts, with component manifests for 1:1 conversion\n- **Developer** — implements features with TDD discipline, emits tiered review signals (unit → composite → feature)\n- **Reviewer** — tier-aware code review with stack-specific checklists (React web supported)\n- **Project Expert** — accumulates package-specific knowledge across dispatches, orients every agent, offers opinions on HOW\n\nThe mob-boss skill itself is the top-level orchestrator — it dispatches the team, monitors metrics, and evolves agent definitions through patient A/B testing (minimum 5 tasks, 3 pattern occurrences before any modification).\n\n## Installation\n\n```bash\n# Add the marketplace\n/plugin marketplace add exadev/mob-boss\n\n# Install the plugin\n/plugin install mob-boss@exadev-mob-boss\n```\n\n## Usage\n\n```bash\n# Verify setup (run before first dispatch)\n/mob-boss:init\n\n# Start a new task\n/mob-boss:dispatch Implement user authentication with OAuth2\n\n# Check in-progress dispatch status\n/mob-boss:status\n\n# Resume an interrupted dispatch\n/mob-boss:resume\n\n# Close out an in-progress dispatch without further work\n/mob-boss:close-out\n```\n\n## Requirements\n\n### Platform file-watcher (optional)\n\nThe orchestration loop uses file-watching for real-time signal coordination. A native watcher is recommended for instant event delivery, but not required — mob-boss falls back to polling at 2s intervals using only standard POSIX tools (`find`, `touch`).\n\n- **macOS**: `brew install fswatch` (recommended)\n- **Linux**: `sudo apt install inotify-tools` (recommended)\n- **Other platforms**: polling fallback works automatically\n\nNo external dependencies are required to run mob-boss.\n\n### Supported stacks\n\nStack-specific guidance is provided for:\n\n| Stack | Architect | Developer | Designer | Reviewer |\n|---|---|---|---|---|\n| React on web (Next.js, Vite, CRA) | ✅ | ✅ | ✅ | ✅ |\n| React Native | — | — | — | — |\n| Other | Falls back to base rules | Falls back to base rules | Falls back to base rules | Falls back to base rules |\n\n## How it works\n\n### Per-dispatch flow\n\n1. **Phase 1** — Architect and designer collaborate to produce a unified design (plan + prototype)\n2. **Phase 2** — Developer implements in chunked slices with tiered review signals\n3. **Phase 3** — Close-out: archive, metrics, project-expert curation, user report\n\n### Tiered review\n\nEvery chunk emits a review signal at one of three tiers:\n\n| Tier | Scope | Focus |\n|---|---|---|\n| Unit (~50–150 lines) | One testable piece | Correctness, conventions, local bugs |\n| Composite | A cohesive slice of units | Coherence, boundary tests, duplication |\n| Feature | The whole feature | Architecture, plan compliance, security, integration |\n\n### Agent evolution\n\nMob-boss tracks metrics across dispatches and evolves agent profiles when thresholds are met:\n\n- **Minimum 5 completed tasks** before any agent modification\n- **Minimum 3 occurrences** of a metric pattern before it's considered systemic\n- All changes are logged in the changelog with evidence\n\n### Project expert\n\nEach package accumulates knowledge:\n\n- `@expert:` tags in agent reports surface facts worth remembering\n- Close-out curation investigates, cross-references, and records into `.mob-boss/expert/knowledge/`\n- The orientation snippet is injected into every agent spawn in future dispatches\n\n### State layout\n\n| Location | Purpose |\n|---|---|\n| `${CLAUDE_SKILL_DIR}/` (plugin) | Read-only: canonical agent profiles, templates, preamble |\n| `~/.mob-boss/` (global) | Mutable: evolved agents, experiment variants, metrics, changelog |\n| `\u003cpackage\u003e/.mob-boss/` (per-package) | Mutable: signals, feedback, archive, project-expert knowledge |\n\n## Structure\n\n```\nplugins/mob-boss/\n├── .claude-plugin/plugin.json\n└── skills/\n    ├── dispatch/                     # Start new dispatches\n    │   ├── SKILL.md                   # Full orchestrator protocol\n    │   ├── preamble.sh                # Runtime environment setup + global state seeding\n    │   ├── agents/main/               # Canonical agent profiles\n    │   │   ├── architect.md + guidance/\n    │   │   ├── developer.md + guidance/\n    │   │   ├── designer.md + guidance/\n    │   │   ├── reviewer.md + guidance/\n    │   │   └── project-expert.md\n    │   └── templates/                  # Copied into each new package on init\n    ├── status/SKILL.md                # Read-only dispatch status check\n    ├── resume/SKILL.md                # Resume interrupted dispatch\n    ├── close-out/SKILL.md             # Close out without further work\n    ├── init/SKILL.md                  # Verify setup / first-time seed\n    └── team-manager/\n        ├── SKILL.md                   # Dispatch coordinator\n        └── context.sh                 # Agent profile loading\n```\n\n## Licence\n\nThis plugin is the property of ExaDev Ltd. See the licence template in `templates/LICENSE.md` for terms applied to generated orchestration artefacts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexadev%2Fmob-boss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexadev%2Fmob-boss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexadev%2Fmob-boss/lists"}