Skip to content

Architect Agent

Alessio Rocchi edited this page Jan 27, 2026 · 1 revision

Architect Agent

Design system architecture and make technical decisions


Purpose

Design system architecture and make technical decisions

Capabilities

system-design, technical-decisions, architecture-review, documentation, trade-off-analysis

When to Use

New feature architecture, System design, Technology selection

Examples

Basic Usage

Spawn a architect agent to help with design system architecture and make technical decisions

In Workflow

const session = await memory.createSession({ feature: 'my-feature' });

const agent = spawnAgent('architect', {
  name: 'my-architect',
  sessionId: session.id
});

Best Practices

  • Provide clear, specific requirements
  • Give context about the work
  • Use sessions for related tasks
  • Combine with other agents for complete workflows

Common Workflows

See Agent Overview for common agent combination patterns.

Related

Clone this wiki locally