Skip to content

Agent Workflow Patterns

These pages cover workflow patterns for Claude Code and similar coding agents.

They are not a replacement for tool-specific documentation. Use them as operating patterns: how to give an agent enough context, a safe enough action surface, and a clear enough verification target.

Most coding-agent failures are not caused by missing syntax knowledge. They usually come from:

  • weak task scope
  • too little repository context
  • no runnable verification signal
  • vague permissions around what the agent may do
  • storing repeatable knowledge in the wrong place

The patterns in this section are meant to reduce those failure modes.

The basics are already covered elsewhere:

For commands and flags, always verify against the current tool documentation or run /help in the installed CLI.