22 files. Full preview of every file in the bundle — what it is and why it matters.
| File | Purpose |
|---|---|
| CLAUDE.md.template | AI CEO system prompt — the brain of your operation. Defines identity, authority tiers, engineering standards, memory protocol, and operating principles. |
| AGENTS.md.template | Codex/sub-agent mirror of CLAUDE.md. Tells parallel agents what to do, what not to touch, and how to hand off work. |
| LESSONS.md.template | 34 pre-seeded battle-tested lessons from real production incidents. Parallel deploy races, slim Dockerfile crashes, Railway rollback recipes, and more. |
| DO_NOT_DO.md.template | Anti-patterns from real production mistakes. Pre-seeds agents to avoid the same traps. |
| STATUS.md.template | Session diary format — latest entry on top. Agents write here after every meaningful action. |
| ESCALATION_LOG.md.template | Escalation tracking format. All decisions beyond Tier 1 authority go here. |
| memory/MEMORY.md.template | Cross-session memory index. Links to per-topic memory files. |
| memory/feedback_*.example.md | 5 worked example feedback memory files showing the pattern. |
| MEMO_INBOX/MEMO_TEMPLATE.md | Standard inter-agent memo format with naming convention and triage rules. |
| agents/sub-agent-prompt-templates/revenue-guardian.md | Revenue-focused execution agent — monitors for revenue opportunities, queues monetization work. |
| agents/sub-agent-prompt-templates/cfh-triage.md | Continuous functional health triage — turns CFH alerts into queued fixes. |
| agents/sub-agent-prompt-templates/portfolio-healer.md | Auto-repair agent for RED health items across the portfolio. |
| agents/sub-agent-prompt-templates/security-sweep.md | OWASP Top 10 audit agent — scans and files fix tasks. |
| agents/sub-agent-prompt-templates/ai-discoverability.md | llms.txt + GEO + JSON-LD agent — improves AI search visibility across all products. |
| playbooks/blocker-truth-table.md | Category A/B/C classification: what is genuinely blocked on the owner vs what you own. |
| playbooks/never-drop-tasks-rule.md | Task completion discipline — how agents commit intermediate results and never lose work. |
| playbooks/sub-agent-dispatch-checklist.md | Pre-dispatch checklist for parallel agents — prevents collision and redundancy. |
| playbooks/wave-pattern.md | Parallel multi-product deployment pattern — how to deploy 10 products in waves without outages. |
| QUICKSTART.md | 30-minute setup walkthrough from empty directory to first AI agent session. |
| CHANGELOG.md | Version history. v2.0 upgrade path for existing buyers when major Claude Code updates ship. |
| LICENSE.md | Single-buyer license terms. |
| MANIFEST.json | Machine-readable bundle manifest with checksums. |
All {{PLACEHOLDER}} tokens must be replaced with your specifics before use.
| Token | Example | Description |
|---|---|---|
| {{COMPANY_NAME}} | Acme Corp | Your company name |
| {{BASE_DOMAIN}} | acme.io | Root domain |
| {{OWNER_HANDLE}} | alex | Owner first name / handle |
| {{PRODUCT_COUNT}} | 5 | Number of products |
| {{TECH_STACK}} | NestJS + Next.js | Your stack |
| {{BACKEND_HOST}} | Railway | Backend hosting |
| {{FRONTEND_HOST}} | Vercel | Frontend hosting |
| {{GITHUB_ORG}} | acmecorp | GitHub org |
| {{HARDWARE_SPEC}} | 16GB Mac Mini | Dev machine |
| {{TIER1_SPEND}} | £50 | Autonomous spend limit |
| {{TIER2_SPEND}} | £500 | Approval threshold |