Skip to content

Agent presets

Ironspire ships with 9 built-in agent presets. Each preset is a pre-configured template that gives an agent the right system prompt, MCP tools, and visual identity for a specific role.

Overview

Presets are the fastest way to spin up a capable agent. Instead of manually configuring tools and instructions, pick a preset and start working. You can always customise an agent after creation. Presets work alongside Ironspire's three core engines: Foundry (orchestration), Corpus (memory), and Relay (communication).

The 9 presets

PresetIconColorDescriptionDefault MCP tools
Project ManagerClipboardList#3b82f6Project management, requirements, planningTask tracking, documentation, file tools
DeveloperCode#10b981Software engineering, debugging, code reviewFilesystem (read/write), code analysis, shell
Data AnalystBarChart3#8b5cf6Data analysis, report generation, metricsFile tools, code execution, spreadsheet
UI/UX DesignerPalette#f472b6UI/UX guidance, design specificationsScreenshot capture, filesystem, visual tools
Marketing SpecialistMegaphone#f59e0bMarketing strategy, content, campaignsWeb search, file writing, analytics tools
Creative DirectorSparkles#ec4899Creative direction, brand, visual strategyFile tools, visual tools, web search
QA EngineerBug#ef4444Testing, bug reporting, quality assuranceCode tools, filesystem, test runners
DevOps EngineerServer#06b6d4Infrastructure, CI/CD, deploymentGitHub, Cloudflare, Sentry, Filesystem, PostgreSQL
Technical WriterFileText#84cc16Documentation, technical writing, style guidesFile writing, web search, style tools

How presets work

When you create an agent from a preset, Ironspire does three things:

  1. Sets the system prompt: each preset includes role-specific instructions that guide the agent's behaviour, tone, and approach
  2. Wires MCP tools: relevant MCP servers and skills are pre-configured so the agent can interact with your filesystem, search the web, run code, and more
  3. Assigns a colour and icon: each preset has a distinct colour and Lucide icon for quick visual identification in the sidebar and chat headers

Agent colours make it easy to track which agent is which when running multiple agents simultaneously. The sidebar, chat header, and status bar all use the agent's colour.

Creating custom agents

You are not limited to presets. When adding a new agent, you can:

  • Start from a preset and modify its tools, prompt, or colour
  • Create a blank agent and configure everything manually

Custom agents have access to the same MCP tools as preset agents. You can add, remove, or configure any MCP server.

MCP tools per preset

Each preset comes with a curated set of MCP tools. These are the recommended tools for that role, but you can add or remove tools at any time.

For example, the Developer preset includes:

  • Filesystem: read and write files in the project directory
  • Shell: run terminal commands
  • Code analysis: static analysis and linting tools

The Project Manager preset includes:

  • Task tracking: manage tasks and project plans
  • Documentation: create and maintain project docs
  • File tools: read and write project files

You manage MCP tools through the Plugins panel. Browse, install, and configure additional tools from the MCP registry.

Next steps