team-tasks
Coordinate multi-agent dev pipelines with shared task files
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core