Welcome to the Open Horizon Labs toolkit. This guide helps you understand what's available and how to use it effectively.
Shows toolkit overview with tools, workflows, and quick reference for Open Horizon Labs.
/plugin marketplace add open-horizon-labs/bottle/plugin install bottle@open-horizon-labsWelcome to the Open Horizon Labs toolkit. This guide helps you understand what's available and how to use it effectively.
You have access to four core tools that work together:
| Tool | Purpose | Key Commands |
|---|---|---|
| ba | Task tracking | /ba:status, /ba:create, /ba:claim |
| wm | Working memory & session prep | /dive-prep, /wm:compile |
| superego | Metacognitive review | /superego:review |
| oh-mcp | Strategic alignment | Connected via MCP |
Starting a session?
Run /dive-prep first. It gathers context about your project and creates a grounded starting point.
Working on a task?
Use ba to track what you're doing:
/ba:status - See current tasks/ba:claim <id> - Start working on a task/ba:finish <id> - Mark it doneMaking significant changes?
Run /superego:review before committing. It catches issues you might miss.
Need to recall past context?
Use /wm:compile to surface relevant knowledge from previous sessions.
1. /dive-prep --intent fix
2. /ba:claim <task-id>
3. Investigate and fix
4. /superego:review
5. Commit and PR
6. /ba:finish <task-id>
1. /dive-prep --intent plan
2. Design the approach
3. /ba:create "Implement feature X"
4. /ba:claim <new-task-id>
5. Implement with tests
6. /superego:review
7. Commit and PR
1. /dive-prep --intent explore
2. Read code and docs
3. Document findings
4. /wm:compile to check related context
| Want to... | Run |
|---|---|
| Start a session | /dive-prep |
| See your tasks | /ba:status |
| Get feedback on work | /superego:review |
| Check tool status | /bottle:status |
| Get help | /bottle:help |
/dive-prep - Even quick fixes benefit from context/superego:review catches drift early/bottle:status - Check installed tools/bottle:help - See all bottle commands/ba:quickstart - Get ba set up quickly