AIAny
AI Agent2025
Icon for item

Compound Engineering Plugin

Packages Every's 'compound engineering' workflow into 26 slash commands for AI coding agents like Claude Code — brainstorm, plan, work, review, debug. Skews effort toward planning and review, and saves each run's lessons so the next task is easier.

Introduction

Most AI coding tools optimize the 20% of the job that is typing code. This plugin bets the leverage lives in the other 80% — the brainstorming, planning, and review that decide whether the typing was worth doing at all. Its real trick is the /ce-compound step: each session writes its hard-won lessons back into reusable context, so the codebase and the agent both get smarter with every task instead of accumulating debt.

What Sets It Apart
  • A full loop, not a lone command: /ce-brainstorm/ce-plan/ce-work/ce-code-review/ce-compound covers the whole cycle, so the agent carries context between phases instead of starting cold on each prompt.
  • Knowledge compounding is explicit. /ce-compound and /ce-strategy turn decisions and patterns into durable artifacts — that is what makes "each unit of work easier than the last" more than a slogan.
  • Review is fanned out, not flattened. /ce-code-review dispatches several specialized reviewers rather than one generic pass, surfacing issues a single prompt tends to wave through.
  • Portable across agents. It ships for Claude Code first but also targets Cursor, Codex, Copilot, OpenCode and more, so the method isn't welded to one vendor.
Who It's For — and Who Should Skip It

Great fit if you already live inside an AI coding agent and want an opinionated, repeatable process instead of re-inventing prompts every session — especially solo devs and small teams. Look elsewhere if you want lightweight autocomplete or a neutral toolbox: this is opinionated by design, encodes Every's specific philosophy, and the 26-command surface is a genuine learning curve before the compounding pays off.

Information

  • Websitegithub.com
  • OrganizationsEvery
  • AuthorsEveryInc
  • Published date2025/10/09

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).