skills/rulebook-task-create/SKILL.md
Create a new Rulebook task with standardized directory structure. Use when starting a new feature, breaking change, or architectural work that needs spec-driven planning.
npx skillsauth add hivellm/rulebook rulebook-task-createInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
research
Author a rulebook task spec interactively — research, draft, ask the user clarifying questions, confirm, then create the tasks in rulebook ready for /rulebook-driver. Use when the user wants to plan/spec a feature before implementing.
development
Behavioral guidelines to reduce common LLM coding mistakes — overcomplication, sloppy refactors, hidden assumptions, weak goals. Use when writing, reviewing, or refactoring code. Auto-applies; invoke explicitly via /karpathy-guidelines or 'follow karpathy discipline'.
data-ai
Autonomous AI agent loop for iterative task implementation (@hivehub/rulebook ralph)
data-ai
Use SQL Server for enterprise relational data storage with advanced features, high availability, and Windows integration.