Multi-Agent Orchestration
Specialized agents for planning, implementation, testing, security review, and PR creation working together seamlessly.
Orchestrate multiple Claude agents to automate the software development lifecycle — from spec to shipped PR

Install globally via npm:
npm install -g reygent-codeOr run directly with npx:
npx reygent-codegh) for PR operationsSee the Providers Guide for detailed setup instructions.

Chesstrace is Reygent's local telemetry engine that works alongside the main tool. It:
reygent last, reygent analyze, reygent dashboard, and reygent telemetry commandsLearn more in the Chesstrace documentation and explore your data with the Dashboard.
# Run the full workflow from a spec
reygent run --spec ./specs/add-auth.md
# Or start from a Jira issue
reygent run --jira PROJ-123
# Or from a Linear issue
reygent run --linear DT-456
# Review last run telemetry
reygent last
# Analyze recent runs
reygent analyze --since "2 days ago"Released under the Apache-2.0 License.