Claude Code added Dynamic Workflows.

Dynamic Workflows are a way to run larger coding tasks as a sequence of planned steps. Claude Code can split the work, run independent parts, check the results, and integrate the final answer.

For small tasks, this is unnecessary. One agent can edit directly.

For larger tasks, the sequence is:

plan -> split -> run independent work -> check results -> integrate -> verify