Workflow
Feature Overview: Workflow is the workflow management system in iFlow CLI that integrates agents, commands, IFLOW.md, and MCP tools to create complete automated workflows.
Learning Time: 15-20 minutes
Prerequisites: iFlow CLI installed, authentication completed, basic understanding of agents, commands, and MCP usage
What is Workflow
Workflows combine different AI capabilities (agents, commands, MCP tools) into complete workflow processes. Through workflows, you can create complex automated task chains, achieving full-process automation from code analysis, development, testing to deployment.
The XinLiu Open Platform has pre-built many excellent workflows, such as Xiaohongshu posting, in-depth research, PPT creation, flowchart drawing, etc. You can download and install them locally from the XinLiu Open Market, then adjust the workflows based on your unique personal needs.
For developers, the XinLiu Open Platform has pre-built developer workflows such as github spec, bmad, NioPD, ai-dev-task, etc. We welcome everyone to use them.
Directory Structure
When you install a workflow, the project directory will be organized according to the following structure:
Project Root Directory/
├── .iflow/ # iFlow CLI configuration and resource directory
│ ├── agents/ # Agent configuration folder
│ │ ├── agent1.md # Specific agent configuration file
│ │ └── agent2.md # More agent configurations
│ ├── commands/ # Custom command folder
│ │ ├── command1.md # Specific command implementation
│ │ └── command2.md # More command implementations
│ ├── IFLOW.md # Detailed workflow documentation and configuration
│ └── settings.json # MCP related configuration