Plans
The home view: every PRD in flight, its features, and each task’s pipeline — Red, Green, and Review stages filling in as commits land. A completed plan reads as a row of closed loops; a stuck task is visible at a glance.Task detail
Drill into a task to see its story: the failing tests from the RED phase, the green-phase diff, which commits are attached, and the adversarial review verdict with its findings.Reviews and quality
Review verdicts (clean / needs-refactoring) are recorded per task, and repository-wide quality runs — the analyser and specialist-agent pipeline — publish their scored results here too.Workers
When you opt into remote workers, launches and their runs are managed from the dashboard — including reviewing and accepting or rejecting what a worker produced.The dashboard’s port defaults to
8765; set DASHBOARD_PORT (or pass
--port) to move it, and AUTOSTARTDASHBOARD=false to stop the MCP server
starting it automatically.