<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: rickbauer327-cell</title>
    <description>The latest articles on DEV Community by rickbauer327-cell (@rickbauer327cell).</description>
    <link>https://dev.to/rickbauer327cell</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4128574%2F1e557f99-a169-4fb2-9710-2f0987aa0663.png</url>
      <title>DEV Community: rickbauer327-cell</title>
      <link>https://dev.to/rickbauer327cell</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rickbauer327cell"/>
    <language>en</language>
    <item>
      <title>I gave Claude Code $100 and 30 days to make a profit. Day 1, it built a product. Here's the pattern it used.</title>
      <dc:creator>rickbauer327-cell</dc:creator>
      <pubDate>Wed, 16 Sep 2026 18:50:30 +0000</pubDate>
      <link>https://dev.to/rickbauer327cell/i-gave-claude-code-100-and-30-days-to-make-a-profit-day-1-it-built-a-product-heres-the-pattern-1bli</link>
      <guid>https://dev.to/rickbauer327cell/i-gave-claude-code-100-and-30-days-to-make-a-profit-day-1-it-built-a-product-heres-the-pattern-1bli</guid>
      <description>&lt;p&gt;Small experiment I'm running: Claude Code, acting as an autonomous project lead in a VS Code workspace, gets a hard $100 budget and 30 days to make a real profit. It picks the strategy, builds everything, keeps a public ledger and dev log. I only step in to authorize spending or create accounts.&lt;/p&gt;

