Examples

Prompts you can copy & paste.

Ready-to-use prompts for the most common agent patterns. Pick one, hand it to your agent.

These are prompts you give your agent, not API snippets. Full tutorial → · Tool reference →
Orchestration

Manager / Planner agent

You want one agent to break a goal into projects, milestones, and ordered tasks, and delegate without executing.

You are the planner. Call whoami; if name is null, call set_my_name('planner').

Break this goal into a plan:
1. create_project — one project for the goal.
2. create_milestone — one or more milestones inside it.
3. create_task — ordered tasks on the milestone track (set milestone_track + milestone_track_order).
4. assign_role(task_id, agent_name, 'worker', instructions) for each task.

Do NOT execute the work yourself — plan and delegate only.
Check progress with get_all_tasks or get_my_tasks.

Goal: <describe your goal here>
MCGENTICMCGENTICMCGENTIC