crewai-workflow

Orchestrate multi-agent workflows with CrewAI sequential or hierarchical patterns.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gitwalter/cursor-agent-factory --skill crewai-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crewai-workflow
Source: https://github.com/gitwalter/cursor-agent-factory/tree/main/.cursor/skills/crewai-workflow
Command: npx skills add https://github.com/gitwalter/cursor-agent-factory --skill crewai-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams design and orchestrate production-grade multi-agent workflows by providing templates and patterns to coordinate specialized AI agents.

Core Features & Use Cases

  • Declarative Crew patterns for sequential and hierarchical task orchestration across agents
  • Templates and knowledge integration to accelerate setup and ensure reproducibility
  • Use Case: Build a research → write → review pipeline with memory-enabled agents

Quick Start

Install CrewAI and CrewAI-Tools, then initialize a workflow using the provided templates (ai/crewai/). Run a sample crew to kickoff with inputs for your topic.

Frequently Asked Questions about crewai-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multi-agent workflows in Python for a research and review pipeline?

You orchestrate multi-agent workflows in Python by defining specialized agent roles, assembling crews, and selecting a sequential or hierarchical process model to execute tasks statefully. This coordinates agents across research, writing, and review stages.

What is the difference between sequential and hierarchical task execution in CrewAI?

Sequential task execution processes agent assignments in a linear order, while hierarchical execution delegates tasks through a managerial structure. Choosing between them depends on whether your workflow requires a strict pipeline or dynamic coordination.

Can I use templates and knowledge integration to set up reproducible CrewAI patterns?

Yes, you can use templates and knowledge integration to set up reproducible CrewAI patterns. Initializing workflows from the provided Python templates accelerates setup and ensures coordinated agents maintain consistent state and memory.

Do I need to install specific dependencies to assemble production-grade multi-agent crews?

Yes, you need to install CrewAI and CrewAI-Tools to assemble production-grade multi-agent crews. Once installed, you initialize the Python environment and run sample crews using the provided templates to kickoff tasks.

When should I use multi-agent orchestration instead of standard single-agent workflows?

Use multi-agent orchestration when software development, research, or content workflows require coordinated specialized roles and stateful execution. It handles complex pipelines like research, writing, and review better than single-agent workflows.

How do I kickoff a CrewAI workflow with memory-enabled agents?

You kickoff a CrewAI workflow with memory-enabled agents by initializing the provided templates, defining your crew, and running a sample crew with inputs for your topic. This executes the coordinated tasks statefully.