From rulebook
Creates a Rulebook task directory with standardized structure: .metadata.json, proposal.md, tasks.md, design.md, and specs/module/spec.md. Use for new features, breaking changes, or architectural planning.
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.
Create a new Rulebook task with full directory structure.
| Parameter | Type | Required | Description |
|---|---|---|---|
taskId | string | Yes | Task ID in kebab-case (e.g., add-auth-system) |
await mcp.rulebook_task_create({ taskId: "add-auth-system" });
{
"success": true,
"taskId": "add-auth-system",
"message": "Task add-auth-system created successfully"
}
rulebook/tasks/add-auth-system/
├── .metadata.json # Status: pending
├── proposal.md # Why + What Changes + Impact
├── tasks.md # Simple checklist items only
├── design.md # Technical design (optional)
└── specs/
└── <module>/
└── spec.md # SHALL/MUST requirements