Workflows
7 workflowsSeven workflows that adapt the chati.dev pipeline to the size and shape of your task — from a 4-agent quick fix to a 12-agent greenfield fullstack project.
One pipeline doesn't fit every task
A typo fix shouldn't run a 12-agent planning pipeline. A new SaaS product shouldn't ship with a 4-agent fast track. The framework needs to right-size its rigor to the task — without forcing the user to pick the right workflow themselves.
Seven curated workflows cover the realistic space of project shapes. The orchestrator's detect-flow command picks the right one automatically based on signals from the user's first message.
How a workflow is selected
The orchestrator runs detect-flow on your first message. If confidence is below 0.8, it falls back to greenfield-fullstack as the safe default.
All seven workflows
Each workflow tailors the agent sequence to a specific task shape.
Greenfield Full-stack
greenfield-fullstackComplete pipeline for new projects: web apps, SaaS, MVPs, enterprise prototypes, APIs, and mobile-web.
Brownfield Full-stack
brownfield-fullstackComplete pipeline for existing codebases that need substantial new functionality across the stack.
Brownfield Discovery
brownfield-discoveryJust the DISCOVER phase — operational + architecture + risk + dependency mapping. No code written.
Brownfield Service
brownfield-serviceBackend-focused pipeline: skips UX-heavy steps, optimized for APIs, services, integrations, data layer changes.
Brownfield UI
brownfield-uiFrontend-focused pipeline: skips backend architecture, optimized for visual / interaction work on an existing UI.
Quick Flow
quick-flow4-agent fast track: skips Detail / Architect / UX / Phases / Tasks / QA-Planning. Goes from Brief straight to Dev.
Standard Flow
standard-flow8-agent balanced flow: skips WU / UX / Phases. Sized for moderate brownfield enhancements with 2-5 requirements.
Override the auto-selection
If detect-flow picks the wrong workflow, you can force one explicitly when starting a session.
/chati --workflow brownfield-service