From project-management-office
Starts Control Tower, the read-only web dashboard over the central database, as a background process and replies with the clickable running URL. The remote-control of the operations backbone.
How this skill is triggered — by the user, by Claude, or both
Slash command
/project-management-office:control-towerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run it, get a link. Everything the operations backbone tracks (projects,
Run it, get a link. Everything the operations backbone tracks (projects, work orders, gates, findings, coverage, budgets, quality ledger, audit events, the team catalog) is viewed in Control Tower; this entry only starts it and hands back the URL.
PMO="${AGENTROF_HOME:-$HOME/.agentrof}/bin/pmo_cli.py". If that file
does not exist, find this plugin's installed copy of scripts/pmo_cli.py
and run its ensure subcommand once (it syncs the launcher): on Claude
Code the install root is listed in installed_plugins.json inside the
user-level Claude plugins directory; on Codex it is the newest version
directory of this plugin inside the user-level Codex plugin cache; on
Cursor the session-start hook syncs the launcher, so starting a new
session is the path. Then use "$PMO" and run the idempotent ensure."$PMO" dashboard --no-browser. The FIRST stdout line
carries the running URL. If the default port is taken, retry once
with --port 0 and read the bound URL from that first line instead.
Reply with the clickable link, exactly this shape: "Control Tower is
running: http://127.0.0.1:/". Add one line: the server keeps
running in the background and refreshes itself; stop it by killing
the background process."$PMO" dashboard --no-browser with
the resolved launcher path substituted, name the URL shape to expect
from its first output line, and name the opt-in alternative (network
access with local binding enabled in the harness's sandbox
configuration) for users who want it launched in-session.ensure, init-db and
sync-launcher; Control Tower itself is read-only by construction.npx claudepluginhub agentrof/agent-marketplace --plugin project-management-officeGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.