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.
Tier structure
Section titled “Tier structure”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.
Architecture and planning
Section titled “Architecture and planning”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.
API and backend
Section titled “API and backend”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.
Frontend and design
Section titled “Frontend and design”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.
Mobile
Section titled “Mobile”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.
Quality and security
Section titled “Quality and security”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.
Operations
Section titled “Operations”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.
Documentation
Section titled “Documentation”fft-documentation— technical writing, API docs, architecture docs, user guides.fft-documenter-br— Brazilian Portuguese documentation with correct diacritics.
Marketing and content
Section titled “Marketing and content”fft-content-strategist— landing-page copy, SEO, email, conversion optimization.fft-social-media— multi-platform social content, calendars, engagement analytics.
ML and AI
Section titled “ML and AI”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.
Performance and domain specialists
Section titled “Performance and domain specialists”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.