autowork-team

Coordinate parallel autowork tasks across multiple lanes with bounded concurrency.

20.1k|3.4k|Updated Oct 5, 2024
One-click install
npx skills add https://github.com/kortix-ai/suna --skill autowork-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autowork-team
Source: https://github.com/kortix-ai/suna/tree/main/core/kortix-master/opencode/skills/KORTIX-workflows/autowork-team
Command: npx skills add https://github.com/kortix-ai/suna --skill autowork-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parallel autowork tasks across multiple lanes with bounded concurrency, enabling faster processing without overwhelming resources.

Core Features & Use Cases

  • Bounded parallelism to limit active worker lanes and prevent resource contention.
  • Lead-session orchestration to integrate and verify results from all worker lanes.
  • Flexible task lanes for independent tasks that can run concurrently with deterministic reconciliation.

Quick Start

Start the lead session and spawn up to five worker lanes to run autowork in parallel.

Frequently Asked Questions about autowork-team

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

FAQPage Schema
How do I run parallel tasks with bounded concurrency?

To run parallel tasks with bounded concurrency, you coordinate multiple independent worker lanes under a lead session that limits active workers to prevent resource contention and integrates the final results.

What is leader-driven orchestration for parallel workflows?

Leader-driven orchestration is a coordination model where a lead session manages concurrent worker lanes, enforcing bounded parallelism and explicitly verifying results to ensure safe, reproducible outcomes.

When do I need bounded concurrency for parallel workflows?

You need bounded concurrency for parallel workflows when several independent tasks can run simultaneously but must be limited to avoid overwhelming system resources and to enable deterministic reconciliation.

How do I start a lead session and spawn worker lanes?

To start a lead session and spawn worker lanes, initiate the lead session first, then spawn up to five worker lanes to run autowork tasks in parallel with bounded concurrency.

How does result verification work in parallel task orchestration?

Result verification in parallel task orchestration enforces explicit checks where the lead session integrates and verifies outputs from all worker lanes to ensure deterministic and safe outcomes.

Are there limits to the number of parallel worker lanes I can run?

Yes, bounded parallelism limits active worker lanes to prevent resource contention. You can spawn up to five worker lanes to run autowork tasks concurrently under a single lead session.