---
name: workflow-router
description: Choose the established workflow for a task.
---

# Workflow Router

| Task shape | Route |
|---|---|
| Idea or design | `brainstorm`, then a markdown plan |
| Multi-step implementation | Factory ADW appropriate to the plan |
| Single focused change | Implement and verify in a worktree |
| Plan/status evidence | Factory trace and repository evidence |
| Session continuation | `pickup` |
| Session end | `handoff` |

Use existing wrappers and Factory workflows. Do not introduce an alternate executor, background supervisor, or automatic relaunch.
