chieflab_skip_next_move
ActiveTool of ChiefLab
P142 — founder rejects a next-move recommendation without doing it. Captures a reason so the brain learns which kinds of moves don't fit this workspace (e.g. 'we don't cross-post to Reddit on principle' / 'we tried DMs already'). Flips action to rejected with metadata.skipReason. The next-move generator reads recent skip reasons before suggesting moves of the same kind on this workspace.
Parameters schema
{
"type": "object",
"required": [
"actionId"
],
"properties": {
"reason": {
"type": "string",
"description": "Why the founder is skipping this. Used by the brain to avoid suggesting similar moves."
},
"actionId": {
"type": "string",
"description": "The next-move action id."
},
"workspaceId": {
"type": "string",
"description": "Optional workspace id."
}
}
}Parent server
ChiefLab
https://github.com/bdentech/chiefmo-agent
1/7 registries