PROTO for Agentic Coding
Why Agentic Coding Needs a Protocol
Tags:
Agentic
AI
… and How PROTO Can Help
AI is no longer just answering coding questions - it’s writing real features,
fixing bugs, and even managing entire projects. AI Tools show us what’s possible
when agents collaborate with developers.
But here’s the problem:
- The workflows are chaotic.
- Agents lose context between sessions.
- Documentation drifts out of sync with code.
- Tests are often skipped in the rush for speed.
- Human oversight happens too late (or not at all).
Without structure, agentic coding risks becoming an endless loop of patchwork
scripts and abandoned branches.
What has worked for me so far is a PROTO - a simple, repeatable protocol for
agentic coding workflows.
Why PROTO Works
- Anchor Points for Agents
- Instead of starting “from scratch” each time, agents know to begin with
PROTO.md, TODO.md, and context.md.
- This keeps history and future tasks visible, reducing drift.
- Human-in-the-Loop by Design
- At key points, PROTO requires human review.
- Agents don’t “run away” with logic - they collaborate in controlled loops.
- TDD Mindset (Lightweight or Full)
- Tests aren’t optional. Even in Lite mode, agents define expected outcomes
first.
- This anchors implementation in verifiable behavior.
- Continuous Documentation
- Instead of docs being an afterthought, PROTO builds README.md and
context.md updates into the cycle.
- Future agents (or humans) don’t start blind.
- Adaptable Modes
- Full PROTO = production-grade workflow (strong on rigor, testing,
documentation).
- Lite PROTO = hackathon/prototyping workflow (fast, minimal, still
traceable).
- No Vendor Lock-In
- Here’s the key difference: you don’t need a team subscription to a fancy
agent platform.
- Sharing the context (context.md) and the plan (TODO.md) is enough for
continuity.
- Any agent (or human) can pick up the repo and immediately know what’s
done, what’s next, and what the system looks like now.
- Subscriptions may give dashboards and analytics, but PROTO makes the
workflow itself free, open, and portable.
The Payoff
- For developers: less chaos, more clarity.
- For agents: consistent entry points and predictable feedback loops.
- For teams: a shared standard that bridges speed with maintainability.
I’ve published the first version of PROTO (Full + Lite). My hope is that it
becomes a foundation others can build on, adapt, and improve.
Download from Here
Tags:
Agentic
AI
Updated on: 2025-09-13