What problem does it solve? Removing a durable workflow by hand means editing workflow-binding.json, deleting the workflow directory, and cleaning up shortcut skills, which is error-prone and can leave the runtime in an inconsistent state. This Skill performs the removal safely with confirmation checks and default-workflow protection. ## Core Features & Use Cases - Catalog-Aware Deletion: Removes the workflow entry from workflow-binding.json and deletes the matching directory under workflow-runtime/workflows/. - Shortcut Cleanup: Removes the slash-only shortcut skill and its mirrored Claude entry under .claude/skills/ when present. - Default Workflow Safety: Refuses to delete the current default workflow unless you pass --new-default-workflow-id or --clear-default. - Use Case: You published a demo workflow that is no longer needed. Run the delete script with --workflow-id and --confirm to remove its directory, binding entry, and shortcuts, then run the sibling inject script to refresh the repo's AGENTS.md and CLAUDE.md catalog block. ## Quick Start Ask the AI to delete the workflow with a given workflow id from durable-workflow-runtime, confirming the id and choosing a new default workflow if it is currently the default.