doey-reserve

Reserve or unreserve the current tmux pane to block Subtaskmaster dispatch.

6|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/FRIKKern/doey --skill doey-reserve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doey-reserve
Source: https://github.com/FRIKKern/doey/tree/main/.claude/skills/doey-reserve
Command: npx skills add https://github.com/FRIKKern/doey --skill doey-reserve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reserve or unreserve the current tmux pane to prevent Subtaskmaster dispatch when you need to pause work without closing the pane.

Core Features & Use Cases

  • Reserve or unreserve the active pane to block task dispatch from Subtaskmaster.
  • List current pane reservation states and revert as needed.
  • Integrates with DOEY_RUNTIME to persist per-pane reservations across sessions.

Quick Start

Reserve the current pane to stop Subtaskmaster from dispatching tasks to that pane.

Frequently Asked Questions about doey-reserve

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stop Subtaskmaster from dispatching tasks to a specific tmux pane?

To stop Subtaskmaster from dispatching tasks to a specific tmux pane, you can reserve the active pane to block task routing while keeping the window open. This applies across the Doey session to pause activity.

Can I pause task dispatching in tmux without closing the active pane?

You can pause task dispatching in tmux without closing the active pane by applying a pane-level reservation marker. This prevents Subtaskmaster from routing new tasks to that pane during your Doey session.

How do I list and manage pane reservation states in a Doey session?

To list and manage pane reservation states in a Doey session, use the provided commands to view current reservations and revert them as needed. This allows you to toggle the reserved state of any active pane.

Does Doey persist tmux pane reservations across different sessions?

Doey does persist tmux pane reservations across sessions by integrating with the DOEY_RUNTIME. This ensures your pane-level reserved markers remain active and continue to prevent task dispatch after restarting.

What is the best way to control task routing in the dashboard and worker panes?

The best way to control task routing in the dashboard, Taskmaster, and worker panes is to enforce pane-level state with per-pane reserved markers. This allows you to selectively block Subtaskmaster dispatch without closing windows.