Comprehensive guide for building AI workflows, agents, and workforce systems with AgenticFlow.
This skill provides reference documentation for designing and building with the AgenticFlow platform:
- Workflows — Linear automation pipelines with sequential nodes
- Agents — Single intelligent AI entities with tools and personas
- Workforce — Multi-agent orchestration systems
Install this skill in your AI assistant to get contextual guidance when working with AgenticFlow.
reference/
├── workflow/ # Workflow building guides
│ ├── overview.md
│ ├── how-to-build.md
│ ├── how-to-run.md
│ ├── cli-mode.md
│ ├── node-types.md
│ └── connections.md
├── agent/ # Agent configuration
│ ├── overview.md
│ └── cli-mode.md
├── workforce/ # Multi-agent orchestration
│ └── overview.md
├── quality/ # Definition of done and acceptance gates
│ └── acceptance-criteria.md
└── glossary.md # Terminology reference
| Building... | Start Here |
|---|---|
| Cold-start template bootstrap | reference/cli-setup.md |
| Automation workflow | workflow/overview.md |
| CLI-first workflow automation (no MCP) | workflow/cli-mode.md |
| Single AI agent | agent/overview.md |
| CLI-first agent operations | agent/cli-mode.md |
| Multi-agent system | workforce/overview.md |
| Production done criteria | quality/acceptance-criteria.md |
Sequential node-based automations. Supports 300+ integrations including:
- AI/LLM: Claude, OpenAI, Gemini
- Image Gen: DALL-E, Stable Diffusion
- Integrations: Slack, Gmail, Notion, and more
Configurable AI entities with:
- Custom system prompts
- Tool/MCP access
- Knowledge bases
- Supervisor — Delegation to specialists
- Swarm — Self-organizing agents
- Pipeline — Sequential handoffs
- Debate — Consensus through discussion
MIT