Recursive Build Command Center
Passes: 0
Tokens: 0
Queue: 0
Quick Build
Task Queue
Client Versioner
Series Planner
Python Script
Build Directive
Expand
Deepen existing articles
New Series
Add Series 14–20+
Client Version
Brand + customize
Fix / Patch
Repair or improve
Quick presets
Series 14: Email Marketing — Welcome sequences, segmentation, automation, deliverability, analytics. Full 6-article series.
Series 15: Paid Social — Meta, LinkedIn, TikTok, Pinterest, X ad architectures. 5-article series.
Series 16: Agency Operations — Client onboarding, reporting, team structure, SOPs, pricing models.
Expand Series 04 — Add 2 deeper implementation sections to each of the 9 SEO articles.
Add pull quotes — Add a second pull quote to every article in Series 05–09.
AI Tools Reference — New appendix panel listing 60+ AI tools by category with descriptions.
Marketing OS Glossary — 80-term glossary panel defining all system terminology.
Series 17: AI Content Workflows — Prompting systems, human-AI handoffs, quality gates, AI writing pipelines.
Ready · 0 passes this session
Output Log
Pass 0
Select a mode · write a directive · run
Context & Output
Patch Instructions
Claude will wrap new panels in:
<!-- PATCH START -->
... HTML ...
<!-- PATCH END -->

To apply: paste before
</div><!-- /main -->

For sidebar items, paste before the sb-footer div.
Quick Actions
Session Stats
Total passes: 0
Tokens used: 0
Patches extracted: 0
Queue tasks: 0
Task Queue
Add tasks from the Quick Build tab (+Q button) or create them here. Run all pending tasks sequentially — Claude will process each one in order, generating patches you apply to the project file.
+ New Task
Client Version Generator
Generate a customized IO Marketing OS for a specific client. Claude replaces brand variables, adapts examples, and outputs a renamed file.
Client Identity
Brand Customization
Customization Preview
Fill in client details above to preview the customization prompt that will be sent to Claude.
Output will be a patch to apply to a copy of io-complete.html
Series Planner
Python Agentic Script
Run the IO build loop autonomously from your terminal. Processes task queue, applies patches directly to the HTML file, and logs everything.
Setup
# Install dependencies pip install anthropic # Set API key (get from console.anthropic.com) export ANTHROPIC_API_KEY="sk-ant-..." # Run python3 io_build_agent.py
Full Agent Script