feat: update hive skill to auto-create and link kanban items#46
Open
JunjieAraoXiong wants to merge 1 commit into
Open
feat: update hive skill to auto-create and link kanban items#46JunjieAraoXiong wants to merge 1 commit into
JunjieAraoXiong wants to merge 1 commit into
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 createcommands.Changes to SKILL.md
Step 1 (THINK): Added
hive item list --mineto context gathering. If no item exists, agent creates one withhive 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 reviewwhen submitting for review--status archivedwhen approach is a dead endCLI reference: Added
hive itemcommands 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)