budagov-lab/DreamTeam

Autonomous system that runs hundreds of development tasks sequentially without losing quality. Designed for developers and teams to speed up projects and integrate seamlessly with Cursor.

1Stars on the repository
27Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

auditor

01

budagov-lab/DreamTeam

Agent Cursor

System audit: checks architecture, finds duplicates, detects circular dependencies. Use when update-task done prints TRIGGERAUDITOR (every 200 tasks).

1 5mo ago A 38 tokens original MIT

dev-experiencer

02

budagov-lab/DreamTeam

Agent Cursor

Records production history to DevExperience DB. Runs immediately after Reviewer. Fills real development data for Learning loop.

1 5mo ago A 28 tokens original MIT

developer

03

budagov-lab/DreamTeam

Agent Cursor

Executes micro-tasks: writes code, runs tests, fixes errors. Use when scheduler assigns a task or when implementing a specific task.

1 5mo ago A 30 tokens original MIT

dispatcher

04

budagov-lab/DreamTeam

Agent Cursor

Dispatcher — ONLY monitors and switches Left↔Right. No Terminal. Left/Right do ALL work.

1 5mo ago A 23 tokens original MIT

fix-planner

05

budagov-lab/DreamTeam

Agent Cursor

Queue owner. Corrects specific tasks identified by Learning Agent. Targeted corrections only — no proactive scanning. Max 10 tasks per run.

1 5mo ago A 32 tokens original MIT

git-ops

06

budagov-lab/DreamTeam

Agent Cursor

The ONLY agent that performs git commits. Handles add, commit, push after Reviewer approval.

1 5mo ago A 22 tokens original MIT

learning

07

budagov-lab/DreamTeam

Agent Cursor

Analyzes DevExperience history every 10 tasks. Identifies specific tasks needing correction, passes explicit task IDs to FixPlanner. Updates developer-addendum only (never overwrites developer.md).

1 5mo ago A 39 tokens original MIT

meta-planner

08

budagov-lab/DreamTeam

Agent Cursor

Optimizes task DAG, analyzes technical debt, resplits tasks. Use when update-task done prints TRIGGERMETAPLANNER (every 50 tasks).

1 5mo ago A 39 tokens original MIT

orchestrator-left

09

budagov-lab/DreamTeam

Agent Cursor

Left Orchestrator. Dispatches agents only. NEVER writes code or does reviews directly. Alternates with Right.

1 5mo ago A 28 tokens original MIT

orchestrator-right

10

budagov-lab/DreamTeam

Agent Cursor

Right Orchestrator. Execution only. Dispatches agents only. NEVER writes code or does reviews directly. Dispatched by Dispatcher after Left returns BATCHDONE.

1 5mo ago A 37 tokens copy · 88% MIT

planner-sub

11

budagov-lab/DreamTeam

Agent Cursor

Expands one epic into 15–25 subtasks. ONLY Planner invokes this. Left/Right must call planner, never planner-sub.

1 5mo ago A 31 tokens original MIT

planner

12

budagov-lab/DreamTeam

Agent Cursor

Breaks goals into epics, dispatches Sub-Planner per epic. Owns full planning flow. Orchestrator only launches Planner.

1 5mo ago A 30 tokens original MIT

researcher

13

budagov-lab/DreamTeam

Agent Cursor

Compresses context: summarizes progress, updates architecture, removes noise. Use when update-task done prints TRIGGERRESEARCHER (every 20 tasks).

1 5mo ago A 38 tokens original MIT

reviewer

14

budagov-lab/DreamTeam

Agent Cursor

Reviews code for quality, correctness, and architecture compliance. Use after each task completion for spec compliance and code quality check.

1 5mo ago A 27 tokens original MIT

terminal

15

budagov-lab/DreamTeam

Agent Cursor

Runs terminal commands. The ONLY subagent that executes shell commands. All dreamteam and git commands go through Terminal.

1 5mo ago A 25 tokens original MIT