Intelligence Workflow (Current Shape)
Intelligence Workflow (Current Shape)
Current Status
- Workflow capability is available, but the stable path is CoreBox commands + plugin composition.
- “Workflow Studio” should not be treated as the default stable entry in current docs.
Recommended Triggers
ai: Q&A, summarization, rewriting (touch-intelligence)fy/fy-multi: translation and multi-provider translation (touch-translation)script: run workspace scripts (touch-workspace-scripts)
Reusable Templates
| Template | Flow |
|---|---|
| Email handling | fy translate source text → ai produce polished reply |
| Dev check | script run lint/test → ai summarize output |
| Multi-provider compare | fy-multi compare outputs → copy best result |
Debugging Tips
- Confirm plugin installation and permission grants first.
- For bad outputs, inspect input and permission scope before switching models.
- For system commands, validate with a small script before scaling the flow.
Was this helpful?