Built by acqua.ai. Transform your development workflow with AI.

v0.9.0

Sailr

Multi-agent orchestration
for Claude Code

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 | bash
6
Specialized Agents
10
Pre-configured Workflows
Cross-platform
Linux, macOS, Windows

Six Specialized Agents

Each agent is an expert in their domain, built with evidence-based prompting techniques

Navigator

Research & Architecture Specialist

Automatically searches official docs and checks latest versions. Extended thinking for complex architectural decisions.

ResearchArchitectureVersion checks

Helmsman

TDD & Requirements Specialist

Creates tests before implementation. Writes comprehensive acceptance criteria and ensures all requirements are met.

TDDRequirementsTest design

Mate

Code Implementation Specialist

Production-quality code following TDD. Self-documenting with zero comments policy. Security-first approach.

ImplementationClean codeSecurity

Bosun

Security & Quality Review Specialist

OWASP Top 10 security expert. Severity-based findings with automatic fix loops.

SecurityCode reviewOWASP

Scribe

Documentation Specialist

Creates comprehensive documentation. Keeps docs in sync with code changes. Clear technical writing.

DocumentationTechnical writingDoc maintenance

Deckhand

Git Operations Specialist

Conventional Commits with clear communication. Explains WHY changes were made.

Git opsCommitsPRs

Built for Production

Enterprise-grade features that make your development workflow faster and safer

Intelligent Routing

Automatically selects the right workflow based on your request with historical context

Parallel Execution

Agents work concurrently when appropriate for faster development cycles

OWASP Security

Built-in security review with OWASP Top 10 checklist on every code change

TDD-First Workflow

Mandatory test-driven development ensures quality and prevents regressions

Learning System

Automatically captures and injects relevant learnings from past workflows

Auto-Detection

Detects your tech stack automatically and provides context-aware suggestions

Two-Tier Configuration

Team consistency with routing.yaml, personal flexibility with routing.local.yaml overrides

Built with Rust

Fast, reliable, and memory-safe. Cross-platform support for Linux, macOS, and Windows

One Command, Complete Workflow

Stop managing multiple agents manually. Let Sailr orchestrate the entire development lifecycle with 10 pre-configured workflows.

Without Sailr

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 anything

With Sailr10 Workflows

Intelligent 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 commits

Flexible Configuration System

Two-tier configuration balances team consistency with personal workflow preferences

Team Configuration

routing.yaml defines standard workflows shared across your team

# routing.yaml - Team defaults
routes:
  feature:
    agents:
      - Navigator
      - Helmsman
      - Mate
      - Bosun
      - Scribe
      - Deckhand

Local Overrides

routing.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 iteration

Team Consistency

Everyone uses the same quality standards and workflows by default

Personal Flexibility

Customize your workflow without modifying shared team configuration

Git-Friendly

routing.yaml in version control, routing.local.yaml in .gitignore

Learns From Every Workflow

Sailr automatically captures patterns, decisions, and solutions from your work, making future tasks faster and smarter

Auto-Capture

Every workflow is analyzed and categorized by technical area

Smart Scoring

Quality scores based on complexity, success indicators, and files changed

Intelligent Injection

Relevant past learnings automatically provided to agents

Continuous Improvement

Gets smarter with every task, building your team knowledge base

Auto-categorized
By technical area (auth, API, database, frontend, testing)
Top 3 Shown
Most relevant learnings injected based on context
Quality Ranked
Best patterns surface first, low-quality ones fade away

Built for Real Workflows

From quick fixes to complex features, Sailr adapts to your development needs

Research & Planning

Explore technologies and architectural patterns before building

Workflow:Research
Agents:Navigator
/sailr research microservice patterns for user service

# Navigator will:
- Search latest docs and best practices
- Compare architectural approaches
- Provide recommendations with trade-offs

Feature Development

Full-cycle implementation from research to reviewed commits

Workflow:Feature
Agents:Navigator → Helmsman → Mate → Bosun → Scribe → Deckhand
/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 commits

Bug Fixes

Quick fixes with quality assurance and proper commits

Workflow:Hotfix
Agents:Helmsman → Mate → Bosun → Deckhand
/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 message

Ready to Transform Your Workflow?

Join developers using Sailr to build better software with AI-powered orchestration

Sailr

Multi-agent orchestration for Claude Code. Built by acqua.ai

Proprietary software © 2025 Acqua-Dev

Made by acqua.ai with Rust 🦀