Every tracked item in Triage eventually leaves it. There are three primary exits: promotion, merging, and correction (skip). Each has both single-item and bulk variants.Documentation Index
Fetch the complete documentation index at: https://docs.buildbetter.ai/llms.txt
Use this file to discover all available pages before exploring further.
Promote to Project
The most common exit. A tracked item within_triage: true becomes a project with in_triage: false and status: in_progress.
Item moves to /projects
The tracked item disappears from triage and appears in Projects. Its signals, PR links, and Linear ticket references come with it.
Bulk Promote
Select multiple items with checkboxes, then click Promote N. The bulk path uses a bounded-concurrency queue (max 3 parallel) so it’s safe to run on dozens of items at a time. Each tab has subtly different bulk-promote behavior:| Tab | What Bulk Promote Does |
|---|---|
| Signals | Promotes each tracked item directly. |
| PRs | Fetches each PR from GitHub, detects plan files, creates a tracked item with the PR auto-attached, then promotes it. |
| Tickets | Creates a tracked item per Linear ticket with the ticket auto-attached, then promotes. Already-linked tickets are skipped with a toast. |
Bulk promote is gated by the
projects feature flag. If you don’t see the checkbox column, your workspace doesn’t have access yet.Merge Duplicates
When two tracked items are about the same underlying request:Click 'Merge duplicate'
Opens the
MergeDuplicateModal with a list of similar items (via the findSimilar API).Correct Classification
Tell BuildBetter when an item shouldn’t be in triage.Pick what's wrong
- Wrong type — pick the correct type from the dropdown
- Should not be tracked — flag as a false positive (skip)
Push to Linear
If a tracked item should live in Linear (not as a BuildBetter project), push it.Review the description
The modal builds a markdown description from the item plus its linked signals.
Launch Investigation
Kick off a Signals Background Agent run for items that need deeper analysis before any routing decision.Ask a question
Free text — e.g., “Are these complaints clustered around a specific customer segment?”
Pick the action policy
- Suggest only — the agent surfaces suggestions; you approve before any state changes
- Approval required — the agent can act after explicit approval at each step