Skip to content
K

mm_team_radar

Collision radar — before starting a spec/branch, check whether a teammate is already on it: active work-locks, recent working_on/claimed events, and open PRs / recent commits touching it. Returns an advisory text report (never blocks). Call at the start of a spec or task.

  • Category: Plugin Management
  • Source: Built-in
  • Required parameters: 1
  • Total parameters: 4
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project
spec_namestringNoSpec slug about to be worked (primary collision target)
branchstringNoBranch about to be worked
filesarray of stringNoExplicit file paths the work will touch (optional)
{
"tool": "mm_team_radar",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"spec_name": "My Example",
"branch": "example-branch"
}
}
  • mm_list_plugins - [DEPRECATED — use mm_list with entity=plugin] List all loaded plugins with th…
  • mm_get_plugin_info - [DEPRECATED — use mm_get with entity=plugin] Get detailed information about a…
  • mm_push_team_checkin - Push a team check-in to the cloud. Scans local specs and features, captures c…
  • mm_fetch_team_checkins - Fetch all team members’ check-ins from the cloud. Returns display names, bran…
  • mm_claim_spec - Claim a spec from a teammate. Records the claim in the cloud (first-claim-win…