章节 01
Crew: A Config-Driven Workflow Engine for Claude Code
Core Overview Crew is a configuration-driven agent workflow engine designed specifically for Claude Code (Anthropic's AI programming assistant). It addresses the limitation of Claude Code's traditional one-time dialogue approach in handling complex, multi-step tasks by enabling flexible task orchestration.
Key Design Principles
- Pure Plugin Architecture: Built entirely on Claude Code's extension mechanism, requiring no external runtime or services.
- Config-Driven: Workflows are defined via YAML/JSON files, supporting task dependencies, condition branches, and variable passing.
Basic Info
- Author/Maintainer: mantaray0
- Source: GitHub (https://github.com/mantaray0/crew)
- Updated: 2026-06-12T21:46:17Z