Back to selected work
AI dev tooling · Internal · client-deployable · In development

The engine behind how we deliver.

CETemplates is a factory that produces drop-in project templates for Claude Code, OpenAI Codex, and Google Antigravity — each one configuring a fully autonomous, unattended multi-agent development workflow when copied into a new repo. It's the internal toolkit that lets a solo studio deliver at the velocity of a small team.

CETemplates multi-agent factory

illustrative product mockup · 9-phase autonomous pipeline

Why this exists

Every new engagement shouldn't start from a blank page.

Setting up a high-quality multi-agent development workflow — system prompts, agent definitions, state-persistence files, hand-off protocols, MCP server config, rules and constraints — takes days per project. CETemplates compresses that work into a single command, and produces a runtime-specific template that's tuned for the strengths of each platform.

The result is a delivery pipeline that lets our practice operate at the velocity of a small team, while every artifact — plans, state files, hand-offs, audit trails — stays version-controlled in your repo.

What's in a template

Everything an autonomous agent needs to ship.

Agent definitions

Subagent specs scoped by responsibility — architect, engineer, adversarial QA, compliance auditor — with sandbox and tool permissions explicit per agent.

Persistent state files

STATE.md, OPEN_QUESTIONS.md, handoffs/ directory, and TOON-formatted state boards. The agent picks up exactly where it left off after compaction.

Phase pipeline

Research → Plan → Design Review → Decomposition → Execute → Validate → Adversarial review → Commit → PR. Each phase has its own gate.

MCP + tool wiring

Pre-configured .mcp.json for platform-appropriate MCP servers, with explicit allow/deny lists per agent. Subagents don't inherit privileges they don't need.

The three targets

One source, three runtime emits.

Claude Code
  • .claude/agents/
  • CLAUDE.md
  • hooks + skills
  • deferred MCP tools
  • Opus 4.7 default
OpenAI Codex
  • .codex/agents/*.toml
  • AGENTS.md
  • workspace-write sandbox
  • .codexstate.toon
  • gpt-5-codex
Google Antigravity
  • .antigravity/agents/
  • ANTIGRAVITY.md
  • browser-driven workflows
  • MCP workflows.yaml
  • Gemini 3 Pro

Want a multi-agent dev pipeline in your own repo?

Every engagement we deliver includes a tailored CETemplates package — your team owns the workflow after we leave.

Start the conversation