&lt;p&gt;Day 1, it researched the market for a while, wrote up three candidate strategies with cost/risk/reward, rejected two (freelance-platform arbitrage: ToS problems and it'd need me in the loop; SEO/affiliate: too slow for 30 days), and picked one: &lt;strong&gt;build and sell a pack of Claude Code skills for the business side of freelancing.&lt;/strong&gt; Spent so far: $0.&lt;/p&gt;

&lt;p&gt;This post isn't really about the experiment. It's about the design it came up with for the skills, because I think the pattern is more useful than the product — and five of the skills are free at the end.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem it picked
&lt;/h2&gt;

&lt;p&gt;Every Claude Code tutorial is about code. But if you work for yourself, code is a third of the week. The rest is proposals, invoices, "is this in scope?", weekly client updates, and chasing money. People do that in chat windows, re-explaining their rates every time, with the tone drifting and last week's proposal lost in a thread.&lt;/p&gt;

&lt;h2&gt;
  
  
  Idea 1: one context file, every skill reads it first
&lt;/h2&gt;

&lt;p&gt;Claude Code skills are markdown files at &lt;code&gt;~/.claude/skills/&amp;lt;name&amp;gt;/SKILL.md&lt;/code&gt; — instructions Claude loads when the description matches what you ask.&lt;/p&gt;

&lt;p&gt;Most skills don't know anything about &lt;em&gt;you&lt;/em&gt;, so every run starts with explaining. The fix is one file:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gh"&gt;# .solo/business.md&lt;/span&gt;

&lt;span class="gu"&gt;## Who I am&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; What I do: Shopify builds and CRO for small DTC brands

&lt;span class="gu"&gt;## Rates&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; Day rate: €650 · Minimum engagement: 2 days

&lt;span class="gu"&gt;## Tone of voice&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; Direct. Short sentences. Friendly, never gushing. UK spelling. Never "reach out".

&lt;span class="gu"&gt;## Payment &amp;amp; terms&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; 50% on signing, 50% on delivery. Net 14. 2%/month late fee.

&lt;span class="gu"&gt;## Active clients&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; Acme — checkout redesign — in progress — Sam (sam@acme.com)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Every skill starts with the same step:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Step 1 — Load context&lt;/span&gt;
Read &lt;span class="sb"&gt;`.solo/business.md`&lt;/span&gt;. If missing, tell the user to run /setup-business first.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;A &lt;code&gt;/setup-business&lt;/code&gt; skill interviews you in batches of 2–3 questions and writes the file. After that, "explain your business, then ask" becomes "just ask". The tone line alone does most of the work on generated emails.&lt;/p&gt;

&lt;h2&gt;
  
  
  Idea 2: write files, not chat
&lt;/h2&gt;

&lt;p&gt;A skill that ends with a wall of text gets copy-pasted from once. A skill that ends with a file path gets reused — and other skills can build on it.&lt;/p&gt;

&lt;p&gt;So each skill has a fixed output location:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Skill&lt;/th&gt;
&lt;th&gt;Writes&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/meeting-notes-to-actions&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;meetings/2026-09-15-acme.md&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/proposal-writer&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;proposals/acme-2026-09-16.md&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/sow-generator&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;sow/acme-2026-09-20.md&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/invoice-generator&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;invoices/INV-0007-acme.html&lt;/code&gt; + &lt;code&gt;.md&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/weekly-client-update&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;projects/acme/updates/2026-09-22.md&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;And they chain. The scope-check skill quotes from the SOW file the SOW skill wrote. The invoice generator scans &lt;code&gt;invoices/&lt;/code&gt; for the highest number so it never repeats. The weekly review reads the time log, the week's meeting notes, and overdue invoices, and says what's stuck.&lt;/p&gt;

&lt;p&gt;None of this is clever. It's files in folders. That's why it works.&lt;/p&gt;

&lt;h2&gt;
  
  
  Idea 3: constraints beat instructions
&lt;/h2&gt;

&lt;p&gt;The section that does the most for output quality. Every skill ends with it:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Do not&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; Do not invent prices, timelines, or proof points not in business.md.
&lt;span class="p"&gt;-&lt;/span&gt; Do not produce a proposal without an explicit "Not included" section.
&lt;span class="p"&gt;-&lt;/span&gt; Do not exceed 2 pages.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;"Be professional and helpful" does nothing. "Under 150 words" does a lot. "Never invent a date — write &lt;code&gt;(no date set)&lt;/code&gt;" does even more, because the alternative is a confident wrong date in an email to a client.&lt;/p&gt;

&lt;p&gt;My favourite line, from the meeting-notes skill: &lt;em&gt;do not upgrade "we could" into "we will"&lt;/em&gt;. That one rule is the difference between a recap a client trusts and one they have to correct.&lt;/p&gt;

&lt;h2&gt;
  
  
  The template all 26 skills follow
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="nn"&gt;---&lt;/span&gt;
&lt;span class="na"&gt;name&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;skill-name&lt;/span&gt;
&lt;span class="na"&gt;description&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Use when the user &amp;lt;says or needs X&amp;gt;. Produces &amp;lt;Y&amp;gt;.&lt;/span&gt;
&lt;span class="nn"&gt;---&lt;/span&gt;

&lt;span class="gh"&gt;# Skill Name&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;One&lt;/span&gt; &lt;span class="na"&gt;sentence:&lt;/span&gt; &lt;span class="na"&gt;the&lt;/span&gt; &lt;span class="na"&gt;job.&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

&lt;span class="gu"&gt;## Step 1 — Load context&lt;/span&gt;
Read &lt;span class="sb"&gt;`.solo/business.md`&lt;/span&gt; for &lt;span class="nt"&gt;&amp;lt;what&lt;/span&gt; &lt;span class="na"&gt;you&lt;/span&gt; &lt;span class="na"&gt;need&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;.

&lt;span class="gu"&gt;## Step 2 — Inputs&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;What&lt;/span&gt; &lt;span class="na"&gt;to&lt;/span&gt; &lt;span class="na"&gt;gather.&lt;/span&gt; &lt;span class="na"&gt;Max&lt;/span&gt; &lt;span class="err"&gt;3&lt;/span&gt; &lt;span class="na"&gt;questions&lt;/span&gt; &lt;span class="na"&gt;at&lt;/span&gt; &lt;span class="na"&gt;a&lt;/span&gt; &lt;span class="na"&gt;time.&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

&lt;span class="gu"&gt;## Step 3 — Write&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;Output&lt;/span&gt; &lt;span class="na"&gt;path.&lt;/span&gt; &lt;span class="na"&gt;A&lt;/span&gt; &lt;span class="na"&gt;template&lt;/span&gt; &lt;span class="na"&gt;in&lt;/span&gt; &lt;span class="na"&gt;a&lt;/span&gt; &lt;span class="na"&gt;code&lt;/span&gt; &lt;span class="na"&gt;block.&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

&lt;span class="gu"&gt;## Rules&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="nt"&gt;&amp;lt;&lt;/span&gt;&lt;span class="err"&gt;3–6&lt;/span&gt; &lt;span class="na"&gt;opinions&lt;/span&gt; &lt;span class="na"&gt;about&lt;/span&gt; &lt;span class="na"&gt;what&lt;/span&gt; &lt;span class="na"&gt;good&lt;/span&gt; &lt;span class="na"&gt;looks&lt;/span&gt; &lt;span class="na"&gt;like&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

&lt;span class="gu"&gt;## Do not&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="nt"&gt;&amp;lt;hard&lt;/span&gt; &lt;span class="na"&gt;constraints&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Two things about the frontmatter: the &lt;code&gt;description&lt;/code&gt; is the trigger — Claude reads it to decide whether the skill applies, so write it with the words people actually say ("chase an invoice", "is this in scope"). And keep &lt;code&gt;name&lt;/code&gt; identical to the folder name.&lt;/p&gt;

&lt;h2&gt;
  
  
  A full one: meeting notes → actions
&lt;/h2&gt;

&lt;p&gt;Trimmed slightly:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="nn"&gt;---&lt;/span&gt;
&lt;span class="na"&gt;name&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;meeting-notes-to-actions&lt;/span&gt;
&lt;span class="na"&gt;description&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Use when the user has meeting notes, a call transcript, or a voice-memo dump and wants decisions, action items, and a follow-up email out of it.&lt;/span&gt;
&lt;span class="nn"&gt;---&lt;/span&gt;

&lt;span class="gh"&gt;# Meeting Notes → Actions&lt;/span&gt;

&lt;span class="gu"&gt;## Step 1 — Load context&lt;/span&gt;
Read &lt;span class="sb"&gt;`.solo/business.md`&lt;/span&gt; if present (tone, client names). Works standalone if missing.

&lt;span class="gu"&gt;## Step 2 — Extract, then verify&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; Decisions — things agreed. Do not upgrade "we could" into "we will".
&lt;span class="p"&gt;-&lt;/span&gt; Actions — owner + due date if stated; otherwise &lt;span class="sb"&gt;`(no date set)`&lt;/span&gt;.
&lt;span class="p"&gt;-&lt;/span&gt; Open questions.
&lt;span class="p"&gt;-&lt;/span&gt; Flags — budget hesitation, scope drift, unclear decision-maker.
Show decisions + actions and ask: "Anything wrong or missing?"

&lt;span class="gu"&gt;## Step 3 — Write `meetings/&amp;lt;date&amp;gt;-&amp;lt;slug&amp;gt;.md`&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;decisions&lt;/span&gt; &lt;span class="err"&gt;/&lt;/span&gt; &lt;span class="na"&gt;actions&lt;/span&gt; &lt;span class="na"&gt;table&lt;/span&gt; &lt;span class="err"&gt;/&lt;/span&gt; &lt;span class="na"&gt;open&lt;/span&gt; &lt;span class="na"&gt;questions&lt;/span&gt; &lt;span class="err"&gt;/&lt;/span&gt; &lt;span class="na"&gt;flags&lt;/span&gt; &lt;span class="err"&gt;/&lt;/span&gt; &lt;span class="na"&gt;follow-up&lt;/span&gt; &lt;span class="na"&gt;email&lt;/span&gt; &lt;span class="na"&gt;under&lt;/span&gt; &lt;span class="err"&gt;150&lt;/span&gt; &lt;span class="na"&gt;words&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

If it was a discovery call, add &lt;span class="sb"&gt;`## Proposal inputs`&lt;/span&gt; so /proposal-writer can use it directly.

&lt;span class="gu"&gt;## Do not&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; Do not invent dates, owners, or commitments.
&lt;span class="p"&gt;-&lt;/span&gt; Do not include Flags in anything sent to the client.
&lt;span class="p"&gt;-&lt;/span&gt; Do not summarize the whole conversation.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Paste notes, confirm the decisions, thirty seconds later there's a file and a recap email short enough to get read.&lt;/p&gt;

&lt;h2&gt;
  
  
  The free starter pack
&lt;/h2&gt;

&lt;p&gt;Five skills, MIT: &lt;code&gt;setup-business&lt;/code&gt;, &lt;code&gt;meeting-notes-to-actions&lt;/code&gt;, &lt;code&gt;invoice-generator&lt;/code&gt;, &lt;code&gt;weekly-review&lt;/code&gt;, &lt;code&gt;linkedin-post&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;→ &lt;strong&gt;&lt;a href="https://github.com/rickbauer327-cell/solo-stack-starter" rel="noopener noreferrer"&gt;GitHub: solo-stack-starter&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Copy &lt;code&gt;skills/&lt;/code&gt; into &lt;code&gt;~/.claude/skills/&lt;/code&gt;, run &lt;code&gt;/setup-business&lt;/code&gt;, then try &lt;code&gt;/meeting-notes-to-actions&lt;/code&gt; on your last call.&lt;/p&gt;

&lt;p&gt;The full pack — 26 skills across the client lifecycle (lead research, cold outreach, discovery prep, proposals, pricing, SOW, kickoff, client updates, scope-creep guard, late-payment sequence, monthly finance summary, case studies, testimonials, a one-file portfolio site, inbox triage, SOPs, decision memos) plus a playbook on chaining and customizing them — is the thing the experiment is selling: &lt;strong&gt;&lt;a href="https://solostack91.gumroad.com/l/solo-stack" rel="noopener noreferrer"&gt;Solo Stack on Gumroad&lt;/a&gt;&lt;/strong&gt;, $19 during launch. Every sale goes in the public ledger; I'll publish the day-30 report, profit or loss.&lt;/p&gt;

&lt;p&gt;Either way, steal the pattern: one context file, files not chat, constraints not instructions. If you write a skill with it, I'd like to see it in the comments.&lt;/p&gt;

</description>
      <category>claude</category>
      <category>productivity</category>
      <category>ai</category>
      <category>freelance</category>
    </item>
  </channel>
</rss>
