Skip to content
agent-workflows

/pick

Pick your next work item, approve an implementation plan, and hand it off to /work.

/pick turns a ready work item into active work. It finds the items you can start, lets you choose one, and presents its full context before planning begins. It then hands the item to /plan. After you approve the plan, /pick moves the item to in progress and hands the approved plan to /work.

Dispatching workflows

/pick coordinates two workflow handoffs. /plan must return an approved plan before the item can move to in progress and /work can begin.

How this workflow is structured

1ProviderLoad the configured work item provider.
2ItemsFind the work items that are ready to start.
3PickChoose the item you want to work on next.
4ContextReview the item’s full context before planning.
5PlanUse /plan to create and approve an implementation plan.
6StartMove the item to in progress only after plan approval.
7WorkHand the approved plan and active item to /work.