Agent-Enhanced Development · the book
Code your teammates, your owner, and your agents can all read.
Nine chapters on one billing example, carried the whole way. Nothing gets rewritten. It gets read.
$ claude plugin marketplace add AgentC-Consulting/aed-conventions $ claude plugin install aed@aed-conventions aed@aed-conventions installed · 3 skills, 3 commands, 1 naming hook $ open https://agentc.consulting/agent-enhanced-development.md $
Copy this and hand it to your agent. It installs the conventions and opens each chapter's machine edition as you go. Optional. The book reads fine without it.
The idea
One piece of information, three readers, and the agent in between.
Every chapter shows one piece of information crossing from one reader to the next without a rewrite. The developer writes the file once. The owner reads it as a help page. Their assistant follows it when it writes the next one.
The chapters
Nine chapters. Start with the open one.
Contents
Chapter 3 is open. The rest open in order.
- 1 Why agents need conventionsMy agent stopped reading before it reached the part that mattered.
- 2 Vibe coding as a squadHer agent renamed what mine had just named.
- 3 Naming that reads like a sentenceThe line that reads without opening three other files.Read now →
- 4 Process managers"When an invoice goes thirty days late, then…"
- 5 Feature storiesMy own feature, written so an agent can build it.
- 6 Edit-level styleThe edit, and the check that runs on it.
- 7 Control flowA case statement I can read like a menu.
- 8 How the workflow runsRunning it with a local model.
- 9 Adopt it in ten minutesMy agent reports what it changed.
Your place is kept on this device.
Why a book
Vibe coding works alone. A squad needs one convention.
Two people and two agents on one codebase rename each other's work and bury the plan inside method bodies. Call it team vibe coding or squad vibe coding: every hand on the file, human or agent, needs the same names, the same process managers, the same feature stories. This book is that convention, taught one chapter at a time.
Where the rules come from
Versioned, licensed, and signed.
$ gpg --import agentc-signing-pubkey.asc gpg: key 7C7636A83E58439F: public key "AgentC Consulting <st@agentc.consulting>" imported $ git tag -v v1.1.0-rc.1 tag v1.1.0-rc.1 tagger AgentC Consulting <st@agentc.consulting> gpg: Good signature from "AgentC Consulting <st@agentc.consulting>"
- The conventions repo: the seven source files these nine chapters are written from, the cheat sheet, before-and-after examples.
- The Claude Code plugin: three skills, three commands, a naming hook.
- This page's machine edition, for the agent reading with you.
Keep going