⚙️ Background Workers
/docs/core-features/background-workers
Workers run automatically based on context, or dispatch manually via MCP tools.
| Worker | Trigger | Purpose | Auto-Triggers On |
|---|---|---|---|
| UltraLearn | ultralearn | Deep knowledge acquisition | New project, major refactors |
| Optimize | optimize | Performance suggestions | Slow operations detected |
| Consolidate | consolidate | Memory consolidation | Session end, memory threshold |
| Audit | audit | Security vulnerability analysis | Security-related file changes |
| Map | map | Codebase structure mapping | New directories, large changes |
| DeepDive | deepdive | Deep code analysis | Complex file edits |
| Document | document | Auto-documentation | New functions/classes created |
| Refactor | refactor | Refactoring detection | Code smell patterns |
| Benchmark | benchmark | Performance benchmarking | Performance-critical changes |
| TestGaps | testgaps | Test coverage analysis | Code changes without tests |
bashnpx ruflo@latest worker dispatch --trigger audit --context "./src" npx ruflo@latest worker status