win4rwin4rCommunityยท1 Agent Skills Included

team-tasks

Coordinate multi-agent dev pipelines with shared task files

Coordinates multi-agent development workflows through shared JSON task files and a simple Python CLI. Supports sequential pipelines, parallel dependency graphs, and multi-agent debate rounds for code reviews and architecture decisions. Eliminates manual status tracking, lost handoffs, and unclear task ordering across coding, testing, and documentation stages. Runs on Python 3.12+ with zero external dependencies.
npx skills add win4r/team-tasks --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install team-tasks?โ–ผ

Run `npx skills add win4r/team-tasks --all -g -y` in your terminal to install this skill globally.

What does team-tasks do?โ–ผ

It coordinates multi-agent development work through shared JSON task files, supporting sequential pipelines, parallel dependency graphs, and debate-style reviews.

What is the difference between linear and DAG mode?โ–ผ

Linear mode runs agents one after another in a fixed order, while DAG mode dispatches tasks in parallel as soon as their dependencies are complete.

How does debate mode work?โ–ผ

Debate mode sends the same question to multiple agents, collects their positions, runs a cross-review round, and synthesizes the findings for decisions like code reviews.

Does team-tasks require external dependencies?โ–ผ

No. It is a standalone Python 3.12+ script using only the standard library, with all state stored as local JSON files.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’