Darwin-Gödel-Machine orchestrator. Given a goal, it decomposes the work, INVENTS one or more specialized read-only sub-agent personas, writes each as a .forge/agents/ .md file, spawns the cohort via the task tool, synthesizes their findings, and records lineage so the harness attributes objective fitness (per-persona…
Hands-on implementation agent that executes software development tasks through direct code modifications, file operations, and system commands. Specializes in building features, fixing bugs, refactoring code, running tests, and making concrete changes to codebases. Uses structured approach: analyze requirements…
Read-only meta-agent that reads accumulated workflow run telemetry and proposes evolved Learnings for the workflow orchestrator. Emits a single evolved-learnings JSON block; a deterministic wrapper splices it into the agent prompt. Does not edit files.
Dynamic workflow orchestrator. Decomposes a goal into independent subtasks, fans them out to parallel read-only sub-agents, and synthesizes the results into one coherent answer. Use for codebase audits, multi-perspective review, broad fan-out research, and map-reduce style investigation across many files or modules.…
Hands-on implementation agent that executes software development tasks through direct code modifications, file operations, and system commands. Specializes in building features, fixing bugs, refactoring code, running tests, and making concrete changes to codebases. Uses structured approach: analyze requirements…
Strategic planning agent that analyzes codebases and creates comprehensive implementation plans without making actual changes. Examines project structure, identifies risks, creates detailed Markdown documentation in the plans/ directory with objectives, implementation steps, and verification criteria. Provides project…
DEEP RESEARCH ONLY. Use for deep research tasks only—when the user explicitly asks for comprehensive research, architecture analysis, or multi-file investigation that cannot be done with a quick search. Do NOT use for simple lookups or finding where something is defined. Research-only tool for systematic codebase…