← Vault Index
Source: business/marketing/campaigns/the-build/wip/archive/infrastructure-setup-skill.md

name: infrastructure-setup description: > Set up the working environment a practice owner needs before running any skill. A guided conversation that diagnoses what they have, builds what they need, and produces a personalized setup report. Covers file structure, backup, collaboration, and tool orientation. Triggers: "set up my infrastructure", "infrastructure setup", "get my files organized", "set up my workspace", "get ready for Claude", or any request to configure a practice owner's working environment. metadata: author: Kathryn Brown, Practice Builders version: "1.0.0" updated: "2026-04-03"


Infrastructure Setup

One conversation. Four checkpoints. A working environment built around how you actually work.

Core Principle

Diagnose before prescribing. Every practice owner has a different starting point — different devices, different cloud tools, different collaboration needs (or none). This skill asks what's true about their setup, then builds the simplest infrastructure that works. No over-engineering. No tools they won't use.

What This Skill Does

You have a conversation about how you work. The skill asks about your devices, your files, who you work with, and what tools you already have. At each checkpoint, it gives you specific setup steps — not generic advice, but "do this, then this, then confirm it worked." At the end, it produces a setup report you can reference later.

Job 1: Get backup in place. If your laptop dies tomorrow, is your work safe? Most practice owners say "I think so" when the honest answer is "I don't know." Your files on your computer are the source of truth — the real, working versions. Cloud backup (OneDrive, Google Drive, iCloud, Dropbox) silently mirrors them. You never work from the cloud version. It's insurance. This skill finds the backup path already available and gets it running. No new subscriptions. No complicated setup. Just turn on what's already there.

Job 2: Build a file structure you'll actually use. Deep folder hierarchies don't work — you forget where things are, Claude can't navigate them, and new files end up on the desktop. This skill builds a flat structure with clear zones: active work, reference material, and archive. Descriptive file names replace nested folders.

Job 3: Solve collaboration (if it applies). If you work with a team member, assistant, or partner, how do files move between you? This skill diagnoses whether the friction is the tool or the habit, then designs a handoff workflow that fits.

Job 4: Orient to the right tools. Three Claude tools exist. Each one does a different job. This skill maps your actual work to the right tool — not a generic overview, but "when you do X, use this one."

How This Skill Works

Four checkpoints, in order. Each checkpoint is a short conversation followed by action steps or a decision. The skill adapts based on what the practice owner already has — if backup is already handled, that checkpoint takes 30 seconds.

The approach: Diagnostic. The skill asks questions, listens, and prescribes based on the answers. It doesn't assume everyone needs the same setup. A solo practitioner on a MacBook with iCloud needs different infrastructure than a two-person team on Windows with M365.

The Four Checkpoints

Checkpoint 1: Backup

What it solves: Files that exist only on one device. One hardware failure, one theft, one coffee spill — and everything's gone.

The key concept: The practice owner's files on their computer are the source of truth — the real, working versions they open, edit, and send. Cloud backup (OneDrive, Google Drive, iCloud, Dropbox) silently mirrors those files. They never open the cloud version to work from it. It's insurance. If their laptop dies, they sign into the cloud service on a new machine and everything is there. No push, no pull, no sync to manage — it just runs in the background.

The conversation:

Decision logic:

Checkpoint complete when: Practice owner confirms cloud sync is active on their work folder, verified by creating a test file and seeing it appear in the cloud.

Output: Backup status line in the setup report — what's syncing, where, confirmed working.

Checkpoint 2: File Structure

What it solves: Files scattered across Desktop, Downloads, random folders, and "New Folder (3)." Claude can't navigate chaos, and neither can the practice owner.

The conversation:

The structure (adapt based on answers):

[Work Root]/
  clients/          ← one subfolder per active client
  reference/        ← templates, SOPs, reusable documents
  inbox/            ← landing zone for new files before they're sorted
  archive/          ← completed work, old files — out of sight, not deleted

Adaptation rules:

File naming convention:

Checkpoint complete when: The folder structure exists, the practice owner understands the zones, and one or two real files have been placed to demonstrate the naming convention.

Output: File structure diagram in the setup report — what folders exist, what goes where, naming convention.

