Skip to main content
ClaudeWave
Skill10.5k repo starsupdated 14d ago

hive.note-taking

hive.note-taking maintains a structured scratchpad in a shared buffer to preserve working context that would otherwise be lost during context pruning, capturing key decisions with reasoning, intermediate extracted values, unresolved questions, and blockers that fall outside the task queue schema. Use this skill at information checkpoints, before large tool outputs, and when documenting non-obvious decisions whose rationale might disappear from the tool call history.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/aden-hive/hive /tmp/hive.note-taking && cp -r /tmp/hive.note-taking/core/framework/skills/_default_skills/note-taking ~/.claude/skills/hive.note-taking
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

## Operational Protocol: Structured 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:

- After receiving new information that changes how you plan to approach the current step
- Before any tool call that will produce substantial output you'll need to reference later
- When you make a non-obvious decision whose *why* would be lost if the tool call history gets pruned

Structure:

### Key Decisions — decisions made and WHY
### Working Data — intermediate results, extracted values (URLs, IDs, key snippets — not full pages)
### Open Questions — uncertainties you plan to verify
### Blockers — anything preventing progress that isn't already captured in `tasks.last_error`

Update incrementally — do not rewrite from scratch each time.