Docs navigation
Reference

Commands reference

The full command syntax — mentions, verbs, and operators.


The palette accepts forgiving natural language. These are the verbs and operators it recognizes.

Mentions

SyntaxWhat it does
@nameReference any Linear issue, Attio record, or personal item by fuzzy match.
@L-128Exact Linear issue ID.
@attio:acmeScope a mention to one source.

Verbs

VerbExampleResult
assignassign FOLO-12 to alexSets assignee on a Linear issue.
duedue friday, due in 3 daysNatural-language date parser.
follow up@acme-corp follow up thuCreates an Attio task with a follow-up date.
remind meremind me fri at 2 to call…Adds a local task with a reminder.
notenote on @acme-corp: …Appends a note to an Attio record.
showshow open threads with acmeCross-source query.

Operators

  • Dates: today, tomorrow, weekday names, in N days, next week, mar 12.
  • Priority: append !, !!, !!! for low/med/high.
  • Tags: #focus, #blocked, etc. (personal items only).
  • Scope: in:linear, in:attio, in:personal to force a source.

Examples

assign FOLO-128 to alex due fri !!
@acme-corp follow up thursday re: security review
remind me tomorrow at 9 to prep the investor update #focus
show issues assigned to me due this week
note on @beta-labs: they're blocked on SSO until Q2