SOP-007 — Atlantean Chronicle Weekly Build Process
File: SOP-007.md
Version: 1.0
Owner: Shane Hardin
Last Updated: May 2026
Surface: Ozzy-Coworker (Claude.ai Projects)
Repo: atlantis-docs/
Purpose
This SOP defines the weekly process for building and publishing The Atlantean Chronicle using the dedicated Claude Project. Target build time: 20 minutes from brief to publish-ready HTML.
Prerequisites
- Claude.ai Projects access (Pro/Max)
- Chronicle Project set up with system prompt + template files
- AI-Edge Agent Polymarket/Kalshi data for the week
- Current V2x memory file
- Vercel CLI or dashboard access for
news.atlantisits.info
Weekly Build Steps
Thursday (prep — 5 min)
- [ ] Pull latest Polymarket/Kalshi data from AI-Edge Agent
- [ ] Note any major stories from the week
- [ ] Check AccessWDUN/Gainesville Times for local stories
- [ ] Note any Atlantis ops milestones for the Intel section
Friday Morning (build — 20 min)
Step 1 — Open Chronicle Project in Claude.ai
claude.ai → Projects → Atlantean Chronicle — Weekly Build
Step 2 — Start the session
"Let's build No. [N] — Weekend Edition [Month Day–Day], [Year]
This week's stories:
- [International lead if you have one]
- [Any specific stories to cover]
Polymarket/Kalshi data:
[paste AI-Edge Agent output]
Atlantis updates:
[paste key V2x items or memory highlights]"
Step 3 — Let Ozzy build Ozzy will: 1. Search web for current stories in all sections 2. Build complete HTML from template 3. Deliver atlantean-chronicle-vol1-no[N].html
Step 4 — Review - Preview in browser - Check all 7 sections present - Verify dates, issue number, domain (.info) - Spot-check 2-3 stories for accuracy
Step 5 — Push to Vercel
# From atlantis-briefing repo root
cp ~/Downloads/atlantean-chronicle-vol1-no[N].html ./public/
git add . && git commit -m "Chronicle No. [N] — Weekend Edition [dates]"
git push
news.atlantisits.info Step 6 — Post to Discord
📰 Chronicle No. [N] is live — news.atlantisits.info
Weekend Edition [dates] | [1-line summary of lead story]
File Locations
| File | Location |
|---|---|
| Chronicle HTML output | ~/Downloads/atlantean-chronicle-vol1-no[N].html |
| Published to | news.atlantisits.info |
| Template (locked) | Claude Project file: atlantean-chronicle-vol1-no6.html |
| System prompt | Claude Project instructions |
| This SOP | atlantis-docs/SOP-007.md |
Issue Numbering
| Field | Format | Example |
|---|---|---|
| Volume | Vol. I (permanent) | Vol. I |
| Issue | No. [N] incrementing | No. 7 |
| Edition | Weekend Edition | Weekend Edition |
| Date | Month Day–Day, Year | May 15–17, 2026 |
Troubleshooting
Images not showing in Claude preview → Normal. Unsplash URLs render in deployed HTML but not in Claude's artifact viewer. Push to Vercel to verify.
Story content from last week → Tell Ozzy: "All content must be fresh for [dates] — search the web for current stories."
Section missing → Tell Ozzy: "You're missing the [section] section — add it in the correct position."
Date wrong → Tell Ozzy: "Update all dates to Weekend Edition [correct dates]."
Changelog
| Version | Date | Change |
|---|---|---|
| 1.0 | May 2026 | Initial SOP — Chronicle Project established |
Part of Atlantis ITS automation stack. See also: SOP-005 (Forgejo), SOP-006 (Credential Rotation)