From Day Zero CTO
Run the supporting Day Zero CTO weekly review and durable HTML report. Use for week-level operating detail, engineering health, delivery, risks, decisions, team/process, next-week priorities, and source material for the Snapshot Report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/day-zero-cto:weekly-cto-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn scattered engineering activity into a clear operating-detail report that can feed the Snapshot Report.
Turn scattered engineering activity into a clear operating-detail report that can feed the Snapshot Report.
~/Documents/<Company>/. Durable outputs live under <project>/knowledge/wiki/.<project>/knowledge/wiki/ if present: core/STRATEGY.md, core/TEAM.md, core/OPERATING_CADENCE.md, core/DECISIONS.md, core/RISKS.md, and recent reports.<project>/knowledge/wiki/reports/weekly-reviews/. The artifact command refreshes the dashboard automatically.Executive read: one paragraph on the state of engineering.Shipped / learned: meaningful progress and what it changed.Risks: the risks most likely to threaten the current company goals.Decisions needed: choices that need founder, CEO, product, or engineering attention.Team and process: load, coordination, morale signals, review bottlenecks, hiring gaps, or meeting debt.Next-week focus: 3-5 priorities with clear owners when known.CEO-update seeds: bullets that can feed write-ceo-update or the Snapshot Communicate Up section.For weekly reviews, repo access explains the system and Git history explains the week. Prefer read-only Git commands when available:
git status --shortgit log --since="<start date>" --date=short --pretty=format:"%h %ad %an %s"git diff --stat <base>..HEAD when a safe base is knowngit shortlog -sn --since="<start date>" when contributor shape mattersDo not run network or mutating Git commands such as git pull, git push, git checkout, git reset, or branch-changing commands unless the user explicitly asks. If Git history is unavailable, still run the review from the project wiki, prior reports, user notes, and code snapshot, but label delivery/progress conclusions as limited by missing Git history.
Write structured JSON report data, then use the helper from this plugin. Prefer the dzcto wrapper when it is on PATH; otherwise run the Python command from the plugin repo:
Required JSON fields: executive_read, shipped_learned, risks, decisions_needed, team_process, next_week_focus, ceo_update_seeds, and sources. Optional: metrics.
dzcto artifact --project "<project folder>" --kind weekly-reviews --title "Weekly CTO Review" --data-file "<json report data file>"
# Fallback when dzcto is not on PATH:
python3 scripts/dzcto.py artifact --project "<project folder>" --kind weekly-reviews --title "Weekly CTO Review" --data-file "<json report data file>"
The helper owns the HTML template; the agent owns the judgment and structured content. Keep the chat response brief; the HTML file is the durable record.
core/RISKS.md and core/DECISIONS.md only in the project knowledge wiki, and only when the user asks for durable follow-through.npx claudepluginhub chuckblake/day-zero-cto --plugin day-zero-ctoFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.