How the Behavior prompt is handled by Asana AI Teammates

If you’ve been building AI Teammates, you’ve probably hit the character limit on the Behavior prompt and wondered: what now, and why is it even capped?

Short answer: split your prompt across tasks, and be very specific in each task’s title and description about what it contains.

When you ask the Teammate something, the LLM receives a context made of three things: the LLM’s own system prompt, Asana’s system prompt, and your Behavior prompt. There’s a hard limit on how much can fit in that context, so Asana caps the Behavior prompt to keep things manageable (and probably to control cost and latency too).

The interesting part, based on a conversation I had with someone on the Asana side: your Behavior prompt is sent to the LLM on every single request. But the tasks you reference from within that prompt are not. Instead, when you ask a question, Asana evaluates which referenced tasks are likely relevant and only loads those into the context.

This changes how you should structure things:

  1. Keep the Behavior prompt itself focused on rules, tone, and routing logic.
  2. Offload bulk content (knowledge, examples, procedures) into separate tasks.
  3. Give each of those tasks a precise, descriptive title and summary so the retrieval step can correctly decide whether to pull it in.

If your task is called “Reference notes” and the description is vague, the Teammate may skip it when it actually matters.

Curious if others have tested this and found the same behavior.


We are i.DO, an Asana Solutions Partner, and we document our learnings using AI Teammates every day!

So are you thinking of this as “Skills” in the general AI sense?

Are you setting up reference tasks with SOPs that the Teammate can refer to for reusable task-specific instructions?

100%. However, most of our “skills” and “knowledge” is only used by a single teammate, we try to keep them very specific. But for example our task with branding and tone instructions is used in various places. We also created a skill for “HTML and infographic creation” that a few (if not all) teammates use.