An agent that can edit code quickly is not the same thing as an engineering process. Left alone, agentic coding tools skip the parts that make a change safe to ship: a record of what changed and why, and a sense of which layer of the stack a given change actually belongs to.
Roll Call is a Claude Code plugin built to close that gap. It wraps agentic development in an engineering pipeline: changes go through change control instead of landing directly, and work gets routed to the right part of the dev stack instead of touching whatever a prompt happens to reach.
The result is agentic coding that behaves like a disciplined process, not a shortcut around one.