Sub-Agents
Create specialized sub-agents with custom prompts, tools, and memory access
Agent Definition Format
Agents are defined as markdown files with YAML frontmatter in ~/.fulcrum/agents/
---
name: my-agent
description: My custom agent
tools: [Read, Write, Edit, Bash]
whenToUse: When I need this agent
---
# My Agent
You are an expert in...
Your capabilities:
- First capability
- Second capability
Available Tools
Sub-agents can be granted access to any of Fulcrum's built-in tools:
ReadWriteEditGlobGrepBashLsWebSearchWebFetchVisionServiceAgentSkillListSkillsMemorySaveMemoryReadMemoryNotebookEditREPLLSPWorktree