Skip to content
claude-ops bot edited this page Apr 14, 2026 · 78 revisions

claude-ops

Business Operating System for Claude Code

Version License: MIT Claude Code Plugin Skills Agents Integrations Model

One command. Sixty seconds. Your entire business, at a glance.


Quick install

/plugin marketplace add Lifecycle-Innovations-Limited/claude-ops
/plugin install ops@lifecycle-innovations-limited-claude-ops
/ops:setup

Tip

The setup wizard installs the background daemon early (Step 2c) so it pre-warms your briefing cache while you finish the rest of configuration. By the time you run /ops:go for the first time, it loads instantly.


What is claude-ops?

flowchart LR
    A["/ops"] --> B[Interactive<br/>Dashboard]
    B --> C[Morning Briefing<br/>/ops:go]
    B --> D[Unified Inbox<br/>/ops:inbox]
    B --> E[Fire Check<br/>/ops:fires]
    B --> F[PR Pipeline<br/>/ops:merge]
    B --> G[C-Suite<br/>/ops:yolo]
    B --> H[E-commerce<br/>/ops:ecom]
    B --> I[Marketing<br/>/ops:marketing]
    B --> J[Voice<br/>/ops:voice]

    classDef primary fill:#6366f1,stroke:#4338ca,color:#fff
    classDef secondary fill:#8b5cf6,stroke:#6d28d9,color:#fff
    class A,B primary
    class C,D,E,F,G,H,I,J secondary
Loading

Turns Claude Code into a complete business operating system: infrastructure health, CI/CD status, unified inbox, open PRs, sprint state, revenue snapshot, Shopify commerce, marketing analytics, voice channels, and autonomous agents that act on your behalf.


What's new in v0.8.0

Note

Released 2026-04-13 — see the full Changelog.

Feature Summary
CLAUDE.md plugin rules Five non-negotiable rules enforced across every skill (public-repo hygiene, AskUserQuestion <=4, never delegate commands, never auto-skip integrations, destructive actions require per-action confirmation). See Plugin Rules.
Shopify Admin app template Full Remix template with all admin scopes, bundled in templates/shopify-admin-app/.
ops-shopify-create Non-interactive Shopify app scaffolding — device-code OAuth via expect, Partners API org lookup, automatic client-ID injection.
Early daemon install Setup wizard installs the daemon at Step 2c so it pre-warms the briefing cache while the remaining steps run. /ops:go loads in <3s instead of 10s.
All subagents on Sonnet 4.6 comms-scanner, infra-monitor, project-scanner, revenue-tracker, triage-agent all upgraded from Sonnet 4.5.
Agent Teams adoption /ops:fires, /ops:inbox, /ops:merge, /ops:orchestrate, /ops:triage, /ops:yolo all use the new TeamCreate + SendMessage primitives for parallel agent coordination.
AskUserQuestion <=4 compliance All 22 skills audited; larger menus batch with [More options...] bridges.
Exhaustive auto-scan + deep hunt Setup wizard probes env, Doppler, 1Password, keychain, browser sessions, Chrome history, dotfiles before ever asking the user to paste a credential.

Previous highlights:

  • v0.6.0/ops:ecom (Shopify), /ops:marketing (Klaviyo/Meta/GA4/GSC), /ops:voice (Bland AI/ElevenLabs/Whisper), daemon cron jobs, universal credential auto-scan.
  • v0.5.0ops-daemon, ops-memories, Doppler + password manager integration, deep-context inbox, PreToolUse hooks, runtime context in every skill.
  • v0.4.0/ops:dash interactive pixel-art dashboard, /ops:speedup cross-platform system optimizer.

The 22 commands

🧭 Navigation 📊 Daily 🛠️ Project 💰 Business
/ops /ops:go /ops:projects /ops:revenue
/ops:dash /ops:next /ops:linear /ops:ecom
/ops:setup /ops:inbox /ops:triage /ops:marketing
/ops:uninstall /ops:comms /ops:fires /ops:voice
/ops:merge /ops:deploy
🤖 Automation 🧰 Maintenance
/ops:orchestrate — Multi-project work engine /ops:speedup — System optimizer
/ops:yolo — 4 parallel C-suite agents /ops:doctor — Plugin auto-repair

See Skills Reference for every skill's arguments and examples.


The 12 agents

Agent Model Purpose
comms-scanner Sonnet 4.6 Inbox classifier — NEEDS_REPLY / WAITING / HANDLED
infra-monitor Sonnet 4.6 ECS, Vercel, AWS health scanner
project-scanner Sonnet 4.6 Git, PR, CI scanner across every registered repo
revenue-tracker Sonnet 4.6 AWS cost, credits, runway calculator
triage-agent Sonnet 4.6 Isolated-worktree fix agent — root cause + PR
daemon-agent Sonnet 4.6 Daemon lifecycle (start / stop / restart / health)
doctor-agent Sonnet 4.6 Plugin config auto-repair
memory-extractor Haiku 4.5 Contact-profile + context extraction (every 30 min)
yolo-ceo Opus 4.6 Strategic perspective — growth blockers, allocation, build vs. buy
yolo-cto Opus 4.6 Tech debt, production risks, scalability limits
yolo-cfo Opus 4.6 Burn rate, waste, runway, ROI
yolo-coo Opus 4.6 Execution gaps, stale work, broken processes

See Agents Reference for tool access, maxTurns, memory scope, and spawn triggers.


Wiki Pages


Requirements

Important

Claude Code 1.0+ is the only hard requirement.

Everything else (gh, aws, doppler, sentry-cli, expect, node) is installed automatically by /ops:setup. The wizard auto-detects your OS (macOS / Linux / WSL) and package manager (Homebrew / apt).

Links

Clone this wiki locally