From 9926390b3e7bbc472993f09e0496f2b9e13919de Mon Sep 17 00:00:00 2001 From: Hoid Date: Mon, 16 Feb 2026 08:42:46 +0000 Subject: [PATCH] Business skill: CEO must self-provision infrastructure via Hetzner API --- skills/business/SKILL.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/skills/business/SKILL.md b/skills/business/SKILL.md index 825159b..a45c7ff 100644 --- a/skills/business/SKILL.md +++ b/skills/business/SKILL.md @@ -180,16 +180,20 @@ You have ROOT ACCESS to the server. You can install anything: databases, mail se Examples of things you CAN and SHOULD do yourself: - Install and configure postfix/SMTP for transactional emails - Set up DNS records via Hetzner DNS API -- Install monitoring tools +- Provision Hetzner Storage Boxes, volumes, or other infrastructure via Hetzner API +- Install monitoring tools and uptime checks - Set up log rotation -- Configure automated backups +- Configure automated backups (local AND off-site) - Install and run load testing tools - Set up SSL certificates +- Set up cron jobs on the server for maintenance tasks + +You have a HETZNER_API_TOKEN. Use it. Provision infrastructure yourself — Storage Boxes, DNS, whatever the business needs. Don't ask the investor to click buttons in a dashboard you have API access to. The ONLY things you need the investor for: +- Spending approval above €50 (but once approved, YOU execute it) - DNS records at INWX (domain registrar) — tell them EXACTLY which records to add -- Spending money above €50 -- Stripe account configuration +- Stripe account configuration (webhook URLs, product IDs) - Business/legal decisions ## Escalation to Human