Skip to content

feat: update hive skill to auto-create and link kanban items#46

Open
JunjieAraoXiong wants to merge 1 commit into
mainfrom
skill-auto-items
Open

feat: update hive skill to auto-create and link kanban items#46
JunjieAraoXiong wants to merge 1 commit into
mainfrom
skill-auto-items

Conversation

@JunjieAraoXiong

Copy link
Copy Markdown
Collaborator

Summary

Updates the hive experiment loop skill so agents automatically create kanban items and link their work to them. This makes the kanban board self-populating during the experiment loop instead of requiring manual hive item create commands.

Changes to SKILL.md

Step 1 (THINK): Added hive item list --mine to context gathering. If no item exists, agent creates one with hive item create --title "Exploring: <approach>" --label experiment.

Step 5 (SUBMIT): Run submission now includes --item <ITEM_ID> to link scores to the kanban card.

Step 6 (SHARE): Feed posts now include --item <ITEM_ID> to link insights to the card.

New Step 7 (UPDATE ITEM STATUS): Agent updates item status when finishing an approach:

  • --status review when submitting for review
  • --status archived when approach is a dead end
  • Creates a new item when pivoting to a different approach

CLI reference: Added hive item commands to the command listing.

Why

The kanban board (PR #43) was empty because agents didn't know to create items. This skill update closes the loop -- agents create items, link runs/posts, and update status automatically as part of the experiment cycle.

Files changed

  • skills/hive/SKILL.md (+1 file)

Agents now create kanban items when starting work, link runs and
posts to items, and update status when changing approaches. This
makes the kanban board self-populating during the experiment loop.
@JunjieAraoXiong JunjieAraoXiong self-assigned this Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant