Skip to content

Agents

Assemble provides a team of 34 specialized AI agents, each with a distinct role, expertise, and personality. Together, they cover the full spectrum of software product development — from architecture to marketing.

An agent is a role-specific system prompt that transforms a general-purpose LLM into a domain expert. Each agent has:

  • A name and identity (Marvel-inspired for memorability)
  • A domain of expertise (backend, frontend, security, SEO, etc.)
  • An approach (how they think and work)
  • An intervention sequence (their step-by-step methodology)
  • Anti-patterns (what they never do)
  • Quality rules (standards they enforce)

This is deliberate prompt engineering. Research shows that LLMs respond better to well-defined personas with rich backstories. By using Marvel characters:

  • Each agent has a distinct personality that prevents role confusion
  • The metaphors reinforce behavior (Spider-Man cares about users like Peter Parker cares about people)
  • It makes the system memorable and fun to use
  • It creates natural team dynamics (Tony Stark and Captain America disagree constructively)
AgentAliasDomainSpecialty
Spider-Man@spider-manFrontendReact, Next.js, UI/UX, accessibility, performance
Bruce Banner@bruce-bannerBackendAPIs, Node.js, Python, microservices
Mr. Fantastic@mr-fantasticFullstackEnd-to-end features, debugging, integration
Doctor Strange@doctor-strangeDatabaseSchema design, queries, migrations, optimization
Ant-Man@ant-manMobileReact Native, Flutter, mobile-first design
Thor@thorDevOps/SRECI/CD, Docker, Kubernetes, infrastructure
AgentAliasDomainSpecialty
Hawkeye@hawkeyeQA/TestingUnit tests, E2E, regression, coverage
Punisher@punisherSecurityVulnerability audits, pentesting, hardening
Microchip@microchipRed TeamOffensive security, exploits, injection testing
AgentAliasDomainSpecialty
Professor X@professor-xProductRequirements, specs, user stories, OKRs
Nick Fury@nick-furyAnalysisBusiness analysis, requirements gathering
Captain America@captain-americaScrumSprint planning, agile ceremonies, task breakdown
Pepper Potts@pepper-pottsCustomer SuccessOnboarding, churn prevention, NPS
Iron Fist@iron-fistFinancePricing, P&L, budget, financial modeling
AgentAliasDomainSpecialty
Tony Stark@tony-starkArchitectureSystem design, scalability, tech decisions
Vision@visionAI/MLLLM integration, fine-tuning, ML pipelines
Quicksilver@quicksilverAutomationWorkflow automation, RPA, n8n/Zapier
AgentAliasDomainSpecialty
Star-Lord@star-lordMarketingGTM strategy, positioning, campaigns
Rocket Raccoon@rocket-raccoonGrowthAcquisition funnels, conversion optimization
Gamora@gamoraPaid MediaGoogle Ads, Meta Ads, campaign management
Black Widow@black-widowTechnical SEOCrawl optimization, indexation, Core Web Vitals
Storm@stormContent SEOBlog strategy, articles, keyword research
Jean Grey@jean-greyGEO/AIOGenerative search optimization
AgentAliasDomainSpecialty
Loki@lokiCopywritingHeadlines, taglines, messaging frameworks
Black Panther@black-pantherBrandBrand identity, tone of voice, guidelines
Silver Surfer@silver-surferStorytellingNarrative arcs, brand storytelling
Ms. Marvel@ms-marvelSocial MediaCommunity management, content calendar
Phil Coulson@phil-coulsonPR/CommsPress releases, media relations
AgentAliasDomainSpecialty
Invisible Woman@invisible-womanUX DesignWireframes, user flows, design systems
Beast@beastData/AnalyticsDashboards, metrics, data pipelines
AgentAliasDomainSpecialty
She-Hulk@she-hulkLegalGDPR, compliance, terms of service
AgentAliasDomainSpecialty
Jarvis@jarvisOrchestratorRoutes requests, manages workflows, coordinates agents
Deadpool@deadpoolContrarianDevil’s advocate, challenges assumptions, flags risks
Doctor Doom@doctor-doomStress-TesterStrategic demolition of critical decisions

Agents don’t work in isolation. Jarvis orchestrates them in sequences called workflows. For example, a /feature workflow might chain:

  1. @professor-x writes the spec
  2. @tony-stark designs the architecture
  3. @captain-america breaks it into tasks
  4. @bruce-banner + @spider-man implement
  5. @hawkeye writes tests
  6. @punisher reviews security

Each agent receives context injection — they know what previous agents produced, what’s expected of them, and what comes next.

You can bypass Jarvis and talk to any agent directly:

@spider-man refactor the dashboard to use Server Components
@bruce-banner add rate limiting to the API
@loki write a tagline for the pricing page

The agent stays in character until you dismiss them with /dismiss.