Back to list
open-horizon-labs

ba

by open-horizon-labs

2🍴 0📅 Jan 24, 2026

SKILL.md


name: ba description: Task tracking. "$ba status" for current tasks, "$ba claim " to start work, "$ba finish " when done.

ba - Task Tracking for AI Sessions

Simple, file-based task tracking. No server, no database - just files in .ba/.

All commands invoke the ba CLI. If ba is not installed, show:

ba not installed. Install with:
  brew tap open-horizon-labs/homebrew-tap && brew install ba
  # or: cargo install ba

$ba status

Show current task status - what's ready, what's claimed, what's blocked.

ba ready && echo "" && ba mine && echo "" && ba list --status open

$ba init

Initialize task tracking for this project.

ba init

$ba claim

Claim a task to start working on it.

ba claim <id>

$ba finish

Mark a task as complete (releases claim and closes).

ba finish <id>

$ba create

Create a new task.

ba create "<title>"

$ba ready

Show tasks that are ready to work on (open and not blocked).

ba ready

$ba list

List all tasks with optional filters.

ba list                    # All tasks
ba list --status open      # Open tasks only
ba list --status closed    # Closed tasks only
ba list --label <label>    # Tasks with specific label

$ba show

Show details of a specific task including comments and blocking relationships.

ba show <id>

$ba block

Mark that task is blocked by task .

ba block <id> <blocker>

$ba unblock

Remove a blocking relationship.

ba unblock <id> <blocker>

$ba comment

Add a comment to a task.

ba comment <id> "<comment>"

$ba tree

Show the dependency tree of all tasks.

ba tree

$ba quickstart

Show the quick start guide for using ba.

ba quickstart

Workflow

Typical task workflow:

  1. Check what's ready: $ba status or $ba ready
  2. Claim a task: $ba claim <id>
  3. Do the work
  4. Add comments if needed: ba comment <id> "progress note"
  5. Finish when done: $ba finish <id>

Protocol: Always track non-trivial work. If a task has multiple steps or will take >5 minutes, create a task.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon