beads
Git-backed issue tracker for multi-session work with dependencies and persistent memory across conversation compaction. Use when work spans sessions, has blockers, or needs context recovery after compaction.
What this skill does
# Beads - Persistent Task Memory for AI Agents Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies. ## bd vs TodoWrite | bd (persistent) | TodoWrite (ephemeral) | |-----------------|----------------------| | Multi-session work | Single-session tasks | | Complex dependencies | Linear execution | | Survives compaction | Conversation-scoped | | Git-backed, team sync | Local to session | **Decision test**: "Will I need this context in 2 weeks?" → YES = bd **When to use bd**: - Work spans multiple sessions or days - Tasks have dependencies or blockers - Need to survive conversation compaction - Exploratory/research work with fuzzy boundaries - Collaboration with team (git sync) **When to use TodoWrite**: - Single-session linear tasks - Simple checklist for immediate work - All context is in current conversation - Will complete within current session ## Prerequisites ```bash bd --version # Requires v0.34.0+ ``` - **bd CLI** installed and in PATH - **Git repository** (bd requires git for sync) - **Initialization**: `bd init` run once (humans do this, not agents) ## CLI Reference **Run `bd prime`** for AI-optimized workflow context (auto-loaded by hooks). **Run `bd <command> --help`** for specific command usage. Essential commands: `bd ready`, `bd create`, `bd show`, `bd update`, `bd close`, `bd sync` ## Session Protocol 1. `bd ready` — Find unblocked work 2. `bd show <id>` — Get full context 3. `bd update <id> --status in_progress` — Start work 4. Add notes as you work (critical for compaction survival) 5. `bd close <id> --reason "..."` — Complete task 6. `bd sync` — Persist to git (always run at session end) ## Advanced Features | Feature | CLI | Resource | |---------|-----|----------| | Molecules (templates) | `bd mol --help` | [MOLECULES.md](resources/MOLECULES.md) | | Chemistry (pour/wisp) | `bd pour`, `bd wisp` | [CHEMISTRY_PATTERNS.md](resources/CHEMISTRY_PATTERNS.md) | | Agent beads | `bd agent --help` | [AGENTS.md](resources/AGENTS.md) | | Async gates | `bd gate --help` | [ASYNC_GATES.md](resources/ASYNC_GATES.md) | | Worktrees | `bd worktree --help` | [WORKTREES.md](resources/WORKTREES.md) | ## Resources | Resource | Content | |----------|---------| | [BOUNDARIES.md](resources/BOUNDARIES.md) | bd vs TodoWrite detailed comparison | | [CLI_REFERENCE.md](resources/CLI_REFERENCE.md) | Complete command syntax | | [DEPENDENCIES.md](resources/DEPENDENCIES.md) | Dependency system deep dive | | [INTEGRATION_PATTERNS.md](resources/INTEGRATION_PATTERNS.md) | TodoWrite and tool integration | | [ISSUE_CREATION.md](resources/ISSUE_CREATION.md) | When and how to create issues | | [MOLECULES.md](resources/MOLECULES.md) | Proto definitions, component labels | | [PATTERNS.md](resources/PATTERNS.md) | Common usage patterns | | [RESUMABILITY.md](resources/RESUMABILITY.md) | Compaction survival guide | | [STATIC_DATA.md](resources/STATIC_DATA.md) | Database schema reference | | [TROUBLESHOOTING.md](resources/TROUBLESHOOTING.md) | Error handling and fixes | | [WORKFLOWS.md](resources/WORKFLOWS.md) | Step-by-step workflow patterns | | [AGENTS.md](resources/AGENTS.md) | Agent bead tracking (v0.40+) | | [ASYNC_GATES.md](resources/ASYNC_GATES.md) | Human-in-the-loop gates | | [CHEMISTRY_PATTERNS.md](resources/CHEMISTRY_PATTERNS.md) | Mol vs Wisp decision tree | | [WORKTREES.md](resources/WORKTREES.md) | Parallel development patterns | ## Full Documentation - **bd prime**: AI-optimized workflow context - **GitHub**: [github.com/steveyegge/beads](https://github.com/steveyegge/beads)
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.