-
Notifications
You must be signed in to change notification settings - Fork 21
Home
Business Operating System for Claude Code
One command. Sixty seconds. Your entire business, at a glance.
/plugin marketplace add Lifecycle-Innovations-Limited/claude-ops
/plugin install ops@lifecycle-innovations-limited-claude-ops
/ops:setupTip
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.
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
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.
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.0 —
ops-daemon,ops-memories, Doppler + password manager integration, deep-context inbox, PreToolUse hooks, runtime context in every skill. -
v0.4.0 —
/ops:dashinteractive pixel-art dashboard,/ops:speedupcross-platform system optimizer.
| 🧭 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.
| 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.
| 📘 Getting started | 📖 Reference | 💡 Usage | 🔬 Internals |
|---|---|---|---|
| Getting Started | Skills Reference | Use Cases | Architecture |
| Integrations | Agents Reference | Troubleshooting | Changelog |
| Plugin Rules | Daemon Guide | ||
| Memories System |
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).