← ClaudeAtlas

no-code-owner-handofflisted

Hand a working system to a non-technical owner so they can actually run it — click-by-click setup with expected results, a secrets checklist they only paste, a runbook for the three things that break, and an honest capability/limit list. Use when the person you're building for does not write code, when writing SETUP.md / README for an owner rather than a developer, when a task needs the owner to click a consent screen or add a DNS record or paste an API key, or when a build is finished and needs to be handed over. Also use when deciding how much to automate versus explain.
hellokianben-collab/vishal-agarwal-context · ★ 0 · AI & Automation · score 60
Install: claude install-skill hellokianben-collab/vishal-agarwal-context
# Handing off to an owner who does not code The standing constraint here: > *"He has no coding background and does not want to write code — he only clicks consent screens and > pastes secrets. Write everything for him, click-by-click."* And the delegation is genuine: > *"I permit you to do these things i don't want to do it, and don't have time to do as well… finish > it and check everything once."* So the design goal is: **the owner's total surface area is a browser, a copy-paste, and a yes/no.** --- ## 1. Do the work. Don't teach the work. Default to doing it yourself. Escalate to the owner only for things that are genuinely gated on being them: | Owner must do it | You do it | |---|---| | Click an OAuth consent screen | Register the app config | | Accept terms of service | Run the provisioning command | | Paste an API key from their account | Set the env var, wire it, verify it | | Add a DNS record at the registrar | Everything either side of it | | Approve spending money | Everything free | | Decide a price, a name, a fact about themselves | All the implementation | If you are about to ask the owner to run a command, **first check whether you can run it.** Usually you can. ## 2. The shape of a step Every step needs three parts. Missing the third is the most common failure, because without it the owner cannot tell success from silence. ``` ### Step 4 — Publish the OAuth app 1. Open https://console.cloud.google.com/apis/credentials/consent 2. Click "PUBLISH AP