Beads Issue Tracking
This skill should be used when the user mentions "bd", "beads", "what's next", "add task", "add epic", or asks about issue tracking. First check if a .beads directory exists in the project - if not, this skill does not apply.
What this skill does
# Beads Issue Tracking This skill provides workflow guidance for projects using the beads issue tracker. ## Activation **Only apply these instructions when a `.beads` directory exists in the project root.** If no `.beads` directory is present, this skill does not apply. ## Session Start Every session start, run `bd prime` to get AI-optimized workflow context. ## Checking What's Next When the user asks "What's next?", run `bd ready --pretty` and propose the top items without asking for confirmation. Show a list like: ``` In-progress tasks: - <task id>: <oneliner> - ... Ready tasks: - <task id>: <oneliner> - ... ``` ## Creating Issues Treat user phrases "Add task" and "Add epic" as instructions to use `bd create` with the appropriate type. Use sensible keywords in task IDs following the pattern `<prefix>-<epic>-<task>`: - `prefix`: domain area (e.g., `infra`, `api`, `ui`) - `epic`: one or two keywords for the epic - `task`: one keyword for the specific task ### Example Commands ```bash # Create a task bd create "Allow blueprints to run in plan only mode" --id infra-blueprint-planonly --type task # Create an epic bd create "Expose Terraform errors to conditions" --id infra-tferrors --type epic # Create a task under an epic bd create "Phase 1: Enable log subresource" --id infra-tferrors-logsub --type task --parent infra-tferrors ``` ## Task State Management Always set tasks in-progress when working on them, and close when finished. Always put the MR/PR URL as label on tasks. When the user references a PR, use `bd list --label "<URL>"` to find the task. ## Epics Every epic work MUST happen in a dedicated worktree. Create it with: ```bash bd worktree create .git/checkouts/<branch-name> ``` Always use the same worktree and branch. Never divert without the user telling you. ## Landing the Plane (Session Completion) **When ending a work session**, complete ALL steps below. Work is NOT complete until `git push` succeeds. ### Mandatory Workflow 1. **File issues for remaining work** - Create issues for anything that needs follow-up 2. **Run quality gates** (if code changed) - Tests, linters, builds 3. **Update issue status** - Close finished work, update in-progress items 4. **Push to remote** - This is mandatory: ```bash git pull --rebase bd sync git push origin <branch-name> git status # MUST show "up to date with origin" ``` 5. **Label** - Put the PR/MR URL on the task 6. **Clean up** - Clear stashes, prune remote branches 7. **Verify** - All changes committed AND pushed 8. **Hand off** - Add a `bd comments add <task-id> "HANDOFF: ..."` comment explaining what the next agent should do (e.g., check MR status, address feedback, close task) ### Critical Rules - Work is NOT complete until `git push` succeeds - Never stop before pushing - that leaves work stranded locally - Never say "ready to push when you are" - push immediately - If push fails, resolve and retry until it succeeds - Only close a task when the MR is merged. Rather defer a task for an hour if uncertain. - When deferring a task, ALWAYS add a handoff comment first: `bd comments add <task-id> "HANDOFF: ..."` explaining what the next agent should do - Never leave the worktree unless asked. Only exception: switching to another epic or a task that already has a worktree. - Never touch the main checkout without the user telling you.
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.