backlog-manager
Manage backlog items across multiple backends (GitHub Issues, Linear, Beads). Configure task_management in .agents.yml.
What this skill does
# Backlog Manager Skill ## Overview The backlog manager provides a unified interface for tracking work items across different task management systems. Choose your backend based on team preferences and existing tooling. **Supported Backends:** | Backend | Integration | Best For | |---------|-------------|----------| | **GitHub** | `gh` CLI | Teams using GitHub Issues | | **Linear** | MCP server | Teams using Linear | | **Beads** | `bd` CLI | Dependency-aware workflows, AI agents | **For simple/solo projects:** Use native Tasks (`TaskCreate`, `TaskList`, `TaskUpdate`) instead of backlog-manager. ## Configuration Configure your preferred backend in your project's `.agents.yml`: ```yaml task_management: github # Options: github, linear, beads # Workflow labels (for github/linear backends) workflow_labels: - backlog - in-progress - ready-for-review - done # Beads configuration (when task_management: beads) # beads_prefix: myapp # Optional: custom issue prefix ``` **Default:** If no configuration is found, use native Tasks (`TaskCreate`, `TaskList`, `TaskUpdate`) for simple tracking. ## When to Use This Skill **Create a backlog item when:** - Work requires more than 15-20 minutes - Needs research, planning, or multiple approaches considered - Has dependencies on other work - Requires approval or prioritization - Part of larger feature or refactor - Technical debt needing documentation **Act immediately instead when:** - Issue is trivial (< 15 minutes) - Complete context available now - No planning needed - User explicitly requests immediate action - Simple bug fix with obvious solution ## Core Concepts ### Status Lifecycle All backends follow this status workflow: ``` pending → ready → complete ``` | Status | Meaning | |--------|---------| | **pending** | Needs triage/approval before work begins | | **ready** | Approved and ready for implementation | | **complete** | Work finished, acceptance criteria met | ### Priority Levels | Priority | Meaning | |----------|---------| | **p1** | Critical - blocks other work or users | | **p2** | Important - should be done soon | | **p3** | Nice-to-have - can wait | ### Core Operations Each backend implements these operations: | Operation | Purpose | |-----------|---------| | **CREATE** | Add new backlog item | | **LIST** | Query existing items | | **UPDATE** | Modify item (status, priority, details) | | **COMPLETE** | Mark item as done | ## Backend Selection When this skill is invoked: 1. **Read configuration** from project CLAUDE.md 2. **Load appropriate reference** based on `backend` setting: - `github` → `references/github-backend.md` - `linear` → `references/linear-backend.md` - `beads` → `references/beads-backend.md` 3. **Follow backend-specific instructions** for operations ### Fallback Behavior If the configured backend is unavailable: - **GitHub unavailable** (gh not authenticated): Fall back to native Tasks - **Linear unavailable** (MCP not configured): Fall back to native Tasks - **Beads unavailable** (bd not installed or not initialized): Fall back to native Tasks - **Warn user** about the fallback ## Integration with Development Workflows | Trigger | Flow | |---------|------| | Code review findings | Review → Create items → Triage → Work | | PR comments | Resolve PR → Create items for complex fixes | | Planning sessions | Brainstorm → Create items → Prioritize → Work | | Technical debt | Document → Create item → Schedule | | Feature requests | Analyze → Create item → Prioritize | ## Key Distinctions **Backlog manager (this skill):** - Persisted tracking across sessions - Multiple backend options - Team collaboration - Project/sprint planning **Native Tasks (TaskCreate, TaskList, TaskUpdate):** - Session task tracking with file persistence (`~/.claude/tasks/`) - Supports dependencies (`blockedBy`, `blocks`) - Can be shared across sessions via `CLAUDE_CODE_TASK_LIST_ID` env var - Use for: in-session progress tracking, subagent coordination, simple task lists - Different from backlog manager: Tasks are ephemeral coordination, backlog is project planning
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.