NOT SUPERSEDED BY DYNAMIC WORKFLOWS — read first Claude Code's dynamic workflows orchestrate subagents (separate contexts, fan-out to 16-concurrent / 1000-agent). This skill is a different primitive : single-context control flow over YOUR OWN tool calls, with durable side-effects and checkpoint resume. The workflows runtime explicitly cannot touch the filesystem or shell directly — its agents do the work and the script only coordinates them. Flowing is the inverse: the script does the work. Use flowing for an in-context pipeline (3+ steps, branches, retries, validation, detached side-effects)…