AI Development Loop Autonomous task execution with QA gates across multiple AI platforms. Overview The AI Development Loop enables fully autonomous feature development where: - AI agents pick up and implement tasks from a queue - You do QA only (approve or reject in Testing column) - Multiple platforms (Claude CLI, Cursor, Codex) can work in parallel - Rate limits are maximized by switching between platforms Architecture Task Lifecycle 1. Task Creation Tasks live in with structured metadata: 2. Task Claiming When an agent runs : 1. Scans for 2. Sorts by priority (High Medium Low) 3. Skips tas…