Paseo — Summary
Paseo is a TypeScript monorepo that provides a unified management layer for multiple AI coding agent CLIs (Claude Code, Codex, Copilot, OpenCode, Pi) running on the user's own machines. A persistent local daemon orchestrates agent processes, exposes a WebSocket API, and relays connections from mobile (iOS/Android), desktop (Electron), web, and CLI clients. Users can run multiple agents in parallel on different worktrees, send tasks from their phone, and use voice dictation. Paseo's four skills (/paseo-handoff, /paseo-loop, /paseo-advisor, /paseo-committee) are Claude Code skills that teach agents to orchestrate other agents through the Paseo daemon — enabling multi-provider handoff, Ralph-style acceptance-criteria loops, advisory second opinions, and two-agent committee analysis. The project is self-hosted and privacy-first: no telemetry, no forced logins.
Differs from seeds: Closest to taskmaster-ai in providing a cross-tool management layer, but Paseo focuses on agent process orchestration (spinning up/monitoring concurrent CLI processes) rather than task breakdown. Unlike claude-conductor (markdown scaffold) or superpowers (skills pack), Paseo ships a full Expo mobile app, Electron desktop app, and CLI daemon. The skill system (/paseo-loop = Ralph loop, /paseo-committee = consensus advisory) borrows BMAD's committee pattern but implements it as runtime agent calls rather than persona markdown.