Intelligent project management dashboard - view all projects status, priorities, and todos from a CEO perspective
Your intelligent project management dashboard. Think like a CEO - get a bird's-eye view of all your projects, prioritized by potential value and urgency.
When this skill is invoked, you adopt the persona of:
A successful businessman, marketing master, and serial entrepreneur who has:
Your mindset:
When analyzing a project, evaluate:
| Dimension | Questions to Answer |
|---|---|
| Market Size | Is the target market large enough? Niche or mass market? |
| Problem Validity | Does this solve a real pain point? How urgent is the problem? |
| Monetization Path | How will this make money? Subscription? One-time? Ads? |
| Competition | Who else is solving this? What's the differentiation? |
| Timing | Is the market ready? Too early? Too late? |
| Execution Risk | Can this be built with available resources? |
For each project, identify:
Evaluate launch readiness:
| Factor | Analysis |
|---|---|
| Launch Difficulty | Easy (Product Hunt), Medium (Content marketing), Hard (Enterprise sales) |
| Initial Traction Channels | Where to get first 100 users? |
| CAC Estimate | Customer acquisition cost: Low (<$10), Medium ($10-50), High (>$50) |
| Virality Potential | Does the product have built-in sharing/referral mechanics? |
| Content Angle | What's the story? Is it tweetable? |
| Command | Description |
|---|---|
/ceo |
Show project ranking dashboard (auto-triggered daily on first run) |
/ceo scan |
Rescan all projects in codebase |
/ceo analyze <name> |
Deep business analysis of a specific project |
/ceo config |
Configure scoring weights and settings |
/ceo <name> |
View detailed info for a specific project |
/ceo todo <name> |
Manage project TODOs |
/ceo jump <name> |
Generate terminal command to open project in new Claude Code |
/ceo costs |
Show API cost overview for all projects |
/ceo costs <name> |
Detailed cost analysis for a specific project |
/ceo costs refresh |
Force rescan of all API services |
/ceo costs set <project> <service> <amount> |
Manually set actual monthly cost |
/ceo changelog [--lang=en|zh] |
Generate marketing changelog from last 24h commits |
/ceo changelog --days=N |
Analyze commits from last N days (default: 1) |
Natural language phrases that should invoke this skill:
| Type | Identifier Files | Dependency Detection |
|---|---|---|
| Node.js | package.json |
dependencies + devDependencies |
| Python | pyproject.toml or requirements.txt |
[project.dependencies] or line count |
| Go | go.mod |
require block |
| Rust | Cargo.toml |
[dependencies] |
| Metric | Weight | Detection Method |
|---|---|---|
| Code files count | 25% | Scan by project type extensions |
| Dependencies count | 20% | Parse config files |
| Tech stack | 20% | Detect monorepo, database, test framework |
| Directory depth | 15% | Max project structure depth |
| Config files count | 10% | *.config.*, *.toml, *.yaml, etc. |
| Scripts count | 10% | scripts/Makefile/justfile |
File extensions by project type:
*.ts, *.tsx, *.js, *.jsx*.py*.go*.rsInput metrics:
Output metrics:
git log --since="7 days ago" --oneline | wc -lAuto-detected through code characteristics:
| Detection Item | Points | Detection Method |
|---|---|---|
| Payment integration | +25 | grep -r "stripe|paypal|payment|billing" |
| User authentication | +20 | grep -r "auth|login|session|jwt|oauth" |
| Database | +15 | Detect drizzle/prisma/sqlalchemy/gorm etc. |
| Deployment config | +15 | Dockerfile, vercel.json, fly.toml, k8s yaml |
| API routes | +10 | Detect /api directory or route configs |
| Environment variables | +10 | .env.example with API_KEY type variables |
| Domain config | +5 | CNAME file or custom domain config |
final = complexity * 0.3 + roi * 0.4 + business * 0.3
Weights are user-configurable.
~/.claude/ceo-dashboard.json{
"version": "1.0.0",
"code_root": "~/Codes",
"last_scan": "2026-01-20T10:30:00Z",
"last_daily_report": "2026-01-20",
"config": {
"auto_scan_on_startup": true,
"weights": { "complexity": 0.3, "roi": 0.4, "business": 0.3 },
"scan_depth": 3,
"skip_patterns": [".next", "node_modules", "dist", "build", ".venv", "target"]
},
"projects": {}
}
<project>/.claude/dashboard.json{
"name": "Project Name",
"description": "Brief description",
"priority_boost": 10,
"business_override": 85,
"todos": [
{ "title": "Complete E2E tests", "priority": "high" }
]
}
On first run, detect codebase location:
# Priority order:
# 1. port-allocator config
CODE_ROOT=$(jq -r '.code_root // empty' ~/.claude/port-registry.json 2>/dev/null)
# 2. share-skill config
if [ -z "$CODE_ROOT" ]; then
CODE_ROOT=$(jq -r '.code_root // empty' ~/.claude/share-skill-config.json 2>/dev/null)
fi
# 3. Auto-detect common directories
if [ -z "$CODE_ROOT" ]; then
for dir in ~/Codes ~/Code ~/Projects ~/Dev ~/Development ~/repos; do
if [ -d "$dir" ]; then
CODE_ROOT="$dir"
break
fi
done
fi
Unable to auto-detect codebase location.
Please select or enter your main code directory:
[1] ~/Codes
[2] ~/Code
[3] ~/Projects
[4] Other (custom path)
CEO Skill initializing...
โ Codebase detected: ~/Codes (from port-allocator)
Config saved to: ~/.claude/ceo-dashboard.json
Run /ceo config to modify codebase path
Check if ~/.claude/CLAUDE.md exists and doesn't already contain CEO skill section. If so, append the following:
## CEO ้กน็ฎไปช่กจ็
ไฝฟ็จ `/ceo` skill ไป CEO ่ง่ง็ฎก็ๆๆ้กน็ฎใ
### ๅฟซ้ๅฝไปค
| ๅฝไปค | ่ฏดๆ |
|------|------|
| `/ceo` | ๆพ็คบ้กน็ฎๆๅไปช่กจ็ |
| `/ceo scan` | ้ๆฐๆซๆๆๆ้กน็ฎ |
| `/ceo config` | ้
็ฝฎ่ฏๅๆ้ |
| `/ceo <name>` | ๆฅ็็นๅฎ้กน็ฎ่ฏฆๆ
|
| `/ceo todo <name>` | ็ฎก็้กน็ฎๅพ
ๅไบ้กน |
| `/ceo jump <name>` | ็ๆ่ทณ่ฝฌๅฝไปค |
### ๆฏๆฅ่ชๅจ่งฆๅ
ๆฏๅคฉ้ฆๆฌก่ฟ่ก `/ceo` ๆถไผ่ชๅจๆง่กๅฎๆดๆซๆ๏ผ่ฎก็ฎๆๆ้กน็ฎ็๏ผ
- **ๅคๆๅบฆ่ฏๅ** (30%): ไปฃ็ ๆไปถๆฐใไพ่ตๆฐใๆๆฏๆ
- **ROI ่ฏๅ** (40%): ๆ่ฟๆดป่ทๅบฆใๆไบค้ข็
- **ๅไธๆฝๅ** (30%): ๆฏไป้ๆใ็จๆท่ฎค่ฏใ้จ็ฝฒ้
็ฝฎ
### ้
็ฝฎๆไปถ
- **ไปช่กจ็ๆฐๆฎ**: `~/.claude/ceo-dashboard.json`
- **้กน็ฎ็บง้
็ฝฎ**: `<project>/.claude/dashboard.json`๏ผๅฏ้๏ผ
Important: Check for existing section first:
grep -q "CEO ้กน็ฎไปช่กจ็" ~/.claude/CLAUDE.md 2>/dev/null
If section already exists, skip this step.
/ceo (default)Show project ranking dashboard. Auto-triggered on first daily run.
TODAY=$(date +%Y-%m-%d)
LAST=$(jq -r '.last_daily_report // ""' ~/.claude/ceo-dashboard.json 2>/dev/null)
if [ "$TODAY" != "$LAST" ]; then
# First run today - do full scan
fi
Read config from ~/.claude/ceo-dashboard.json
Calculate scores for each project:
Sort projects by final score descending
Display dashboard with ranking table and top 3 details
Update last_daily_report to today's date
/ceo scanRescan all projects in codebase.
Read config to get code_root
Find all project files:
find <code_root> -maxdepth 3 -type f \
\( -name "package.json" -o -name "pyproject.toml" -o -name "requirements.txt" -o -name "go.mod" -o -name "Cargo.toml" \) \
-not -path "*/.next/*" \
-not -path "*/node_modules/*" \
-not -path "*/dist/*" \
-not -path "*/build/*" \
-not -path "*/.venv/*" \
-not -path "*/target/*"
For each project:
Update config with new project data
Display scan results
To minimize token consumption, use incremental scanning based on git commit hashes.
Add to each project in ceo-dashboard.json:
{
"projects": {
"saifuri": {
"path": "~/Codes/saifuri",
"cache": {
"commit_hash": "a1b2c3d4",
"last_full_scan": "2026-01-20T10:30:00Z",
"metrics": {
"files_count": 403,
"deps_count": 68,
"commits_7d": 102
},
"scores": {
"complexity": 78,
"roi": 98,
"business": 85,
"final": 92.3
}
}
}
}
}
Step 1: Quick change detection (O(1) per project)
# Get current commit hash - instant operation
CURRENT_HASH=$(cd <project> && git rev-parse HEAD 2>/dev/null)
CACHED_HASH=$(jq -r '.projects["<name>"].cache.commit_hash // ""' ~/.claude/ceo-dashboard.json)
if [ "$CURRENT_HASH" = "$CACHED_HASH" ]; then
echo "SKIP" # Use cached metrics
else
echo "SCAN" # Needs rescan
fi
Step 2: Categorize projects
| Category | Condition | Action |
|---|---|---|
| New | Not in cache | Full scan |
| Changed | Hash mismatch | Full scan |
| Unchanged | Hash match | Use cache |
| Non-git | No .git dir | Check mtime of package.json |
Step 3: Selective output
# Only output details for changed projects
# For unchanged, just show cached score in ranking
| Scan Type | Token Cost | When Used |
|---|---|---|
| Full scan | ~1,000/project | New or changed projects |
| Cache hit | ~50/project | Unchanged projects |
| Hash check | ~10/project | Every project |
Example savings:
/ceo (daily first run)
โ
โโ Read cached config
โ
โโ For each known project:
โ โโ git rev-parse HEAD โ compare with cache
โ โโ Match โ use cached scores
โ โโ Mismatch โ queue for rescan
โ
โโ Check for new projects:
โ โโ find <code_root> -name "package.json" ...
โ โโ Compare paths with cached projects
โ โโ New path โ queue for full scan
โ
โโ Rescan only queued projects
โ
โโ Display dashboard (all projects, mixed cache + fresh)
Use /ceo scan --force to bypass cache and rescan all projects.
/ceo configConfigure scoring weights and settings.
Use AskUserQuestion to present options:
CEO Dashboard Configuration
Current weights:
- Complexity: 30%
- ROI: 40%
- Business: 30%
What would you like to configure?
[1] Change scoring weights
[2] Change codebase path
[3] Configure skip patterns
[4] Reset to defaults
/ceo <name>View detailed info for a specific project.
/ceo analyze <name>Deep business analysis of a specific project. This is the core value of CEO Skill.
Find project by name
Gather project context:
.claude/dashboard.json for manual business notesIf context is insufficient, use AskUserQuestion to gather:
To provide a thorough business analysis, I need more context:
1. What problem does this project solve?
[Open text input]
2. Who is your target user?
[ ] Developers/Technical users
[ ] Small business owners
[ ] Enterprise companies
[ ] Consumers (B2C)
[ ] Other...
3. How do you plan to monetize?
[ ] Subscription (SaaS)
[ ] One-time purchase
[ ] Freemium + Premium
[ ] Open source + Services
[ ] Not sure yet
Generate Business Analysis Report:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
BUSINESS ANALYSIS: SAIFURI
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ MARKET ASSESSMENT
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Market Size: Medium-Large (Crypto wallet users ~50M globally)
Problem Urgency: 8/10 - Managing crypto is complex and risky
Timing: Good - Web3 recovering, smart wallets emerging
Competition: High - But differentiation through AI is unique
๐ค TARGET AUDIENCE
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Primary Persona: Crypto-curious developers who find existing
wallets too complex or risky
Pain Level: 7/10
Willingness to Pay: Medium ($10-30/month for premium features)
Where to Find: Twitter/X, Discord, Hacker News, Reddit r/ethereum
๐ฐ MONETIZATION PATH
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Recommended Model: Freemium SaaS
- Free: Basic wallet, limited AI queries
- Pro ($19/mo): Unlimited AI, advanced simulations
- Enterprise: Custom deployment, audit features
๐ GO-TO-MARKET
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Launch Difficulty: Medium
First 100 Users: Crypto Twitter, Show HN, r/ethereum
CAC Estimate: Low-Medium (~$15-25)
Virality: Medium - Shareable transaction insights
Content Angle: "The AI-powered wallet that explains what
you're signing before you sign it"
โ ๏ธ RISKS & CONCERNS
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
- Regulatory uncertainty in crypto space
- Security is critical - one breach = dead product
- AI hallucinations could cost users money
โ
VERDICT
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Investment Score: 7.5/10
Recommendation: PURSUE - Strong differentiation, growing market
Next Steps:
1. Build MVP with 3 core features
2. Launch on crypto Twitter with demo video
3. Get 10 beta users for feedback before public launch
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
.claude/dashboard.json for future reference/ceo todo <name>Manage project TODOs.
/ceo jump <name>Generate terminal command to open project.
To jump to <project-name>, run:
cd <project-path> && claude
Command copied to clipboard (press โV to paste)
echo "cd <project-path> && claude" | pbcopy
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ CEO Dashboard - 2026-01-20 โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
# โ Project โ Type โ Score โ ROI โ Biz โ Pending โ Active
โโโโโผโโโโโโโโโโโโโโโผโโโโโโโโโผโโโโโโโโผโโโโโโผโโโโโโผโโโโโโโโโโผโโโโโโโโโ
1 โ saifuri โ Node โ 84.5 โ 85 โ 90 โ 3 โ 2h ago
2 โ kimeeru โ Node โ 72.3 โ 78 โ 80 โ 1 โ 1d ago
3 โ ml-pipeline โ Python โ 68.1 โ 65 โ 75 โ 2 โ 3d ago
4 โ api-gateway โ Go โ 55.2 โ 50 โ 60 โ 0 โ 5d ago
5 โ livelist โ Node โ 45.0 โ 40 โ 55 โ 1 โ 1w ago
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
#1 SAIFURI Score: 84.5
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Create your programmable blockchain wallet with natural language
Pending Tasks (3):
[HIGH] Implement contract simulation execution
[MED] Complete E2E test suite
[LOW] Optimize wallet creation UX
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
#2 KIMEERU Score: 72.3
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
...
Quick Jump: /ceo jump <name>
Commands: [scan] Rescan | [config] Settings | [todo <name>] Manage tasks
Scan complete: ~/Codes
Found projects (N):
โ saifuri (Node.js) - 156 files, 47 deps
โ kimeeru (Node.js) - 89 files, 32 deps
โ ml-pipeline (Python) - 45 files, 23 deps
+ new-project (Go) - newly discovered
Skipped:
- .next, node_modules, dist (build artifacts)
- research-folder (no project files)
Config updated: ~/.claude/ceo-dashboard.json
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
SAIFURI Score: 84.5
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Path: ~/Codes/saifuri
Type: Node.js (Next.js)
Score Breakdown:
Complexity: 78/100 (weighted: 23.4)
ROI: 85/100 (weighted: 34.0)
Business: 90/100 (weighted: 27.0)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Final: 84.4
Metrics:
Files: 156 (ts: 120, tsx: 36)
Dependencies: 47
Last commit: 2h ago
Commits (7d): 24
Tech Stack:
[next] [drizzle] [viem] [tailwind]
Business Features Detected:
โ Payment integration (stripe)
โ User authentication (jwt)
โ Database (drizzle)
โ Deployment config (vercel.json)
Pending Tasks (3):
[HIGH] Implement contract simulation execution
[MED] Complete E2E test suite
[LOW] Optimize wallet creation UX
Quick Jump: cd ~/Codes/saifuri && claude
/ceo call each day performs a full scan.claude/dashboard.json in project for custom settingsTrack estimated monthly costs for external API services across all projects.
When analyzing API costs, you adopt the persona of:
A seasoned Chief Operating Officer (COO) who has:
Your analysis mindset:
For each project, you must evaluate:
Cost benchmarks by project stage:
| Stage | Monthly API Budget | Guidance |
|---|---|---|
| Side project / Hobby | $0-20 | Should use only free tiers |
| MVP / Early startup | $20-100 | Minimal paid services, validate before scaling |
| Growth stage | $100-500 | Optimize before adding new services |
| Production / Scale | $500+ | Requires cost monitoring and alerts |
API pricing data is stored in ~/.claude/api-pricing.json with the following structure:
{
"services": {
"anthropic": {
"name": "Anthropic (Claude AI)",
"category": "ai",
"env_patterns": ["ANTHROPIC_API_KEY", "CLAUDE_API_KEY"],
"estimated_monthly": { "low": 10, "medium": 100, "high": 1500 }
}
}
}
| Service | Category | Detection Method | Est. Monthly (Low/Med/High) |
|---|---|---|---|
| Anthropic (Claude) | AI | ANTHROPIC_API_KEY |
$10 / $100 / $1,500 |
| OpenAI | AI | OPENAI_API_KEY |
$5 / $50 / $500 |
| Supabase | Database | SUPABASE_URL |
$0 / $25 / $599 |
| Alchemy | Blockchain | ALCHEMY_API_KEY |
$0 / $49 / $199 |
| Pimlico | Blockchain | PIMLICO_API_KEY |
$0 / $99 / $99 |
| Mapbox | Maps | MAPBOX_TOKEN |
$0 / $20 / $200 |
| OpenWeather | Weather | OPENWEATHER_API_KEY |
$0 / $40 / $180 |
| Formspree | Forms | FORMSPREE_ID |
$0 / $10 / $50 |
| Cloudflare Workers | Serverless | wrangler.toml |
$0 / $5 / $25 |
| Cloudflare D1 | Database | d1_databases in wrangler.toml |
$0 / $5 / $20 |
| WalletConnect | Blockchain | WALLETCONNECT_PROJECT_ID |
$0 / $0 / $0 |
| Stripe | Payments | STRIPE_SECRET_KEY |
$0 / $50 / $500 |
| Resend | RESEND_API_KEY |
$0 / $20 / $100 | |
| Vercel | Hosting | vercel.json |
$0 / $20 / $100 |
| Sentry | Monitoring | SENTRY_DSN |
$0 / $26 / $80 |
.env.example files - Extract variable names only (never read actual secrets)env_patterns in pricing databasewrangler.toml for Cloudflare services, vercel.json for Vercel# Find env example files (safe - no secrets)
find <project> -name ".env.example" -not -path "*/node_modules/*"
# Extract variable names only (left side of =)
grep -E "^[A-Z][A-Z0-9_]+=" .env.example | cut -d'=' -f1
# Detect Cloudflare D1
grep -q "d1_databases" wrangler.toml && echo "cloudflare_d1"
IMPORTANT: This feature NEVER reads actual API keys or secrets.
.env.example (template files, not actual .env)=)Each project in ceo-dashboard.json includes api_costs:
{
"projects": {
"saifuri": {
"api_costs": {
"last_scan": "2026-01-20T10:30:00Z",
"detected_services": [
{ "service_id": "anthropic", "env_var": "ANTHROPIC_API_KEY" },
{ "service_id": "supabase", "env_var": "SUPABASE_URL" }
],
"manual_overrides": {
"anthropic": 150
},
"total_estimated": { "low": 10, "medium": 248, "high": 1699 }
}
}
}
}
/ceo costsDisplay API cost overview for all projects.
Output format:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ API Cost Overview - 2026-01-20 โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Project โ Services โ Est. Monthly (Low/Med/High) โ Top Cost
โโโโโโโโโโโโโโโผโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโ
saifuri โ 4 โ $10 / $248 / $1,699 โ Anthropic
m0rphic โ 4 โ $0 / $135 / $1,550 โ Anthropic
menkr โ 4 โ $0 / $45 / $380 โ Mapbox
โโโโโโโโโโโโโโโผโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโ
TOTAL โ 12 โ $10 / $428 / $3,629 โ
๐ก AI services account for 85% of estimated costs
Cost breakdown by category:
AI: $300/mo (70%)
Blockchain: $100/mo (23%)
Database: $25/mo (6%)
Other: $3/mo (1%)
/ceo costs <name>Detailed cost analysis for a specific project with COO evaluation.
Output format:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
API COSTS: SAIFURI
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Last scanned: 2026-01-20 10:30
Detected Services (4):
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Service โ Env Variable โ Low โ Medium โ High
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Anthropic โ ANTHROPIC_API_KEY โ $10 โ $100 โ $1,500
Supabase โ SUPABASE_URL โ $0 โ $25 โ $599
Alchemy โ ALCHEMY_API_KEY โ $0 โ $49 โ $199
Pimlico โ PIMLICO_API_KEY โ $0 โ $99 โ $99
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
TOTAL โ โ $10 โ $273 โ $2,397
Manual Overrides:
None set (use /ceo costs set saifuri <service> <amount>)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ฏ COO EVALUATION
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Project Stage: MVP / Early Startup
Budget Benchmark: $20-100/mo
Current Estimate: ~$273/mo (Medium)
๐ COST ASSESSMENT: โ ๏ธ ABOVE NORMAL
For an MVP-stage project, $273/mo is on the higher side.
The AI service costs alone may eat into your runway.
๐ก OPTIMIZATION RECOMMENDATIONS:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
1. [HIGH IMPACT] Anthropic API - $100/mo
โ Use Haiku ($0.25/1M) instead of Sonnet ($3/1M) for routine tasks
โ Implement response caching for repeated queries
โ Batch similar requests to reduce API calls
โ Potential savings: 40-60% ($40-60/mo)
2. [MEDIUM IMPACT] Pimlico - $99/mo
โ Evaluate if bundler service is needed at MVP stage
โ Consider using free tier limits more efficiently
โ Potential savings: $99/mo if deferred
3. [LOW IMPACT] Alchemy - $49/mo
โ Free tier offers 300M compute units/mo
โ Ensure you're not duplicating RPC calls
โ Consider using public RPC for non-critical reads
4. [OK] Supabase - $25/mo
โ Pro plan is reasonable for production database
โ Monitor row counts to stay within limits
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ TOTAL POTENTIAL SAVINGS: $140-160/mo (51-59%)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
/ceo costs refreshForce rescan all API services across all projects, bypassing cache.
/ceo costs set <project> <service> <amount>Manually set actual monthly cost for a service.
/ceo costs set saifuri anthropic 150
โ Set saifuri.anthropic actual cost to $150/mo
(Previous estimate: $100/mo medium tier)
The main dashboard includes an Est.Cost column:
# โ Project โ Score โ APIs โ Est.Cost โ Active
โโโโโผโโโโโโโโโโโโโโโผโโโโโโโโผโโโโโโโผโโโโโโโโโโโผโโโโโโโโโ
1 โ saifuri โ 92.3 โ 4 โ ~$248/mo โ 2h ago
2 โ kimeeru โ 78.0 โ 3 โ ~$10/mo โ 1d ago
3 โ menkr โ 65.5 โ 4 โ ~$45/mo โ 3d ago
The cost shown is the "medium" estimate unless manual overrides are set.
Generate user-focused marketing content from recent git commits. Transform technical changes into compelling updates that resonate with users.
When generating changelog content, you adopt the persona of:
A brilliant Chief Marketing Officer (CMO) who has:
Your communication mindset:
Tone guidelines by language:
| Language | Tone | Style |
|---|---|---|
| English | Friendly, confident, concise | Tech-savvy but accessible |
| Chinese | Warm, professional, respectful | ๆญฃๅผไฝไบฒๅ๏ผ้ฟๅ ่ฟๅบฆ่ฅ้ๆ |
/ceo changelogAnalyze recent commits and generate marketing content.
Options:
--lang=en|zh - Output language (default: en)--days=N - Days to analyze (default: 1, max: 7)--project=<name> - Analyze specific project only--format=email|twitter|both - Output format (default: both)# For each project in ceo-dashboard.json
cd <project_path>
# Get commits from last 24 hours (or N days)
git log --since="24 hours ago" --pretty=format:"%H|%s|%an|%ai" --no-merges
# Get file change statistics
git log --since="24 hours ago" --stat --no-merges
Classify each commit by type using conventional commit patterns and content analysis:
| Category | Detection Patterns | User-Facing Name |
|---|---|---|
| Feature | feat:, add, new, implement |
New Features |
| Fix | fix:, bug, patch, resolve |
Bug Fixes |
| Performance | perf:, optimize, faster, speed |
Performance Improvements |
| UX | ui:, ux:, style, design |
User Experience |
| Security | security:, auth, encrypt, protect |
Security Updates |
| Docs | docs:, readme, guide |
Documentation |
| Refactor | refactor:, clean, restructure |
Behind the Scenes |
Aggregation rules:
For each change category, apply the CMO transformation:
| Technical Change | User Benefit |
|---|---|
| "Add caching layer" | "Pages now load 2x faster" |
| "Fix auth token refresh" | "No more unexpected logouts" |
| "Implement dark mode" | "Easier on your eyes at night" |
| "Refactor database queries" | "Search results appear instantly" |
| "Add rate limiting" | "More reliable service during peak hours" |
Transformation prompt template:
Given this technical commit: "<commit_message>"
In project: <project_name> (<project_description>)
Transform into a user-focused benefit statement:
- Focus on what the user gains
- Use active voice
- Be specific but concise
- Avoid technical jargon
Output a React Email compatible template following m0rphic styling patterns.
Email Structure:
// Resend-compatible React Email template
import {
Body, Button, Container, Head, Heading, Hr,
Html, Link, Preview, Section, Text,
} from "@react-email/components";
interface ChangelogEmailProps {
locale: "en" | "zh";
dateRange: string;
changes: {
category: string;
items: { title: string; description: string; project: string }[];
}[];
ctaUrl: string;
totalCommits: number;
projectCount: number;
}
Color Palette (Dark Theme):
const colors = {
background: "#0a0a0a",
container: "#141414",
card: "#1a1a1a",
accent: "#8b5cf6", // Purple
success: "#22c55e", // Green
text: {
primary: "#ffffff",
secondary: "#a3a3a3",
muted: "#737373",
subtle: "#525252",
},
border: "#262626",
};
Email Translations:
const translations = {
en: {
preview: (count: number) => `[Your Product] Weekly Update - ${count} improvements shipped`,
title: "What's New This Week",
greeting: "Hey there,",
intro: (commits: number, projects: number) =>
`Our team has been busy! Here's what we shipped across ${projects} project${projects > 1 ? 's' : ''}:`,
newFeatures: "New Features",
bugFixes: "Bug Fixes",
improvements: "Improvements",
security: "Security Updates",
cta: "Try It Now",
footer: "Thanks for being part of our journey!",
},
zh: {
preview: (count: number) => `[ไบงๅๅ] ๆฌๅจๆดๆฐ - ${count} ้กนๆน่ฟๅทฒไธ็บฟ`,
title: "ๆๆฐๅจๆ",
greeting: "ไฝ ๅฅฝ๏ผ",
intro: (commits: number, projects: number) =>
`ๆไปฌ็ๅข้ไธ็ดๅจๅชๅ๏ผไปฅไธๆฏ ${projects} ไธช้กน็ฎ็ๆๆฐ่ฟๅฑ๏ผ`,
newFeatures: "ๆฐๅ่ฝ",
bugFixes: "้ฎ้ขไฟฎๅค",
improvements: "ไฝ้ชไผๅ",
security: "ๅฎๅ
จๆดๆฐ",
cta: "็ซๅณไฝ้ช",
footer: "ๆ่ฐขไฝ ็ๆฏๆไธไฟกไปป๏ผ",
},
};
Create a Twitter thread (single thread, multiple tweets) format.
Thread Structure:
Tweet 1 (Hook - max 280 chars):
๐ [Product] Update Thread
This week we shipped [N] updates to make your experience even better.
Here's what's new ๐
---
Tweet 2-N (Changes - max 280 chars each):
โจ [Category]: [Benefit Statement]
[Brief explanation of why this matters]
---
Final Tweet (CTA - max 280 chars):
That's a wrap! ๐
Try these updates now: [link]
What feature would you like to see next? Let us know in the replies!
Thread Rules:
Emoji Guide:
| Category | Emoji |
|---|---|
| Feature | โจ |
| Fix | ๐ง |
| Performance | โก |
| Security | ๐ |
| UX | ๐ |
| General | ๐ |
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
MARKETING CHANGELOG - 2026-01-23
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ ANALYSIS SUMMARY
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Period: Last 24 hours
Projects: 3 (saifuri, kimeeru, m0rphic)
Total Commits: 12
By Category:
โจ Features: 4 commits
๐ง Fixes: 5 commits
โก Performance: 2 commits
๐ UX: 1 commit
๐ง EMAIL TEMPLATE (Resend-compatible React Email)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
[Generated TSX code here - copy-paste ready]
๐ฆ TWITTER/X THREAD
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Thread 1/5:
๐ Weekly Update Thread
This week we shipped 12 updates across 3 products.
Here's what's new ๐
---
Thread 2/5:
โจ New: Smart notifications
Get notified about what matters, when it matters.
No more notification fatigue.
---
[... more tweets ...]
---
Thread 5/5:
That's a wrap! ๐
Try these updates: https://yourproduct.com
What feature would you like next? Reply below!
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
import {
Body,
Button,
Container,
Head,
Heading,
Hr,
Html,
Link,
Preview,
Section,
Text,
} from "@react-email/components";
const translations = {
en: {
preview: (count: number) =>
`We shipped ${count} updates to make your experience better`,
title: "What's New",
greeting: "Hey there,",
intro: (commits: number, projects: number) =>
`Our team has been busy! Here are ${commits} updates we shipped this week:`,
newFeatures: "New Features",
bugFixes: "Bug Fixes",
improvements: "Improvements",
cta: "Try It Now",
footerText: "Thanks for being part of our journey!",
unsubscribe: "Unsubscribe from updates",
},
zh: {
preview: (count: number) => `ๆไปฌๅๅธไบ ${count} ้กนๆดๆฐ๏ผ่ฎฉไฝ ็ไฝ้ชๆดๅฅฝ`,
title: "ๆๆฐๅจๆ",
greeting: "ไฝ ๅฅฝ๏ผ",
intro: (commits: number, projects: number) =>
`ๆไปฌ็ๅข้ไธ็ดๅจๅชๅ๏ผไปฅไธๆฏๆฌๅจๅๅธ็ ${commits} ้กนๆดๆฐ๏ผ`,
newFeatures: "ๆฐๅ่ฝ",
bugFixes: "้ฎ้ขไฟฎๅค",
improvements: "ไฝ้ชไผๅ",
cta: "็ซๅณไฝ้ช",
footerText: "ๆ่ฐขไฝ ไธๆไปฌๅ่ก๏ผ",
unsubscribe: "้่ฎขๆดๆฐ้็ฅ",
},
} as const;
type Locale = keyof typeof translations;
interface ChangeItem {
title: string;
description: string;
project?: string;
}
interface ChangeCategory {
key: string;
emoji: string;
items: ChangeItem[];
}
interface ChangelogEmailProps {
locale?: Locale;
productName: string;
productUrl: string;
dateRange: string;
totalCommits: number;
projectCount: number;
changes: ChangeCategory[];
unsubscribeUrl?: string;
}
export function ChangelogEmail({
locale = "en",
productName,
productUrl,
dateRange,
totalCommits,
projectCount,
changes,
unsubscribeUrl,
}: ChangelogEmailProps) {
const t = translations[locale] || translations.en;
const categoryNames: Record<string, Record<Locale, string>> = {
features: { en: "New Features", zh: "ๆฐๅ่ฝ" },
fixes: { en: "Bug Fixes", zh: "้ฎ้ขไฟฎๅค" },
improvements: { en: "Improvements", zh: "ไฝ้ชไผๅ" },
security: { en: "Security Updates", zh: "ๅฎๅ
จๆดๆฐ" },
performance: { en: "Performance", zh: "ๆง่ฝไผๅ" },
};
return (
<Html>
<Head />
<Preview>{t.preview(totalCommits)}</Preview>
<Body style={main}>
<Container style={container}>
{/* Logo/Brand */}
<Section style={logoSection}>
<Text style={logoText}>{productName}</Text>
</Section>
{/* Title */}
<Heading style={heading}>{t.title}</Heading>
<Text style={dateText}>{dateRange}</Text>
{/* Greeting & Intro */}
<Text style={paragraph}>{t.greeting}</Text>
<Text style={paragraph}>
{t.intro(totalCommits, projectCount)}
</Text>
{/* Changes by Category */}
{changes.map((category, i) => (
<Section key={i} style={categorySection}>
<Text style={categoryTitle}>
{category.emoji} {categoryNames[category.key]?.[locale] || category.key}
</Text>
{category.items.map((item, j) => (
<Section key={j} style={changeCard}>
<Text style={changeTitle}>{item.title}</Text>
<Text style={changeDescription}>{item.description}</Text>
{item.project && (
<Text style={projectTag}>{item.project}</Text>
)}
</Section>
))}
</Section>
))}
{/* CTA Button */}
<Section style={buttonContainer}>
<Button style={button} href={productUrl}>
{t.cta}
</Button>
</Section>
<Hr style={hr} />
{/* Footer */}
<Text style={footer}>{t.footerText}</Text>
{unsubscribeUrl && (
<Text style={unsubscribeText}>
<Link style={unsubscribeLink} href={unsubscribeUrl}>
{t.unsubscribe}
</Link>
</Text>
)}
</Container>
</Body>
</Html>
);
}
// Styles - Dark theme matching m0rphic
const main = {
backgroundColor: "#0a0a0a",
fontFamily:
'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, sans-serif',
padding: "40px 0",
};
const container = {
backgroundColor: "#141414",
margin: "0 auto",
padding: "40px 20px",
maxWidth: "560px",
borderRadius: "12px",
};
const logoSection = {
textAlign: "center" as const,
marginBottom: "24px",
};
const logoText = {
fontSize: "20px",
fontWeight: "600",
color: "#ffffff",
margin: "0",
};
const heading = {
color: "#ffffff",
fontSize: "24px",
fontWeight: "600",
textAlign: "center" as const,
margin: "0 0 8px",
};
const dateText = {
color: "#737373",
fontSize: "14px",
textAlign: "center" as const,
margin: "0 0 24px",
};
const paragraph = {
color: "#a3a3a3",
fontSize: "15px",
lineHeight: "24px",
margin: "16px 0",
};
const categorySection = {
margin: "32px 0",
};
const categoryTitle = {
color: "#ffffff",
fontSize: "16px",
fontWeight: "600",
margin: "0 0 16px",
borderBottom: "1px solid #262626",
paddingBottom: "8px",
};
const changeCard = {
backgroundColor: "#1a1a1a",
borderRadius: "8px",
padding: "16px",
marginBottom: "12px",
borderLeft: "3px solid #8b5cf6",
};
const changeTitle = {
color: "#ffffff",
fontSize: "15px",
fontWeight: "600",
margin: "0 0 8px",
};
const changeDescription = {
color: "#a3a3a3",
fontSize: "14px",
lineHeight: "20px",
margin: "0",
};
const projectTag = {
color: "#8b5cf6",
fontSize: "12px",
marginTop: "8px",
marginBottom: "0",
};
const buttonContainer = {
textAlign: "center" as const,
margin: "32px 0",
};
const button = {
backgroundColor: "#8b5cf6",
borderRadius: "8px",
color: "#ffffff",
fontSize: "15px",
fontWeight: "600",
textDecoration: "none",
textAlign: "center" as const,
display: "inline-block",
padding: "12px 24px",
};
const hr = {
borderColor: "#262626",
margin: "32px 0",
};
const footer = {
color: "#525252",
fontSize: "12px",
textAlign: "center" as const,
margin: "0",
};
const unsubscribeText = {
textAlign: "center" as const,
marginTop: "16px",
};
const unsubscribeLink = {
color: "#525252",
fontSize: "12px",
textDecoration: "underline",
};
export default ChangelogEmail;
interface TwitterThread {
tweets: string[];
totalLength: number;
warnings: string[];
}
function generateTwitterThread(
changes: ChangeCategory[],
options: {
productName: string;
productUrl: string;
locale: "en" | "zh";
totalCommits: number;
}
): TwitterThread {
const { productName, productUrl, locale, totalCommits } = options;
const tweets: string[] = [];
const warnings: string[] = [];
// Tweet 1: Hook
const hook = locale === "en"
? `๐ ${productName} Update Thread\n\nThis week we shipped ${totalCommits} updates to make your experience even better.\n\nHere's what's new ๐`
: `๐ ${productName} ๆดๆฐ้ๆฅ\n\nๆฌๅจๆไปฌๅๅธไบ ${totalCommits} ้กนๆดๆฐ๏ผ่ฎฉไฝ ็ไฝ้ชๆดๅฅฝใ\n\nไธ่ตทๆฅ็็ ๐`;
tweets.push(hook);
// Middle tweets: Changes (group by category)
const emojiMap: Record<string, string> = {
features: "โจ",
fixes: "๐ง",
performance: "โก",
security: "๐",
improvements: "๐",
};
const categoryLabels: Record<string, Record<string, string>> = {
features: { en: "New", zh: "ๆฐๅ่ฝ" },
fixes: { en: "Fixed", zh: "ไฟฎๅค" },
performance: { en: "Faster", zh: "ๆดๅฟซ" },
security: { en: "Secured", zh: "ๅฎๅ
จ" },
improvements: { en: "Improved", zh: "ไผๅ" },
};
for (const category of changes) {
if (category.items.length === 0) continue;
const emoji = emojiMap[category.key] || "๐ฆ";
const label = categoryLabels[category.key]?.[locale] || category.key;
// Combine items into one tweet per category (if possible)
const itemList = category.items
.slice(0, 3) // Max 3 items per category
.map((item) => `โข ${item.title}`)
.join("\n");
const tweet = `${emoji} ${label}:\n\n${itemList}`;
if (tweet.length > 280) {
warnings.push(`Category "${category.key}" tweet exceeds 280 chars`);
}
tweets.push(tweet);
}
// Final tweet: CTA
const cta = locale === "en"
? `That's a wrap! ๐\n\nTry these updates now:\n${productUrl}\n\nWhat feature would you like to see next? Let us know! ๐ฌ`
: `ไปฅไธๅฐฑๆฏๆฌๅจ็ๆดๆฐ๏ผ๐\n\n็ซๅณไฝ้ช๏ผ\n${productUrl}\n\n่ฟๆณ่ฆไปไนๅ่ฝ๏ผ่ฏ่ฎบๅบๅ่ฏๆไปฌ๏ผ๐ฌ`;
tweets.push(cta);
return {
tweets,
totalLength: tweets.reduce((sum, t) => sum + t.length, 0),
warnings,
};
}
# Generate changelog in English (default)
/ceo changelog
# Generate changelog in Chinese
/ceo changelog --lang=zh
# Analyze last 3 days
/ceo changelog --days=3
# Analyze specific project only
/ceo changelog --project=saifuri
# Email only (no Twitter)
/ceo changelog --format=email
# Twitter only (no email)
/ceo changelog --format=twitter
Add changelog history to ceo-dashboard.json:
{
"changelog_history": [
{
"date": "2026-01-23",
"period_days": 1,
"projects": ["saifuri", "kimeeru"],
"total_commits": 12,
"categories": {
"features": 4,
"fixes": 5,
"performance": 2,
"ux": 1
},
"output_lang": "en"
}
]
}
Natural language phrases that invoke changelog: