From rulebook
Validates Rulebook task format and structure against OpenSpec requirements: proposal.md Why section (min 20 chars), tasks.md checklists, specs SHALL/MUST keywords, scenarios #### headers and GWT structure. Use before archiving or for quality checks.
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.
Validate a Rulebook task's format and structure.
| Parameter | Type | Required | Description |
|---|---|---|---|
taskId | string | Yes | Task ID to validate |
await mcp.rulebook_task_validate({ taskId: "add-auth-system" });
{
"valid": true,
"errors": [],
"warnings": ["Consider adding more scenarios to specs/auth/spec.md"]
}
proposal.md must exist with ## Why section (min 20 characters)tasks.md must contain only checklist itemsSHALL or MUST keywords#### headers (4 hashtags)