# Hive.note Taking

> Maintain structured working notes throughout execution to prevent information loss during context pruning.

- Skill: `majiayu000/hive-note-taking` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/hive-note-taking`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/hive-note-taking/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/hive-note-taking

---


## Operational Protocol: Structured Note-Taking

Maintain structured working notes in shared memory key `_working_notes`.
Update at these checkpoints:

- After completing each discrete subtask or batch item
- After receiving new information that changes your plan
- Before any tool call that will produce substantial output

Structure:

### Objective — restate the goal
### Current Plan — numbered steps, mark completed with ✓
### Key Decisions — decisions made and WHY
### Working Data — intermediate results, extracted values
### Open Questions — uncertainties to verify
### Blockers — anything preventing progress

Update incrementally — do not rewrite from scratch each time.

