get-plan-comments
Plan comments
You were invoked to bring a Baz plan's review comments back into this session.
This skill reports before it writes. Step A reads the comments and shows the user a summary. Step B applies the ones they pick. You never run Step B off your own reading of Step A — not even for comments the reviewer marked Use.
The two-step structure is your procedure, not something the user needs to hear about. Never narrate it: no "Phase 1", no "read-only pass", no "nothing was written", no restating these instructions. The user asked about their plan's comments — show them the comments.
Which plan
mcp__baz__get_plan_comments takes one argument, planId — the UUID in the plan URL https://baz.co/plans/<planId>.
A plan pushed by an agent session is stored under that session's id, so the two are the same UUID:
- This session pushed the plan — pass your own session id as
planId. - Any other case (a new session, someone else's plan) — take the UUID from the plan URL.
$ARGUMENTSmay already hold it; accept a bare UUID or a full URL.
If you have neither, ask for the plan link rather than guessing.