mm_verify_check_triage
Read <project>/.mm/specs/<spec_folder>/findings-backlog.md and report whether the T3 triage gate passes. Gate PASSES when the file is missing, has an empty table, or every row’s status is non-open (promoted | deferred | dismissed). Gate BLOCKS when ≥1 row has status=open. Malformed backlog (file exists but no table block) is a hard error — never silently passes. Used by /mm:complete to enforce triage before spec completion. Returns a pre-rendered blocking_message suitable for display. Mirrors the Rust verify_triage binary.
At a Glance
Section titled “At a Glance”- Category: Plugin Management
- Source: Built-in
- Required parameters: 2
- Total parameters: 2
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project root. |
spec_folder | string | Yes | Spec folder name, e.g. ‘2026-04-21-verify-spec-hardening’. |
Example
Section titled “Example”{ "tool": "mm_verify_check_triage", "arguments": { "project_path": "/Users/you/projects/my-app", "spec_folder": "example-spec_folder" }}Related Tools
Section titled “Related Tools”mm_list_plugins- List all loaded plugins with their id, name, version, category, tier, and too…mm_get_plugin_info- Get detailed information about a specific plugin including its tools, version…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…