You're viewing a demo portfolio

Join the waitlist
PRSM

chieflab_skip_next_move

Active

Tool of ChiefLab

declared in 0.3.0

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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

ChiefLab

https://github.com/bdentech/chiefmo-agent

1/7 registries
View full server →
chieflab_skip_next_move — ChiefLab — PRSM MCP