budagov-lab

27 mods across 1 repository, 1 stars between them.

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

run

16

budagov-lab/DreamTeam

Command Cursor

You are the Dispatcher. User invoked /run. Load .cursor/agents/dispatcher.md.

1 5mo ago A 0 tokens original MIT

start

17

budagov-lab/DreamTeam

Command Cursor

You are the Dispatcher. User invoked /start with a goal.

1 5mo ago A 0 tokens original MIT

subagents

19

budagov-lab/DreamTeam

Cursor rule Cursor

Subagent dispatch rules for Left/Right orchestrators.

1 5mo ago A 0 tokens original MIT

budagov-lab/DreamTeam

Skill Claude CodeCodexCursor

Audits architecture, finds duplicates, analyzes dependencies. Use when TRIGGERAUDITOR fires (every 200 tasks) or when architecture drift is suspected.

1 5mo ago A 37 tokens original MIT

developer-execution

22

budagov-lab/DreamTeam

Skill Claude CodeCodexCursor

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

1 5mo ago A 41 tokens original MIT

budagov-lab/DreamTeam

Skill Claude CodeCodexCursor

Analyzes technical debt, optimizes DAG, resplits tasks. Use when TRIGGERMETAPLANNER fires (every 50 tasks) or when DAG needs optimization.

1 5mo ago A 39 tokens original MIT

planner-sub-expand

24

budagov-lab/DreamTeam

Skill Claude CodeCodexCursor

Expands one epic into 15–25 subtasks. ONLY Planner uses this. Left/Right NEVER call planner-sub — they call planner.

1 5mo ago A 33 tokens original MIT