atomic-bead-filing
Installation
SKILL.md
Atomic Bead Filing
Overview
File beads that future agents can execute with zero shared context. You receive an observation, ground it in the codebase, and create a bead that stands alone.
When to Use
- Main agent noticed something off while working
- Need to capture it without derailing current task
- Want a proper bead, not a vague note
Core Principle
A bead is good if a stranger-agent can execute it knowing ONLY:
- The bead's description
- The codebase (via search/read)
They should NOT need: conversation history, the observer's context, or clarification.