opencode-hive
v0.9.1
Published
OpenCode plugin for Agent Hive - from vibe coding to hive coding
Maintainers
Readme
opencode-hive
From Vibe Coding to Hive Coding — The OpenCode plugin that brings structure to AI-assisted development.
Why Hive?
Stop losing context. Stop repeating decisions. Start shipping with confidence.
Vibe: "Just make it work"
Hive: Plan → Review → Approve → Execute → ShipInstallation
npm install opencode-hiveThe Workflow
- Create Feature —
hive_feature_create("dark-mode") - Write Plan — AI generates structured plan
- Review — You review in VS Code, add comments
- Approve —
hive_plan_approve() - Execute — Tasks run in isolated git worktrees
- Ship — Clean commits, full audit trail
Tools
Feature Management
| Tool | Description |
|------|-------------|
| hive_feature_create | Create a new feature |
| hive_feature_list | List all features |
| hive_feature_complete | Mark feature as complete |
Planning
| Tool | Description |
|------|-------------|
| hive_plan_write | Write plan.md |
| hive_plan_read | Read plan and comments |
| hive_plan_approve | Approve plan for execution |
Tasks
| Tool | Description |
|------|-------------|
| hive_tasks_sync | Generate tasks from plan |
| hive_task_create | Create manual task |
| hive_task_update | Update task status/summary |
Execution
| Tool | Description |
|------|-------------|
| hive_exec_start | Start work on task (creates worktree) |
| hive_exec_complete | Complete task (applies changes) |
| hive_exec_abort | Abort task (discard changes) |
Plan Format
# Feature Name
## Overview
What we're building and why.
## Tasks
### 1. Task Name
Description of what to do.
### 2. Another Task
Description.Pair with VS Code
For the full experience, install vscode-hive to review plans inline with comments.
License
MIT with Commons Clause — Free for personal and non-commercial use. See LICENSE for details.
Stop vibing. Start hiving. 🐝
