aden-hive/hive.note-taking
Maintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anything you still need.
npx skills add https://github.com/aden-hive/hive --skill hive.note-taking
Maintain free-form working notes in shared buffer key _working_notes for data that *you* need to remember but that isn't captured by the colony task queue.
Do not duplicate the queue in here. Per-task goal, ordered steps, and SOP gates live in progress.db — use hive.colony-progress-tracker for those. These notes are for things the DB schema doesn't cover.
Update at these checkpoints:
Structure:
tasks.last_errorUpdate incrementally — do not rewrite from scratch each time.
Take aden-hive/hive.note-taking from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.