Agent: General (general) — research & multi-step execution #61

Open
opened 2026-06-29 00:14:30 +02:00 by root · 0 comments
Owner

Subagent type: general
Category: General

Role

General-purpose agent for researching complex questions and executing multi-step tasks. Executes multiple units of work in parallel.

When to dispatch

  • Multi-step tasks needing many tool calls
  • Research spanning the codebase when no narrower specialism fits
  • Ad-hoc coordination / glue work

Avoid when

  • Single straightforward edit (do it directly)
  • A narrower specialist (architect, test-writer-fixer, ...) fits better

Dispatch

Task(subagent_type="general", prompt="...", description="...")

Wiki

https://git.terraphim.cloud/terraphim/agent-tasks/wiki/Subagent-Catalogue

**Subagent type:** `general` **Category:** General ### Role General-purpose agent for researching complex questions and executing multi-step tasks. Executes multiple units of work in parallel. ### When to dispatch - Multi-step tasks needing many tool calls - Research spanning the codebase when no narrower specialism fits - Ad-hoc coordination / glue work ### Avoid when - Single straightforward edit (do it directly) - A narrower specialist (architect, test-writer-fixer, ...) fits better ### Dispatch `Task(subagent_type="general", prompt="...", description="...")` ### Wiki https://git.terraphim.cloud/terraphim/agent-tasks/wiki/Subagent-Catalogue
root added the agent-catalogueworkflow:readytype:task labels 2026-06-29 00:14:30 +02:00
Sign in to join this conversation.