tasks

Solid

Use when asked to work on or track a task in the Tasks plugin, when the prompt mentions a task key such as ABC-12, or when work needs task comments, attachments, delegation tracking, or status updates.

AI & Automation 2,482 stars 282 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Tasks Use the `bb tasks` CLI to understand the assigned task, keep its record useful, and report the outcome where the work is tracked. Delegation presets are user-defined; Tasks ships with none. Before dispatching work, use `bb tasks preset list` and create a preset if the required one does not already exist. Dispatch requires an existing preset. ## Work a task 1. Find and read the task before acting: ```sh bb tasks show ABC-12 ``` The detail includes the description, status, priority, labels, subtasks, comments, attachments, attached worker threads, and the GitHub pull requests those threads produced (from environment metadata, with state open/draft/merged/closed). Use `bb tasks show ABC-12 --json` when the result will drive commands or code. For project-wide discovery, `bb tasks list` returns at most 100 rows by default. Pass `--limit 1-500`; in JSON, continue with `nextCursor` via the same filters/sort and `--cursor <value>`. A task-list mutation makes an old cursor stale, so restart without it. 2. Fetch every relevant attachment before making assumptions about it: ```sh bb tasks attachment get <attachment-id> --out <path> ``` 3. Do the work. Post one substantive comment at each meaningful milestone, such as a completed investigation, an implementation ready for validation, or a concrete blocker: ```sh bb tasks comment ABC-12 --body "Implemented the change; focused validation now passes." ``` Add...

Details

Author
get-bb
Repository
get-bb/bb
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

work-tracking

Markdown-based task tracking for AI-human collaboration on a project — creates and maintains TASKS.md with status, owner, and decision log. Use when the user says "set up TASKS.md", "track these tasks", "make a checklist for this project", "coordinate work across sessions", "I need a project tracker", or at the start of any multi-task or multi-session project. Replaces the old /work skill (consolidated 2026-05-08).

0 Updated 1 weeks ago
slogsdon
AI & Automation Listed

tasks

Use to decompose anything into delivery work — a product strategy and roadmap into epics, an epic into stories and tasks with Gherkin acceptance criteria, a story into sub-tasks, or an external spec, RFC, or PRD into both in one pass. Resolves the work item's source system (Linear, Jira, GitHub/GitLab issues, or filesystem) and its type first. Writes docs/product/backlog.md and docs/work/{work-id}/tasks.md, or the tracker directly when one is resolved. Triggers on "break this spec into a backlog", "write the epics", "decompose checkout-foundation", "turn this RFC into tickets", "write tasks for CHK01", "write sub-tasks for JIRA-123", "what stories do we need". EARS with --ears. Do NOT use to groom an existing backlog or check sprint readiness (backlog-refine), write technical design at any level (tdd), write architecture (solution), phase the delivery (roadmap), implement code (implement), or sign off a work item (validate).

2 Updated yesterday
carinyaparc
AI & Automation Solid

task

AI DevKit · Track dev-lifecycle / structured-debug progress on a durable task with the ai-devkit task CLI. Use to record phase, progress, next step, blockers, and validation evidence.

1,587 Updated today
codeaholicguy