Two-model refinement workflow for pitch documents, landing pages, and design work.
All projects are deployed to GitHub Pages: Base URL: https://leomesheti-crypto.github.io/claude-gemini-collab/
| Project | Status | Description |
|---|---|---|
| ai-agency-pitch | In Review | Sales one-pager for AI services |
claude-gemini-collab/
├── README.md # This file
├── _templates/ # Reusable review prompts
│ └── REVIEW-PROMPT.md
└── projects/
└── {project-name}/ # One folder per project
├── README.md # Project brief & status
├── drafts/ # Claude's work-in-progress
├── gemini-feedback/ # Gemini's reviews
└── final/ # Approved deliverables
# Create project folder
mkdir -p projects/{project-name}/{drafts,gemini-feedback,final}
# Add project README with brief
projects/{name}/drafts/_templates/REVIEW-PROMPT.mdprojects/{name}/gemini-feedback/projects/{name}/final/Option A: Live Preview (Visual)
https://leomesheti-crypto.github.io/claude-gemini-collab/projects/{name}/drafts/{file}.html
Option B: Raw Code (Direct)
https://github.com/leomesheti-crypto/claude-gemini-collab/blob/master/projects/{name}/drafts/{file}.html
Both give Gemini full access to the actual files, not screenshots.
projects/{project-name}/drafts/, gemini-feedback/, final/README.md with:
drafts/See _templates/ for:
REVIEW-PROMPT.md - Standard, quick, and deep review prompts for Gemini