From rulebook
Permanently deletes a Rulebook task by ID, removing its entire directory. Use for duplicate, abandoned, or test tasks. Prefer rulebook_task_archive for completed tasks.
npx claudepluginhub hivellm/rulebook --plugin rulebookThis skill uses the workspace's default tool permissions.
---
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Builds DCF models with sensitivity analysis, Monte Carlo simulations, and scenario planning for investment valuation and risk assessment.
Calculates profitability (ROE, margins), liquidity (current ratio), leverage, efficiency, and valuation (P/E, EV/EBITDA) ratios from financial statements in CSV, JSON, text, or Excel for investment analysis.
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 tasks