From Day Zero CTO
Produce a fresh Day Zero CTO engineering-risk HTML report from current evidence. Use for risk review, tech debt, launch or fundraise readiness, architecture, security, reliability, scaling, trust, runway, or delivery threats.
How this skill is triggered — by the user, by Claude, or both
Slash command
/day-zero-cto:review-engineering-riskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find the engineering risks that could realistically hurt the startup's current goals.
Find the engineering risks that could realistically hurt the startup's current goals.
This skill creates a fresh risk assessment report. To walk the existing canonical risk register one row at a time and keep, update, close, or punt risks, use review-risks instead.
~/Documents/<Company>/. Durable outputs live under <project>/knowledge/wiki/.<project>/knowledge/wiki/: core/STRATEGY.md, core/RISKS.md, core/DECISIONS.md, planning docs, incident notes, and relevant reports.<project>/knowledge/wiki/reports/engineering-risk/. The artifact command refreshes the dashboard automatically.core/RISKS.md only when the user asks or when the workflow is explicitly maintaining the risk register. Otherwise, structured report risk rows remain candidate signals and will roll up to core/risks.html#risk-signals after refresh, matched to stable risk IDs when possible.Lead with the highest risks:
RiskEvidenceBusiness impactLikelihoodSeverityMitigationOwner / horizon when knownWrite 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, top_risks, mitigations, watchpoints, and sources. Optional: metrics.
dzcto artifact --project "<project folder>" --kind engineering-risk --title "Engineering Risk Review" --data-file "<json report data file>"
# Fallback when dzcto is not on PATH:
python3 scripts/dzcto.py artifact --project "<project folder>" --kind engineering-risk --title "Engineering Risk 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.
Fetches 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.
npx claudepluginhub chuckblake/day-zero-cto --plugin day-zero-cto