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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.