Scan the Linear Landscaper project for the next available issue to work on. Checks Todo items by priority, verifies dependencies are met, claims the issue, and reports what to do next. Use when an agent needs to find work or the user says "pick up work", "what's next", or "/linear-pickup".
Find the next issue to work on in the Landscaper project.
docs/LINEAR-WORKFLOW.mddocs/plans/PLAN_TEMPLATE.mdUse mcp__linear-server__list_issues to find issues:
state: "Todo", project: "Landscaper"$ARGUMENTS is provided, also filter by label name matching $ARGUMENTSFor each candidate issue (highest priority first):
mcp__linear-server__get_issue to read full detailsblockedBy field — if any blocking issue is NOT in "Done" state, skip this issueblocker label — if yes, skipOnce a valid issue is found:
mcp__linear-server__save_issue to set state: "In Progress"mcp__linear-server__save_comment to post: "Taking this."Tell the user:
/linear-plan) or a sub-issue (ready for /linear-implement)