BOS-AI runs your business. You focus on vision.
Transform your business through the Business Chassis multiplication effect. 30 specialized AI agents handle strategy, marketing, sales, customer service, and finance—so you can focus on what matters.
mkdir ~/my-business && cd ~/my-business && git init
curl -fsSL https://raw.githubusercontent.com/TheWayWithin/BOS-AI/main/deployment/scripts/install.sh | bash -s full
claude code .
/coord optimizeThat's it. BOS-AI analyzes your business and identifies your biggest opportunity.
You don't need technical skills. BOS-AI helps you with strategy, marketing, sales, and operations.
Start here: Business Operations Guide
Create your requirements in BOS-AI, then build with AGENT-11.
Start here: Product Developer Guide
NEW: Enhanced PRD Template - Machine-parsable PRDs with System Skeleton (data model, UI sitemap, business rules) for seamless AGENT-11 handoff. See PRD Template.
Every business runs on six multipliers:
Profit = Prospects × Lead Conversion × Client Conversion × Average Spend × Transaction Frequency × Margin
The Multiplication Effect:
- 10% improvement in each = 77% more profit
- 20% improvement in each = 299% more profit
BOS-AI optimizes all six multipliers systematically.
Learn more: Business Chassis Explained
| Command | What It Does |
|---|---|
/coord optimize |
Find your biggest business opportunity |
/coord foundation-quick-start |
Build strategic foundation (3-4 hours) |
/coord marketing-system-setup |
Create complete marketing framework |
/coord sales-system-setup |
Create complete sales framework |
/meeting @agent "topic" |
Consult with specific specialist |
/report |
Generate progress report |
/dailyreport |
Turn progress.md into a daily report plus voice-aligned blog and social posts |
/blog <topic> |
Draft a voice-aligned blog post plus Twitter/X and LinkedIn versions on any topic |
/dailyreport and /blog are Claude-native — no API keys, no per-report cost. Both
commands share a single voice guide at .claude/data/voice-guide-default.md. Drop a
voice-guide.md in your project root to override with your own voice, or set
DAILYREPORT_VOICE_GUIDE to point anywhere.
Build a complete business operating system in 13-17 hours:
| System | Time | What You Get | Command |
|---|---|---|---|
| Marketing | 4-5 hours | Bible, Plan, Calendar | /coord marketing-system-setup |
| Sales | 3-4 hours | Bible, Plan | /coord sales-system-setup |
| Customer Service | 3-4 hours | Bible, Plan | /coord customer-service-system-setup |
| Finance | 3-4 hours | Bible, Plan | /coord finance-system-setup |
Each system multiplies specific Business Chassis components for exponential growth.
BOS-AI includes 30 business intelligence agents organized by function:
| Category | Agents | Focus |
|---|---|---|
| Coordination | 3 | Business orchestration, optimization |
| Discovery | 3 | Market research, opportunity validation |
| Creation | 3 | Solution design, value optimization |
| Delivery | 3 | Customer success, quality assurance |
| Growth | 3 | Scaling, market expansion, revenue |
| Marketing | 3 | Brand, campaigns, content |
| Sales | 3 | Pipeline, conversion, revenue ops |
| Customer Service | 3 | Support, satisfaction, retention |
| Finance | 3 | Budget, performance, investment |
| Legal | 3 | Compliance, risk, contracts |
Full catalog: Agent Directory
┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ STAGE 1 │ │ STAGE 2 │ │ STAGE 3 │ │ STAGE 4 │
│ Foundation │───▶│ Creation │───▶│ Delivery │───▶│ Growth │
│ │ │ │ │ │ │ │
│ • Vision │ │ • Solution │ │ • Marketing │ │ • Scale │
│ • Research │ │ • Design │ │ • Sales │ │ • Expand │
│ • Strategy │ │ • Build │ │ • Service │ │ • Optimize │
└──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘
│ │
└────────────────── CONTINUOUS IMPROVEMENT ─────────────────┘
Learn more: BOS-AI Lifecycle
| BOS-AI | AGENT-11 |
|---|---|
| Business operations | Software development |
| 30 business agents | 11 technical agents |
| Creates PRDs and strategy | Writes code and deploys |
| Defines WHAT to build | Implements HOW to build |
They work together but are separate projects.
When you need software built:
- Create PRD in BOS-AI
- Hand off to AGENT-11 project
- Return to BOS-AI for operations
One command — downloads and runs the installer:
curl -fsSL https://raw.githubusercontent.com/TheWayWithin/BOS-AI/main/deployment/scripts/install.sh | bash -s fullYou'll see progress output as it installs. When it finishes, all 30 agents are ready.
If you want to review the install script before executing it, do this in three steps:
# 1. Download the script (this command prints nothing — that's normal)
curl -fsSL https://raw.githubusercontent.com/TheWayWithin/BOS-AI/main/deployment/scripts/install.sh -o /tmp/bos-ai-install.sh
# 2. Review it (press q to exit the viewer)
less /tmp/bos-ai-install.sh
# 3. Run it
bash /tmp/bos-ai-install.sh fullLock the install to a tagged release:
BOS_AI_VERSION=v1.0.0 curl -fsSL https://raw.githubusercontent.com/TheWayWithin/BOS-AI/main/deployment/scripts/install.sh | bash -s fullSet BOS_AI_VERSION to any git tag (e.g. v1.0.0) to install that exact release.
curl -fsSL https://raw.githubusercontent.com/TheWayWithin/BOS-AI/main/deployment/scripts/install-with-mcp.sh | bash -s fullAdds direct API connections for 40-60% faster operations. Requires API key configuration.
Troubleshooting: Installation Issues
Report vulnerabilities privately via GitHub Security Advisories.
- No API keys or secrets in the repo — all credentials load from
.env.mcp(gitignored) - Install scripts use
set -euo pipefail, validate paths, and refuse system directories .env.mcpparsed as key=value pairs, neversourced as shell code- Pin installs to a tagged release with
BOS_AI_VERSION=v1.0.0 - Recommended install pattern downloads the script for inspection before running
- Business Operations Guide - For business operators
- Product Developer Guide - For product builders
- Your First Mission - Guided walkthrough
- Business Chassis - The multiplication framework
- BOS-AI Lifecycle - The four stages
- Philosophy - Design principles
- Quick Reference Card - Command cheat sheet
- Directory Structure - Project organization
- Agent Directory - All 30 agents
- Mission Catalog - All available missions
- Operations Library - Complete frameworks
- Foundation Workflows - Setup guides
- PRD Template - Enhanced machine-parsable template (v3.1)
- PRD Creation SOP - Creation process with Auto/Engaged modes
- Design Playbook Template - Technical preferences
- Migration Guide - Upgrade from legacy PRDs
- Installation Issues - Setup problems
- FAQ - Common questions
Starting a new business:
/coord foundation-quick-start # 3-4 hours
/coord marketing-system-setup # 4-5 hours
/coord sales-system-setup # 3-4 hoursOptimizing existing business:
/coord optimize # 15 minutes - find opportunity
/meeting @agent "specific topic" # Deep dive with specialistBuilding a product:
/coord solution-design "idea" # Create PRD
# Then hand off to AGENT-11 project for developmentProfit = Prospects × Lead Conversion × Client Conversion × Average Spend × Transaction Frequency × Margin
10% improvement in each = 77% more profit
| Command | Purpose |
|---|---|
/coord optimize |
Find biggest opportunity |
/coord daily |
Daily business review |
/coord weekly |
Weekly performance analysis |
/meeting @agent "topic" |
Specialist consultation |
/report |
Progress report |
/pmd "issue" |
Root cause analysis |
- Quick diagnostic:
/pmd "describe your issue" - Installation problems: Troubleshooting Guide
- Common questions: FAQ
- Full documentation: CLAUDE.md
| Milestone | Time | What You Achieve |
|---|---|---|
First /coord optimize |
15 min | Identify biggest opportunity |
| Foundation documents | 3-4 hours | Strategic clarity |
| One operations system | 3-5 hours | Execution framework |
| All four systems | 13-17 hours | Complete business OS |
| 90 days | Ongoing | 77%+ profit potential |
Ready to transform your business?
/coord optimize