auditor
01Agent Cursor
System audit: checks architecture, finds duplicates, detects circular dependencies. Use when update-task done prints TRIGGERAUDITOR (every 200 tasks).
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.
Agent Cursor
System audit: checks architecture, finds duplicates, detects circular dependencies. Use when update-task done prints TRIGGERAUDITOR (every 200 tasks).
Agent Cursor
Records production history to DevExperience DB. Runs immediately after Reviewer. Fills real development data for Learning loop.
Agent Cursor
Executes micro-tasks: writes code, runs tests, fixes errors. Use when scheduler assigns a task or when implementing a specific task.
Agent Cursor
Dispatcher — ONLY monitors and switches Left↔Right. No Terminal. Left/Right do ALL work.
Agent Cursor
Queue owner. Corrects specific tasks identified by Learning Agent. Targeted corrections only — no proactive scanning. Max 10 tasks per run.
Agent Cursor
The ONLY agent that performs git commits. Handles add, commit, push after Reviewer approval.
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).
Agent Cursor
Optimizes task DAG, analyzes technical debt, resplits tasks. Use when update-task done prints TRIGGERMETAPLANNER (every 50 tasks).
Agent Cursor
Left Orchestrator. Dispatches agents only. NEVER writes code or does reviews directly. Alternates with Right.
Agent Cursor
Right Orchestrator. Execution only. Dispatches agents only. NEVER writes code or does reviews directly. Dispatched by Dispatcher after Left returns BATCHDONE.
Agent Cursor
Expands one epic into 15–25 subtasks. ONLY Planner invokes this. Left/Right must call planner, never planner-sub.
Agent Cursor
Breaks goals into epics, dispatches Sub-Planner per epic. Owns full planning flow. Orchestrator only launches Planner.
Agent Cursor
Compresses context: summarizes progress, updates architecture, removes noise. Use when update-task done prints TRIGGERRESEARCHER (every 20 tasks).
Agent Cursor
Reviews code for quality, correctness, and architecture compliance. Use after each task completion for spec compliance and code quality check.
Agent Cursor
Runs terminal commands. The ONLY subagent that executes shell commands. All dreamteam and git commands go through Terminal.