← Back to list

rulebook-task-management
by hivellm
CLI tool to standardize AI-generated projects with templates, rules enforcement, and automation
⭐ 5🍴 0📅 Jan 8, 2026
SKILL.md
name: rulebook-task-management description: Spec-driven task management for features and breaking changes using OpenSpec format. Use when creating new features, planning breaking changes, organizing development work, or managing project tasks with proposals and specifications. version: "1.0.0" category: core author: "HiveLLM" tags: ["task-management", "openspec", "spec-driven", "workflow"] dependencies: [] conflicts: []
Rulebook Task Management
When to Create Tasks
Create tasks for:
- New features/capabilities
- Breaking changes
- Architecture changes
- Performance/security work
Skip for:
- Bug fixes
- Typos, formatting, comments
- Dependency updates (non-breaking)
Task Commands
rulebook task create <task-id> # Create new task
rulebook task list # List all tasks
rulebook task show <task-id> # Show task details
rulebook task validate <task-id> # Validate structure
rulebook task archive <task-id> # Archive completed task
Mandatory Workflow
NEVER start implementation without creating a task first:
- STOP - Do not start coding
- Create task -
rulebook task create <task-id> - Plan - Write proposal.md and tasks.md
- Spec - Write spec deltas
- Validate -
rulebook task validate <task-id> - THEN - Start implementation
Task Directory Structure
rulebook/tasks/<task-id>/
├── proposal.md # Why and what changes
├── tasks.md # Implementation checklist
├── design.md # Technical design (optional)
└── specs/
└── <module>/
└── spec.md # Technical specifications
Best Practices
- Always create task first - Document before implementing
- Keep tasks.md simple - Only checklist items
- Put details in specs - Technical requirements in spec files
- Validate before implementing - Run
rulebook task validate - Archive when done - Move completed tasks to archive
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

