chieflab_create_next_move_action
ActiveTool of ChiefLab
P75 — turn a Next Move suggestion into an approval-gated draft action. USE WHEN you've called chieflab_suggest_next_move and the suggestion's kind is not 'wait' or 'noop'. Creates an actionStore entry with status='awaiting_approval', the suggested draft body inline, and an executionMatrix that points at the right next-execution path. The reviewer sees the new card in the Launch Room / IDE chat like any other approval card — same approve / revise / reject flow. Closes the loop: launch → measure → next move → approve → execute → repeat.
Parameters schema
{
"type": "object",
"required": [
"runId",
"channel",
"metrics"
],
"properties": {
"runId": {
"type": "string",
"description": "Required. The originating run id (the next-move action is tagged with this so the brain can compound launch → measure → next-move chains)."
},
"channel": {
"type": "string",
"description": "Channel the measurement was for (used to ground the suggestion)."
},
"metrics": {
"type": "object",
"description": "Same metrics object passed to chieflab_suggest_next_move."
},
"workspaceId": {
"type": "string",
"description": "Optional workspace id."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ChiefLab
https://github.com/bdentech/chiefmo-agent
1/7 registries