Episode 48 - GitHub Copilot Agent with Johan Smarius
We walk through a plan-first workflow that asks Copilot to survey the codebase, propose a step-by-step solution, and only then switch to agent mode to implement. That simple change lifts code quality, reduces rework, and keeps diffs aligned with architecture. We also dig into custom agents with scoped permissions and roles: a testing agent for unit coverage, a docs agent for READMEs, a refactor agent limited to certain directories. Prompt craft matters, but stable configuration, coding standa...