bob-control
01Plugin Claude Code
Plugin marketplace listing 1 plugin: bob-companion.
Plugin Claude Code
Plugin marketplace listing 1 plugin: bob-companion.
Settings file Claude Code
Agent settings declaring 7 allowed tools.
Instructions file
Claude Code instructions for PounceAI/bob-control, covering working in this repo with claude code, two execution contexts, wsl inside bob (common case), native windows and quality gate.
Plugin Claude Code
Use Claude Code from any repo as the foreman and worker for the IBM Bob task board: provision, route, triage, and drain tasks Bob shares. Ships a self-contained MCP server.
MCP server Claude CodeCodexCursor
MCP server "bob-tasks" as configured in PounceAI/bob-control. Runs ${CLAUDE_PLUGIN_ROOT}/server/server.mjs with node. Needs 1 environment variable to run.
Agent
Use when a request is too big for one Bob task and needs to be split into several well-formed, correctly-routed tasks on the board. Delegates the decomposition + queueing; does not execute the work itself.
Command
Show the Bob task board grouped by status.
Command
Provision a well-formed task onto the Bob board from a rough description.
Command
Show the next task Bob would pull, and the mode it will route to.
Command
Send the diff you just made to Bob for a read-only code review (Bob's native review mode).
Command
Preview which Bob mode a task id or a hypothetical description would route to.
Command
Install (or update) the live Bob board status line in your Claude Code settings.
Command
Review the whole board and propose (then apply) triage fixes.
Command
Drain the board as a worker — claim pending tasks Claude can do, execute them, submit results.
Skill Claude CodeCodex
Ask IBM Bob to PLAN or design an approach without implementing it (Bob's read-only plan mode) — it returns an analysis / step-by-step plan, no code changes. Use ONLY when the user explicitly wants IBM BOB to plan or design something — e.g. "have Bob plan the migration", "ask Bob to design this", "get Bob's plan for…
Skill Claude CodeCodex
Hand a refactor/restructure job to IBM Bob (Bob's refactor mode) — behavior-preserving cleanup, renames, extraction, de-duplication, edits the code. Use ONLY when the user explicitly wants IBM BOB to refactor or restructure code — e.g. "have Bob refactor this module", "ask Bob to clean up X", "get Bob to restructure…
Skill Claude CodeCodex
Dispatch a code review of a diff to IBM Bob (Bob's native review mode), which returns a prioritized, correctness-first findings list with suggested fixes. Use ONLY when the user explicitly wants IBM BOB (not you) to review code — e.g. "have Bob review this", "send these changes to Bob for review", "get Bob's review of…
Skill Claude CodeCodex
Request a security / DevSecOps review or scan from IBM Bob (Bob's devsecops mode) — it inspects code for vulnerabilities, insecure patterns, secrets, and dependency risks. Use ONLY when the user explicitly wants IBM BOB to do security work — e.g. "have Bob do a security review", "ask Bob to scan this for…