From rulebook
Permanently deletes Rulebook tasks by task ID. Use for duplicate, abandoned, or test tasks. Irreversible; prefer archiving completed tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rulebook:rulebook-task-deleteThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Permanently delete a Rulebook task.
Permanently delete a Rulebook task.
| Parameter | Type | Required | Description |
|---|---|---|---|
taskId | string | Yes | Task ID to delete |
await mcp.rulebook_task_delete({ taskId: "abandoned-task" });
{
"success": true,
"taskId": "abandoned-task",
"message": "Task abandoned-task deleted successfully"
}
This action is permanent and cannot be undone. The entire task directory and all its contents will be removed.
rulebook_task_archive for completed tasksnpx claudepluginhub hivellm/rulebook --plugin rulebookArchives completed Rulebook tasks to a dated archive directory after validation. Cleans up active task lists post-implementation.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.