Checkpoint 3: Collaboration (If Applicable)

What it solves: Files that need to move between two people — and the friction that stops them from moving.

The conversation:

Decision logic:

Checkpoint complete when: Either collaboration is confirmed unnecessary, or a specific sharing workflow is defined and the shared location exists.

Output: Collaboration setup in the report — who, how, where files go, what triggers a handoff.

Checkpoint 4: Tool Orientation

What it solves: Practice owners who have Claude but don't know which version of it to use for what.

The conversation:

The decision framework (personalized to their answers):

Their work patternToolWhy
Conversations, brainstorming, draftingClaude ChatNo files needed, thinking out loud
Quick file tasks (summarize this doc, organize this folder)Claude CoWorkReads/writes files, works in background
Multi-step production (run a kit, process data, build reports)Claude CodePersistent context, multi-file, session-based

Adaptation rules:

Checkpoint complete when: The practice owner can answer: "I need to [task] — which tool do I use?" for their three most common work tasks.

Output: Personalized "which tool when" guide in the setup report — their actual tasks mapped to the right tool.

Rules

Session Flow

Start
  |
  +-- Brief intro: what we're setting up and why
  +-- Quick inventory: device, cloud storage, team members
  |
  +-- Checkpoint 1: Backup & Cloud Sync
  |     Diagnose -> activate/configure -> verify -> confirm
  |
  +-- Checkpoint 2: File Structure
  |     Diagnose current state -> build structure -> place test files -> confirm
  |
  +-- Checkpoint 3: Collaboration (skip if solo)
  |     Diagnose -> design workflow -> create shared location -> confirm
  |
  +-- Checkpoint 4: Tool Orientation
  |     Understand current usage -> map tasks to tools -> confirm understanding
  |
  +-- Wrap-up: produce setup report, summarize what's ready,
  |   flag anything that needs follow-up
  |
  Done

Output: Setup Report

At the end, the skill produces a single setup report. This is the practice owner's reference document — what was set up, where things are, how things work.

# Infrastructure Setup Report

| | |
|---|---|
| **Practice** | [Practice name] |
| **Created** | [Date] |
| **Device** | [Primary device and OS] |

---

## Backup

| | |
|---|---|
| **Service** | [OneDrive / Google Drive / iCloud / Dropbox] |
| **Synced folder** | [Path to synced work folder] |
| **Status** | [Confirmed working / Needs follow-up] |
| **Verified** | [Yes — test file confirmed / No] |

## File Structure

[Diagram of the folder structure that was created, with annotations]

**Naming convention:** [The convention agreed on]

## Collaboration

[If applicable: who, shared location, handoff workflow]
[If solo: "No collaboration infrastructure needed."]

## Tool Guide

| Task | Tool | Why |
|---|---|---|
| [Their actual task 1] | [Chat / CoWork / Code] | [One-line reason] |
| [Their actual task 2] | [Chat / CoWork / Code] | [One-line reason] |
| [Their actual task 3] | [Chat / CoWork / Code] | [One-line reason] |

## Follow-Up Items

[Anything that wasn't completed during the session — needs a second person present, requires a login credential they don't have, etc.]

---

*Built with Infrastructure Setup — Practice Builders by Kathryn Brown*

What Makes This Different

Most "set up your AI workspace" guides hand you a checklist and wish you luck. This diagnoses your starting point — what you have, what's missing, what's already working — and builds only what you need. A solo Mac user with iCloud already syncing gets a different setup than a Windows team on M365 with broken collaboration. Same skill, different output.

The setup report isn't a how-to guide you'll never read again. It's a reference document: where your files are, how things move, which tool to grab. When you forget where templates go or which Claude tool handles multi-step work, the answer is in the report.


License

Copyright (c) 2026 Kathryn Brown, Practice Builders

This skill is included with your purchase and licensed for your personal and business use. You may use it within your practice, modify the documents it produces, and share output with your team and clients.

This skill may not be redistributed, resold, or shared outside your practice without written permission from Kathryn Brown (kathryn@creatingyourplan.com).

This skill is provided "as is" without warranty of any kind, express or implied.