setuplisted
Install: claude install-skill t0ddharris/mktg-os
# Marketing OS Setup
Run `/setup` to create a new, fully configured Marketing OS for your company. This is the first thing a user does after cloning marketing-os.
## Overview
1. Ask company name, location, and preferred AI runtime
2. Run the generator script to scaffold everything
3. Scrape the website (optional) to pre-fill brain files
4. Import reference documents from `incoming/` (optional) to pre-fill brain files
5. Walk through brain file configuration interactively
6. Set up integrations (analytics, image gen, meeting notes)
7. User opens the new repo in their preferred runtime and starts working
---
## Step 1: Company Name
Ask the user:
> What's your company name?
Then derive the default path: `../[company-slug]-marketing/` (lowercase, hyphenated, sibling of the current directory).
Ask:
> I'll create your marketing OS at `[path]`. Good, or would you prefer a different location?
---
## Step 1b: Runtime Preference
Ask the user:
> Which AI coding agent do you primarily use?
> 1. **Claude Code** (Anthropic) — default
> 2. **Codex** (OpenAI)
This determines which runtime is "primary" — the canonical source for skills and instruction files. Both runtimes are always scaffolded; the primary just governs sync direction.
Store the choice as `claude` or `codex`.
---
## Step 2: Create the Repo
Run the generator script to scaffold the new repo:
```bash
./scripts/create-instance.sh "[company-name]" "[target-path]" "[runtime]"
```
Where `[runtime]` is `claude` or