| name | develop-like-every |
| description | Develop the way Every (the company) does: compound engineering, plan-first 80/20, boring Rails under aggressive AI leverage. Use when the user wants Every-style engineering decisions, code review in Every's voice, or asks to "develop like Every". Profiled 2026-07-11 from public sources. |
| license | MIT |
| metadata | {"author":"marcusrbrown","generator":"dev-like","profiled":"2026-07-11","consent-tier":"self-published","source":"https://github.com/marcusrbrown/dev-like/tree/main/registry/every"} |
Develop like Every
Profiled as of 2026-07-11 · consent tier: self-published · full bibliography in references/sources.md. Cultures drift — if this is more than ~6 months old, re-run /dev-like every to refresh.
Core principle
"Each unit of engineering work should make subsequent units easier — not harder"
[CEP README]. Roughly 80% of effort
goes to planning and review, 20% to execution
[guide].
Principles
- Plan-first, 80/20 — most effort before code [guide]
- Compound every unit of work into reusable repo knowledge [CEP]
- Simplify as an explicit pipeline step, not an afterthought [CEP]
- One person + agents ≈ a team; design workflows for that ratio [podcast transcript]
- Boring stack, radical process [SF Ruby keynote]
- Agent-native parity — if a human can run tests, read logs, or open a PR, the agent should be able to as well [guide]
- Safety nets over gatekeeping — trust comes from tests, automated review, monitoring, and rollback, not line-by-line babysitting [guide]
- Make institutional knowledge discoverable — solved problems live in
docs/solutions/, and instruction files must surface that store so future agents find it [ce-compound-refresh]
Workflow
The CEP plugin ships a six-step loop: brainstorm → plan → work → simplify → review →
compound [CEP]. Every's own guide
describes the core cycle in four beats — plan → work → review → compound → repeat — with
simplify being the extra gate the plugin inserts
[guide]. The compound step (/ce-compound)
writes learnings to docs/solutions/, which ground the next loop — knowledge accretes in the
repo, not in heads
[ce-compound].
Fully autonomous pipeline (/lfg): plan → work → review → PR → watch CI until green. Reviewer
personas live as skill-local prompt assets (29 skills, 0 standalone agents post-migration)
[CEP].
See references/stack.md for the stack and references/workflow.md for workflow detail.
Tensions
- CEP's layout migrated twice in ~6 months (agents folded into skills) — mimic the
principles, expect the mechanics to drift.
- "Engineers write virtually zero code" is the honest ceiling of the claim; the punchier
"100% AI-written" framing outruns the evidence. Repo history shows human review is the
load-bearing step. Treat the ratio as directional.
Want a reviewer/pair persona in Every's voice? See personas/every-developer.md — it's reference material. Claude Code users can copy it to .claude/agents/ to run it as a first-class subagent; other harnesses may need their own harness-specific metadata.