Skip to main content

Overview

Agents are markdown files that define AI workers. No code required—just structured prompts.

Step 1: Create the File

Create a new agent in your squad directory:

Step 2: Define the Agent

Step 3: Run Your Agent

Agent Structure Explained

Best Practices

One agent, one job. Don’t try to make agents do everything.
Vague instructions = unpredictable results. List concrete steps.
Specify exactly how you want results formatted (markdown, JSON, etc).
Run, review, refine. Agents improve with feedback.

Next Steps

Add to a Squad

Organize agents into teams

Use Memory

Give agents persistent context