Skip to main content

Overview

Abandon a workstream without landing it. Use when the feature is scrapped. For normal completion call workstream_complete instead.

Parameters

ParameterTypeRequiredDescription
slugstringYesWorkstream slug
reasonstringNoWhy the workstream is being abandoned
session_idstringNoYour current session id

Example

{
  "tool": "workstream_end",
  "arguments": {
    "slug": "stripe-subscription-upgrades",
    "reason": "Blocked on Stripe account verification; revisiting Q3."
  }
}