# CDN Asset Sync Implementation Plan

> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.

**Goal:** Copy `CLAUDE.md` and `sw_logo_icon.png` from SupportWire CDN to this repo.

**Architecture:** Direct file copy to repository root.

**Tech Stack:** Shell (cp).

---

### Task 1: Copy Assets

**Files:**
- Create: `CLAUDE.md`
- Create: `sw_logo_icon.png`

- [ ] **Step 1: Copy CLAUDE.md**

Run: `cp /Users/varun/Projects/supportwire/cdn/CLAUDE.md ./`

- [ ] **Step 2: Copy sw_logo_icon.png**

Run: `cp /Users/varun/Projects/supportwire/cdn/sw_logo_icon.png ./`

- [ ] **Step 3: Verify files exist**

Run: `ls -l CLAUDE.md sw_logo_icon.png`
Expected: Both files listed with correct sizes.

### Task 2: Final Verification

- [ ] **Step 1: Check file hashes (optional but good)**

Run: `md5 /Users/varun/Projects/supportwire/cdn/sw_logo_icon.png ./sw_logo_icon.png`
Expected: Identical hashes.

- [ ] **Step 2: Commit (Optional)**

Wait for user instruction if they want to commit.
