Built by acqua.ai. Transform your development workflow with AI.
Route your development tasks to specialized AI agents.
Build better software through intelligent task delegation.
Requires your own Claude Code subscription
# Set your GitHub token
export SAILR_GITHUB_TOKEN=github_pat_xxxxxxxxxxxxxxxxxxxx
# Run the installer
curl -H "Authorization: Bearer $SAILR_GITHUB_TOKEN" https://sailr.acqua.ai/install.sh | bashEach agent is an expert in their domain, built with evidence-based prompting techniques
Research & Architecture Specialist
Automatically searches official docs and checks latest versions. Extended thinking for complex architectural decisions.
TDD & Requirements Specialist
Creates tests before implementation. Writes comprehensive acceptance criteria and ensures all requirements are met.
Code Implementation Specialist
Production-quality code following TDD. Self-documenting with zero comments policy. Security-first approach.
Security & Quality Review Specialist
OWASP Top 10 security expert. Severity-based findings with automatic fix loops.
Documentation Specialist
Creates comprehensive documentation. Keeps docs in sync with code changes. Clear technical writing.
Git Operations Specialist
Conventional Commits with clear communication. Explains WHY changes were made.
Enterprise-grade features that make your development workflow faster and safer
Automatically selects the right workflow based on your request with historical context
Agents work concurrently when appropriate for faster development cycles
Built-in security review with OWASP Top 10 checklist on every code change
Mandatory test-driven development ensures quality and prevents regressions
Automatically captures and injects relevant learnings from past workflows
Detects your tech stack automatically and provides context-aware suggestions
Team consistency with routing.yaml, personal flexibility with routing.local.yaml overrides
Fast, reliable, and memory-safe. Cross-platform support for Linux, macOS, and Windows
Stop managing multiple agents manually. Let Sailr orchestrate the entire development lifecycle with 10 pre-configured workflows.
Manual coordination, easy to forget steps, inconsistent quality
# Traditional Claude Code workflow
- Manually prompt for architecture research
- Write implementation yourself
- Remember to write tests
- Manually review for security issues
- Create git commits manually
- Hope you didn't forget anythingIntelligent orchestration, nothing gets skipped, consistent excellence
# With Sailr - one command does it all
/sailr implement user authentication
# Automatically triggers:
# 1. Navigator researches auth best practices
# 2. Helmsman writes acceptance criteria & tests
# 3. Mate implements production-ready code
# 4. Bosun reviews security (OWASP Top 10)
# 5. Scribe updates documentation
# 6. Deckhand creates semantic commitsTwo-tier configuration balances team consistency with personal workflow preferences
routing.yaml defines standard workflows shared across your team
# routing.yaml - Team defaults
routes:
feature:
agents:
- Navigator
- Helmsman
- Mate
- Bosun
- Scribe
- Deckhandrouting.local.yaml lets you customize workflows without affecting the team
# routing.local.yaml - Your preferences
routes:
feature:
agents:
- Navigator
- Helmsman
- Mate
- Bosun
- Deckhand
# Skip Scribe for faster iterationEveryone uses the same quality standards and workflows by default
Customize your workflow without modifying shared team configuration
routing.yaml in version control, routing.local.yaml in .gitignore
Sailr automatically captures patterns, decisions, and solutions from your work, making future tasks faster and smarter
Every workflow is analyzed and categorized by technical area
Quality scores based on complexity, success indicators, and files changed
Relevant past learnings automatically provided to agents
Gets smarter with every task, building your team knowledge base
From quick fixes to complex features, Sailr adapts to your development needs
Explore technologies and architectural patterns before building
/sailr research microservice patterns for user service
# Navigator will:
- Search latest docs and best practices
- Compare architectural approaches
- Provide recommendations with trade-offsFull-cycle implementation from research to reviewed commits
/sailr implement OAuth2 with Google provider
# Full workflow:
# 1. Navigator researches OAuth2 patterns
# 2. Helmsman creates tests & criteria
# 3. Mate implements production code
# 4. Bosun security review
# 5. Scribe updates documentation
# 6. Deckhand creates commitsQuick fixes with quality assurance and proper commits
/sailr fix memory leak in worker process
# Hotfix workflow:
# 1. Helmsman writes test reproducing bug
# 2. Mate fixes the issue
# 3. Bosun validates the solution
# 4. Deckhand commits with clear messageJoin developers using Sailr to build better software with AI-powered orchestration
Multi-agent orchestration for Claude Code. Built by acqua.ai
Proprietary software © 2025 Acqua-Dev
Made by acqua.ai with Rust 🦀