What problem does it solve?
This Skill automates the coordination of multi-agent development workflows, ensuring tasks are executed sequentially or in parallel based on defined dependencies, and tracks progress through a centralized system.
Core Features & Use Cases
- Pipeline Coordination: Manages linear (sequential) and DAG (dependency graph) workflows for development teams.
- Task Management: Initializes projects, assigns tasks, updates statuses, and collects results.
- Agent Dispatch: Facilitates agent communication and task assignment via
sessions_send.
- Debate Mode: Enables multi-agent deliberation for complex decision-making.
- Use Case: Coordinate a bug fix by assigning sequential tasks to a
code-agent, test-agent, and docs-agent, ensuring each step completes before the next begins.
Quick Start
Initialize a new linear project named 'my-api' with a goal to 'Build REST API with tests and docs'.