Skip to content

Agent Catalog Overview

FlowForge ships with 29 active specialist agents, each purpose-built for a narrow domain. The Maestro orchestrator never writes code directly. Instead, it consults these specialists, presents options to the developer, and coordinates the specialists chosen to execute the work.

This page introduces the catalog by category. Every agent has a dedicated detail page with its capabilities, typical use cases, and example prompts. See the full table on the catalog index.

All 29 agents are available today as part of the FlowForge core distribution. Some capabilities may move to Pro or Team tiers in future releases (team-wide analytics, managed deployments, advanced auditing), but the agents themselves — the specialist prompts that power FlowForge’s orchestration — are and will remain free to use.

These agents shape the what and the why before any code is written.

  • fft-architecture — system design, ADRs, SOLID principles, microservices and monolith trade-offs.
  • fft-project-manager — task breakdown, sprint planning, milestone tracking, GitHub structure.
  • fft-product-owner — requirements, user stories, backlog prioritization, stakeholder alignment.

Server-side craft, from contract design to persistence.

  • fft-api-designer — REST, GraphQL, gRPC, WebSocket; OpenAPI specifications; versioning and contract testing.
  • fft-backend — Node.js, Python, Ruby, Java, Go; scalable server architectures with 80%+ test coverage.
  • fft-database — schema design, migrations, query optimization, ACID and data-strategy decisions.

Everything the user sees and touches.

  • fft-frontend — React, Vue, Angular; component architecture, accessibility, performance.
  • fft-designer — UI/UX, design systems, user research, cross-platform experience.
  • fft-brand-architect — brand identity, color theory, typography, design tokens, guidelines.

Platform-native and cross-platform. The deprecated fft-mobile agent has been split into three specialists for deeper per-platform expertise.

  • fft-ios — Swift, SwiftUI, UIKit, structured concurrency.
  • fft-android — Kotlin, Jetpack Compose, Hilt, Room.
  • fft-flutter — Dart 3+, Riverpod 2, GoRouter, cross-platform targets.

The gatekeepers of production readiness.

  • fft-testing — TDD, unit/integration/E2E tests, coverage optimization.
  • fft-qa — test strategy, automation, regression tracking, quality gates.
  • fft-code-reviewer — standards enforcement, pattern analysis, architectural validation.
  • fft-security — threat modeling, OWASP compliance, defense-in-depth.

Ship it, run it, observe it.

  • fft-devops-agent — CI/CD, Docker, Kubernetes, Terraform, monitoring, cost optimization.
  • fft-github — git workflow, PR automation, issue management, release operations.

Hierarchical: start with fft-ml-architect for strategy, then route to a specialist.

  • fft-ml-architect — strategic advisor: model selection, RAG vs fine-tuning, GPU allocation.
  • fft-llm-openweight — local LLM deployment: vLLM, Ollama, quantization, Qwen/Llama/DeepSeek.
  • fft-rag-engineer — retrieval architecture, pgvector, embeddings, chunking, reranking.
  • fft-agent-frameworks — CrewAI, LlamaIndex, LangChain, custom multi-agent orchestration.
  • fft-performance — profiling, caching, load testing, scaling strategies.
  • fft-medical — Brazilian healthcare compliance (ANS, TISS, TUSS, CBHPM, LGPD).
  • fft-agent-creator — creates and validates new FlowForge agents from specifications.

For the complete side-by-side list, see the catalog index. To understand how the Maestro selects and coordinates these agents, read Core Concepts: Maestro Pattern.