Skip to content

blog-studio

This is a starting point for handing the writing to AI and publishing to Blogger. On the assumption that you work in Claude Code or Codex, the flow from research to drafting to review to publishing is laid out ahead of time, along with the automation entry point. That keeps a post from collapsing into AI-flavored prose, or tripping AdSense policy, two or three prompts in.

This page is just a fork in the road. Use the table below to figure out where you should start, then jump straight there.

If you areGo to
Not a full-time developer, new to the terminal and git, new to Python and connecting BloggerBeginner manual
Comfortable with code, but new to automated Blogger publishing, AI-SEO, and the AdSense gateThe beginner manual from prerequisites through first-run, then the expert manual
Already running a blog and have worked with a publishing pipelineExpert manual, straight to architecture

If you can’t decide which row you’re in, pick the first one. The beginner manual moves one action per step, so you can skim past anything already familiar.

The expert manual reads at reference density. It assumes the vocabulary of agent teams, the Phase flow, AI-smell gate scores, OAuth publishing, and AI-SEO is familiar, and it leads with the reasoning behind decisions. Six sections: intro, architecture, verification, publishing, marketing, updates.

The beginner manual is step by step. It assumes you’re comfortable with the idea of AI writing for you, but that the terminal, git, Python, and connecting a Google Blogger account might be new. The text tells you what the screen should look like when things are working. It runs as an index plus twelve steps.

The two are the same base told at two paces. The tone differs, but the commands and workflow are identical.

The first run ends at verifying your environment with /start. You don’t need to connect Blogger or issue OAuth credentials at that point. Call 프로젝트 시작 and /start checks Python and the credential slots and captures your blog’s identity. The actual publishing connection comes once your blog has taken shape.

Writing isn’t a slash command, it’s a natural-language trigger. Say “write a post about this topic” and blog-orchestrator carries research, drafting, review, and publishing from Phase 0 through 5. Spreading the published post across X, Reddit, and Hacker News afterward is a separate track called marketing-director.

The AI entry point is one line, /start, in Claude Code, and the repository root AGENTS.md in Codex. Both paths point at the same canonical document, AI_AUTOMATION.md.

Two gates block a post right before it publishes. The AI-smell gate (ai-pattern-check) scores AI-flavored writing across 14 categories, and a failing score blocks the Blogger upload at the code level. The AdSense gate (adsense-optimization) screens out posts that might trip policy ahead of time.

The license is All Rights Reserved with a commercial license model. The payment flow and a lawyer-reviewed COMMERCIAL-LICENSE.md are still in progress, so both need to be finished before real sales. The manual and landing are public, so the page you’re reading right now is open as is.

Once you’ve picked your row, jump straight to the expert manual or the beginner manual.