What problem does it solve?
Long-running agent tasks lose critical context when conversation history gets pruned. This Skill preserves decisions, extracted values, and open questions in a persistent shared buffer so nothing important disappears mid-task.
Core Features & Use Cases
- Structured Working Notes: Records key decisions with rationale, intermediate results, open questions, and blockers in the
_working_notes shared buffer key.
- Checkpoint-Based Updates: Triggers note updates after new information arrives, before large tool outputs, and when non-obvious decisions are made.
- Queue Separation: Complements the colony task queue by capturing data the
progress.db schema does not cover, avoiding duplication of task tracking.
- Use Case: A worker agent researching across multiple web sources records extracted URLs, IDs, and key snippets in working notes so later reasoning steps can reference them even after earlier tool outputs are pruned.
Quick Start
Ask the agent to maintain structured working notes of decisions, extracted values, and open questions throughout the current task.