Talos is a CLI tool based on Ralph that supports running under Claude Code and Cursor CLI. It enables you to execute multiple Ralph Loop tasks in parallel across multiple repositories.
# Install globally
npm install -g talos-cli
# Or using pnpm
pnpm add -g talos-cli
# Or using npx (no installation required)
npx talos-clitalos workspace addCreate a Product Requirements Document through AI conversation.
talos prdConvert PRD to Ralph format for AI execution.
talos ralph --prd my-featureStart a task to execute the PRD. Interactive selection is used when no PRD is specified.
talos task start --prd my-featuretalos task monitortalos task attach <taskId> [-f]talos task stop <taskId>talos task resume <taskId>talos task remove <taskId>talos task clear [--force]talos --help
talos <command> --helpFor all commands and parameter descriptions: packages/cli/README.md
