Daily Driver
Follow along
Four routines that run whether or not you remember them: a live content calendar, a weekly report that has already landed once, outbound drafted into a folder, and a written checkpoint for each. Nothing here sends anything.
Five-minute setup
Do this before the session starts, or in the first ten minutes while the framing happens. Nothing here is required to attend.
Have an agent installed
Claude Code, the Codex extension, or whatever you already run. Every skill file below is plain markdown with frontmatter — it works in anything that reads a skills directory.
Get the skills
Download this session's bundle and unzip it at the root of your project. It writes into .claude/skills/ and nothing else.
unzip -o day-one-02-coworking-with-ai.zip -d .Point it at a real product
An idea in a notes app counts. The skills read your repo, your site and your README before asking you anything, so run them from inside the project rather than a blank folder.
Make somewhere to put the output
The skills write markdown and don't care where it lands. A 01-voice/ directory at the root of your project is enough — make it before you start rather than mid-run.
The steps
- 01
Build the four-week calendar
/content-calendarIt reads 01-voice/icp.md and works from the questions your buyers actually ask — the ones they type into a search box and the ones they ask you on calls. Twelve pieces, dated, in one file.
Done looks like: Every row traces back to a question a real person asked, not a topic that sounds like marketing.
- 02
Make it live before you close the tab
Add one entry by hand, right now, and delete one you'd never write. That edit is what turns generated output into a file you own — and from here on it gets updated, never regenerated.
Done looks like: The file has at least one line in it the model didn't write.
- 03
Schedule the weekly report and watch one land
/weekly-reportThree to five numbers you can genuinely obtain, under two hundred words, in plain English. Pick your mechanism — tasks in ChatGPT, scheduled tasks in Claude, or cron if you'd rather own it — then run it once by hand.
Done looks like: One report has actually arrived and you read it. If it hasn't run once, it isn't set up.
- 04
Turn the ICP into twenty named accounts
/icp-builderThe profile from session 01 becomes a list of real companies and real people. The skill drafts it; you read every row. A list you haven't read is a list you won't send to.
Done looks like: Twenty rows, each with a one-line reason that account is on the list. You cut at least a few.
- 05
Draft the sequence into a folder
/outbound-sequenceFirst touch, two follow-ups, and a break-up that doesn't grovel — short enough to read on a phone. It writes to 02-routines/outbound/ and stops there. Nothing in this program has your outbox.
Done looks like: You'd reply to it if it landed in your inbox cold, and the send count is still zero.
- 06
Write a checkpoint line for every routine
One sentence each: who reads the output, when, and what they do about it. If the honest answer is "nobody, ever", either delete the checkpoint or delete the routine — a rubber stamp is worse than no review, because it looks like one.
Done looks like: Every routine in the folder has a named checkpoint you'd actually honour on a busy week.
What you leave with
02-routines/ — calendar.md with a hand-added entry, weekly-report/ that has reported once, outbound/ with drafts and nothing sent, and a checkpoint line per routine.
If you get stuck
Schedule not firing, or the product you use doesn't have one? Run it manually once and move on. The schedule is the wrapper; the skill is the value, and you can bolt a clock to it any evening this week.
Or ask in Discord — mentors and everyone else's work in progress are there between sessions.
Missed the session?
The archive lives in Discord and this guide works without it. Nothing here expires.