Skip to main content

Instruction agents

Internal agents that run on guidelines you write

Instructions agents are internal agents powered by a description you provide of their personality and what they do. They live entirely inside Dart and spring into action the moment work is assigned to them.

instruction agent sample

Creating an Instructions agent

  1. Go to Agents in the left navigation bar and select Create a custom agent

  2. Give the agent a Name and Icon

  3. Choose Instructions as the type

  4. Select the AI model that powers it (Auto, Claude, ChatGPT, or Gemini)

  5. Write the agent's guidelines and configure any automated status changes

Writing effective guidelines

Your agent's guidelines are its rulebook. Be highly specific about the steps it should take when it receives an assignment. Example use cases:

  • Bug & issue triage: Scan new bug reports for reproduction steps and logs, check for duplicates, set priority, and summarize for the team

  • Integration & payload parsing: Rurn raw webhook JSON into a clean Markdown table and route it to the right queue

  • QA & review: Verify subtasks and deliverables, mark Done or set Blocked with a comment

  • Standup prep: Summarize yesterday's updates, flag stuck tasks, and create a summary doc

  • Onboarding: Generate onboarding tasks and a welcome doc when someone joins

  • Sprint cleanup: Roll over incomplete tasks and summarize what shipped

Did this answer your question?