Agent skill

rulebook-task-delete

Permanently delete a Rulebook task. Cannot be undone. Prefer archiving completed tasks instead.

Stars 10
Forks 1

Install this agent skill to your Project

npx add-skill https://github.com/hivellm/rulebook/tree/main/skills/rulebook-task-delete

SKILL.md

rulebook_task_delete

Permanently delete a Rulebook task.

Input Schema

Parameter Type Required Description
taskId string Yes Task ID to delete

Usage

typescript
await mcp.rulebook_task_delete({ taskId: "abandoned-task" });

Response

json
{
  "success": true,
  "taskId": "abandoned-task",
  "message": "Task abandoned-task deleted successfully"
}

Warning

This action is permanent and cannot be undone. The entire task directory and all its contents will be removed.

When to Use

  • Removing duplicate or abandoned tasks
  • Cleaning up test/temporary tasks
  • Prefer rulebook_task_archive for completed tasks

Didn't find tool you were looking for?

Be as detailed as possible for better results