-
Notifications
You must be signed in to change notification settings - Fork 4
Architect Agent
Alessio Rocchi edited this page Jan 27, 2026
·
1 revision
Design system architecture and make technical decisions
Design system architecture and make technical decisions
system-design, technical-decisions, architecture-review, documentation, trade-off-analysis
New feature architecture, System design, Technology selection
Spawn a architect agent to help with design system architecture and make technical decisions
const session = await memory.createSession({ feature: 'my-feature' });
const agent = spawnAgent('architect', {
name: 'my-architect',
sessionId: session.id
});- Provide clear, specific requirements
- Give context about the work
- Use sessions for related tasks
- Combine with other agents for complete workflows
See Agent Overview for common agent combination patterns.
Getting Started
Core Concepts
Agent Guides
- Overview
- Coder
- Researcher
- Tester
- Reviewer
- Adversarial
- Architect
- Coordinator
- Analyst
- DevOps
- Documentation
- Security Auditor
MCP Tools
- Overview
- Agent Tools
- Memory Tools
- Task Tools
- Session Tools
- System Tools
- GitHub Tools
- Review Loop Tools
- Identity Tools
Recipes
- Index
- Code Review
- Doc Sync
- Multi-Agent
- Adversarial Testing
- Full-Stack Feature
- Memory Patterns
- GitHub Integration
Advanced
- Plugin Development
- Custom Agent Types
- Workflow Engine
- Vector Search Setup
- Web Dashboard
- Programmatic API
- Resource Monitoring
Reference