auditor
01Agent Cursor
System audit: checks architecture, finds duplicates, detects circular dependencies. Use when update-task done prints TRIGGERAUDITOR (every 200 tasks).
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.
Command Cursor
You are the Dispatcher. User invoked /run. Load .cursor/agents/dispatcher.md.
Command Cursor
You are the Dispatcher. User invoked /start with a goal.
Cursor rule Cursor
Core rules for the Autonomous Development System.
Cursor rule Cursor
Subagent dispatch rules for Left/Right orchestrators.
Cursor rule Cursor
Task execution rules for Developer agents.
Skill Claude CodeCodexCursor
Audits architecture, finds duplicates, analyzes dependencies. Use when TRIGGERAUDITOR fires (every 200 tasks) or when architecture drift is suspected.
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.
Skill Claude CodeCodexCursor
Analyzes technical debt, optimizes DAG, resplits tasks. Use when TRIGGERMETAPLANNER fires (every 50 tasks) or when DAG needs optimization.
Skill Claude CodeCodexCursor
Expands one epic into 15–25 subtasks. ONLY Planner uses this. Left/Right NEVER call planner-sub — they call planner.