Skip to content

Outline the "AI Influencer" blog post - #132

Draft
kixelated wants to merge 1 commit into
mainfrom
claude/ai-influencer-blog-outline-9es3ch
Draft

Outline the "AI Influencer" blog post#132
kixelated wants to merge 1 commit into
mainfrom
claude/ai-influencer-blog-outline-9es3ch

Conversation

@kixelated

Copy link
Copy Markdown
Collaborator

Adds src/pages/blog/ai-influencer.mdx as an outline, not a draft. Headings are the real structure; the bullets under each are notes to fill in, wrapped in MDX comments where they are instructions to myself.

Structure

Skills vs Context builds out the rule from the prompt:

  • Skills for what you repeatedly type at the start/end of a session, CLAUDE.md for what you repeatedly type while reviewing one.
  • The reason it works: a skill is invoked, context is always loaded. One is free until you ask for it, the other is rent on every turn.
  • Grounded in real examples from the moq repo rather than generic advice: /plan-quest, /start-quest, /spawn-quest on the skill side; "no em dashes", Root Cause First, Refactor As You Go, the Cross-Package Sync table on the context side. Each of those is a review comment that got typed enough times to become a rule.
  • Ends with a one-line test ("before the agent started, or after it handed me a diff?") and both failure modes.

Quests covers the benefits as its own section:

  • Framing: a session ends and takes the plan with it; issues are where plans go to die.
  • One-line definition (a GitHub issue checked into the repo), then the model: Goal/Plan/Required/Closes, questlines, the m0-m3 milestones, [XS]-[XL] sizing.
  • Benefits, one bullet each: the plan gets reviewed before the code does; it is versioned next to what it describes; Required is a real graph that quest check enforces; "what's ready" is one rg; finished quests are deleted so the tree is pending work only; deleting reveals what it unblocks; the format is one an agent can hold; the branch name is the path, which is the claim.
  • An honest-downsides subsection (merge conflicts, grooming passes, issues not going away, hand-maintained priority) so it does not read as a sales pitch.

Notes

  • Cover is borrowing be-the-outlier/narwhal.png so scripts/check-og.ts passes. It needs a real image before this ships, flagged in a TODO at the top of the file.
  • Date is set to today, which will want updating when the post is actually written.
  • Voice follows the existing posts: semantic line breaks, short sentences, no em dashes.

Checks

bun run check, bun test, bun astro build --mode live, and bun scripts/check-og.ts all pass locally. The two thumbnail warnings from check-og.ts are pre-existing on other posts and unrelated to this change; the new page renders at /blog/ai-influencer/ with a valid card.

🤖 Generated with Claude Code

https://claude.ai/code/session_019QuBDkctYkSCveimFsCHch


Generated by Claude Code

A skeleton for a post on the two agent workflow things that stuck on this
repo: the skills vs context split, and the quest system.

Bullets are notes, not prose. The cover borrows the narwhal from
"Be The Outlier" so the social card check passes; it needs a real image
before this ships.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019QuBDkctYkSCveimFsCHch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants