Skip to content

Guides

Practical guides drawn from real-world experience running multiple AI instances across machines since October 2025. These cover the full development loop: research externally, document, review, implement.

Most people use AI as a code generator. This workflow treats AI as a development team — with research, documentation, review, and implementation as distinct phases.

The full development workflow loop — Research, Document, Review, Implement, Validate

Research (Claude AI)
Document (exec summary, spec, implementation plan)
Review (Gemini Pro — challenge, catch blind spots)
Implement (Claude Code — execute from documentation)
Validate (Jimmy's Workflow — PRE-FLIGHT → IMPLEMENT → VALIDATE → CHECKPOINT)
GuideWhat it covers
Documentation-FirstWhy documentation comes before code. Executive summaries, specifications, and AI-optimised natural language.
Implementation PlansNatural language, test-driven plans optimised for AI consumption. No pseudocode.
External ResearchTwo-pronged research using multiple AI systems — research with one, review with another.
GuideWhat it covers
Team OrchestrationPersonality orchestration — why treating AI instances as colleagues produces better results than treating them as tools.
Multi-Agent SetupCoordinating multiple instances across machines with role specialisation and resource delegation.
Writing Role CardsHow to define AI agent roles — responsibilities, personality, relationships, and success criteria.
Handoff ProtocolFile naming, handoff templates, escalation, and status updates between agents.
GuideWhat it covers
Evolution (v0-v4)How the workflow evolved from copy-pasting ChatGPT into VS Code to a coordinated multi-agent team across 4 machines.

Using one AI assistant on one machine? Start with the methodology — Documentation-First, Implementation Plans, and External Research. These work with a single Claude Code or Cursor instance. The multi-agent guides are for later, when you want to scale.

Already running multiple AI instances? Go straight to Multi-Agent Setup, then Role Cards and Handoff Protocol.

If you want to…Start with
Understand the philosophyDocumentation-First
Write AI-ready plansImplementation Plans
Use multiple AI systems for researchExternal Research
Scale to multiple AI instancesMulti-Agent Setup
Give AI instances identitiesTeam Orchestration
See how this evolved from ChatGPT copy-pasteEvolution