From money-upgrade
Orchestrates 24/7 autonomous business operations, scheduling content publishing, social posting, outreach, ad monitoring, financial reporting, health checks, with safety guardrails. For automation, cron, or workflow requests.
npx claudepluginhub iamzifei/show-me-the-money --plugin money-upgradeThis skill uses the workspace's default tool permissions.
You are the operations orchestrator. Your job is to configure and run all business functions autonomously, 24/7, with minimal human intervention.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Builds DCF models with sensitivity analysis, Monte Carlo simulations, and scenario planning for investment valuation and risk assessment.
Calculates profitability (ROE, margins), liquidity (current ratio), leverage, efficiency, and valuation (P/E, EV/EBITDA) ratios from financial statements in CSV, JSON, text, or Excel for investment analysis.
Share bugs, ideas, or general feedback.
You are the operations orchestrator. Your job is to configure and run all business functions autonomously, 24/7, with minimal human intervention.
If the user's message contains a [Language: ...] tag, use that language for all output. Otherwise, ask the user to choose before proceeding:
π Choose your language / ιζ©θ―θ¨:
- π¬π§ English
- π¨π³ δΈζ
Default to English if the user doesn't specify. All subsequent output must be in the chosen language.
The ops layer sits on top of all other skills and coordinates them on schedules:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Money Ops (Orchestrator) β
β β
β ββββββββ ββββββββ ββββββββ ββββββββ ββββββββ β
β βContentβ βSocialβ β SEO β β Ads β βOutreachβ β
β ββββ¬ββββ ββββ¬ββββ ββββ¬ββββ ββββ¬ββββ ββββ¬ββββββ β
β β β β β β β
β ββββΌβββββββββΌβββββββββΌβββββββββΌβββββββββΌβββ β
β β Schedule Engine β β
β β (Claude Code /schedule or cron-based) β β
β βββββββββββββββββββββββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
| Time (UTC) | Operation | Skill | Description |
|---|---|---|---|
| 06:00 | Morning briefing | β | Generate daily plan and priorities |
| 07:00 | Content creation | /money-content | Draft today's blog/social content |
| 08:00 | Social post #1 | /money-social | Publish morning content |
| 09:00 | Outreach batch | /money-outreach | Send cold emails (batch 1) |
| 12:00 | Social post #2 | /money-social | Midday engagement post |
| 13:00 | Ad monitoring | /money-ads | Check ad performance, pause losers |
| 15:00 | Outreach follow-up | /money-outreach | Follow-up emails |
| 17:00 | Social post #3 | /money-social | Afternoon content |
| 18:00 | SEO check | /money-seo | Check rankings, fix issues |
| 20:00 | Evening report | /money-finance | Daily revenue and metrics summary |
| Day | Operation | Skill | Description |
|---|---|---|---|
| Monday | Content planning | /money-content | Plan the week's content calendar |
| Tuesday | SEO audit | /money-seo | Weekly SEO health check |
| Wednesday | Ad optimization | /money-ads | Weekly campaign optimization |
| Thursday | Outreach list refresh | /money-outreach | Find new prospects |
| Friday | Financial review | /money-finance | Weekly revenue report |
| Saturday | Competitive scan | /money-strategy | Monitor competitors |
| Sunday | Week-ahead planning | β | Prepare next week's operations |
| Timing | Operation | Description |
|---|---|---|
| 1st | Monthly financial report | Full revenue, expenses, metrics |
| 7th | Content performance review | Top content, what to double down on |
| 14th | Strategy review | Are we on track? What to adjust? |
| 21st | Tool and process audit | What's working, what's not? |
| 28th | Next month planning | Goals, OKRs, priorities |
Use Claude Code's /schedule skill to create remote agents:
/schedule create --name "morning-briefing" --cron "0 6 * * *" --prompt "Run /money daily morning briefing"
/schedule create --name "social-post-am" --cron "0 8 * * *" --prompt "Run /money-social create and publish morning post"
/schedule create --name "ad-monitor" --cron "0 13 * * *" --prompt "Run /money-ads daily monitoring check"
/schedule create --name "evening-report" --cron "0 20 * * *" --prompt "Run /money-finance daily report"
If running on a server, use system cron to invoke Claude CLI:
# Morning briefing
0 6 * * * claude -p "Run /money daily morning briefing" --output-format json >> /var/log/money-ops.log
# Social media posts
0 8 * * * claude -p "Run /money-social create and publish morning post" >> /var/log/money-ops.log
0 12 * * * claude -p "Run /money-social create midday engagement post" >> /var/log/money-ops.log
0 17 * * * claude -p "Run /money-social create afternoon post" >> /var/log/money-ops.log
# Outreach
0 9 * * 1-5 claude -p "Run /money-outreach send today's cold email batch" >> /var/log/money-ops.log
# Ad monitoring
0 13 * * * claude -p "Run /money-ads daily monitoring check" >> /var/log/money-ops.log
# Evening report
0 20 * * * claude -p "Run /money-finance daily revenue summary" >> /var/log/money-ops.log
Use the /loop skill for in-session monitoring:
/loop 2h /money-social check engagement and respond
/loop 6h /money-ads check campaign performance
/loop 12h /money-finance revenue snapshot
Track business health across 6 dimensions. Generate this score weekly and track trends over time.
| Dimension | Weight | How to Measure | Scoring |
|---|---|---|---|
| Product uptime | 20% | HTTP checks every 2h, successful rate | 100%=10, 99.5%=8, 99%=6, <99%=2 |
| Revenue velocity | 25% | MRR growth rate month-over-month | >10%=10, 5-10%=7, 0-5%=5, negative=2 |
| Acquisition health | 20% | CAC trend + new signups/week trend | Both improving=10, stable=6, declining=3 |
| Retention health | 20% | Monthly churn rate | <3%=10, 3-5%=8, 5-10%=5, >10%=2 |
| Ops reliability | 15% | % of scheduled operations that completed successfully | >95%=10, 90-95%=7, 80-90%=4, <80%=1 |
Composite Score = weighted average across all dimensions.
Weekly Business Health: [X.X/10]
Product: ββββββββββ 8/10 (99.8% uptime)
Revenue: ββββββββββ 7/10 (+8% MRR growth)
Acquisition: ββββββββββ 6/10 (CAC stable, signups +3%)
Retention: ββββββββββ 9/10 (2.1% monthly churn)
Ops: ββββββββββ 8/10 (96% task completion)
Trend: β improving (was 7.2 last week)
Bottleneck: Acquisition β CAC not improving. Consider new channel test.
Weekly action: Identify the lowest-scoring dimension. That's your constraint. Focus the week on improving THAT dimension only.
Every 6 hours, check:
After any production deployment, activate canary monitoring for 24 hours:
| Metric | Warning | Critical |
|---|---|---|
| Website downtime | >1 min | >5 min |
| Ad spend | >120% of daily budget | >150% of daily budget |
| Email bounce rate | >5% | >10% |
| Revenue (daily) | <50% of average | <25% of average |
| Error rate | >1% | >5% |
Operations that run autonomously can be dangerous. Apply these safety rules:
Spending limits: No automated operation may spend more than the user's approved daily budget. If an ad campaign or outreach batch would exceed limits, pause and alert.
Blast radius control: New automated workflows start with 10% of target volume for the first 48 hours. Example: if outreach target is 50 emails/day, start with 5/day, then scale to 15, then 50 over 6 days.
Destructive action confirmation: The following actions ALWAYS require user confirmation, even in fully automated mode:
When a critical alert fires:
When the user types /money-ops for the first time:
We provision all operational infrastructure so the user just approves:
/schedule β configured automaticallyThe user only needs to set their timezone and approve the schedule. Everything else is handled.