# Automated AI Blog OS - Agent Guide

Approval-gated AI blog publishing system that researches topics, scores ideas, drafts visual posts, validates SEO/build output, and publishes only through configured gates.

## Agent instruction

Do not scrape the human UI. Use this agent guide, the package manifest, and raw Buildprint files.

1. Fetch package manifest: `/buildprints/automated-ai-blog-os/package.json`
2. Read order: `BUILDPRINT.md`.
3. Do not scrape human cards. Use this manifest, agent.md, and raw files. BUILDPRINT.md is the canonical start file and owns the required read order, phase gates, and acceptance gates. Structured control files are machine-readable mirrors only.
4. Follow the Buildprint's alignment/question rules before implementation.
5. Run required validation and write requested validation evidence plus the final chat handover.

## Metadata

- slug: `automated-ai-blog-os`
- category: `Product OS`
- tier: `agent-grade`
- status: `validated`
- runtime: Astro/MDX
- stack: Astro/MDX, Research scanner, Idea scoring, SEO checks, Approval queue

## Entrypoints

- Human page: /buildprints/automated-ai-blog-os/
- Manifest JSON: /buildprints/automated-ai-blog-os/package.json
- Prompt: /buildprints/automated-ai-blog-os/prompt.txt
- GitHub: https://github.com/DomEscobar/agent-buildprint/tree/main/buildprints/automated-ai-blog-os
- Raw base: https://agent-buildprint.com/buildprints/automated-ai-blog-os/files

## Files

- `BUILDPRINT.md` - compatibility bootstrap or package contract (required)
- `checks/acceptance.md` - acceptance checklist (required)
- `CONTRACTS.md` - legacy interface/data contracts, when present (required)
- `DEFAULT_PRESET.md` - Buildprint package file (required)
- `PLAN.md` - legacy execution index, when present (required)
- `plans/00-alignment.md` - phase rail (required)
- `plans/01-content-structure.md` - phase rail (required)
- `plans/02-source-scanner.md` - phase rail (required)
- `plans/03-idea-scoring.md` - phase rail (required)
- `plans/04-drafting-visuals.md` - phase rail (required)
- `plans/05-seo-claim-validation.md` - phase rail (required)
- `plans/06-approval-publishing.md` - phase rail (required)
- `plans/07-manager-audit.md` - phase rail (required)
- `plans/08-tests-validation.md` - phase rail (required)
- `policies/publishing.md` - policy artifact (optional)
- `publication.json` - machine-readable mirror (required)
- `questions.md` - configuration interview (required)
- `README.md` - human overview, non-authoritative (required)
- `schemas/buildprint.meta.json` - schema artifact (optional)
- `SPEC.md` - legacy behavior requirements, when present (required)
- `TEST_MATRIX.md` - legacy risk-to-test alignment, when present (required)
- `VALIDATION_TEMPLATE.md` - legacy completion report template, when present (required)

## Copyable implementation prompt

```txt
Use the Automated AI Blog OS Buildprint. First bootstrap exact snapshots: agb start https://agent-buildprint.com/buildprints/automated-ai-blog-os/package.json . If agb is not installed, clone https://github.com/DomEscobar/agent-buildprint and run node agent-buildprint/bin/agb.js start https://agent-buildprint.com/buildprints/automated-ai-blog-os/package.json . Then read .buildprint/next-agent.md and continue. Do not write Buildprint snapshots manually. Build the approval-gated blog pipeline; do not auto-publish by default.
```
