doey-add-window

Create a tiled tmux team window with Subtaskmaster and Worker panes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly create a dedicated team window (Subtaskmaster + Workers) inside your Doey tmux session to coordinate parallel work as teams scale.

Core Features & Use Cases

  • Create a tiled window layout with a Subtaskmaster pane and multiple Worker panes.
  • Support optional freelancer pool mode, custom team names, and task scoping via IDs.
  • Use case: you need to spin up a new, isolated execution environment for a fresh project or experiment with parallel agents.

Quick Start

Run the doey add-window command to spawn a new team window (Subtaskmaster + Workers) in your current session, optionally specifying --freelancer, --workers N, --name NAME, or --task-id ID.

Frequently Asked Questions about doey-add-window

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

FAQPage Schema
How do I spawn a new team window in tmux for parallel agent work?▼

To spawn a new team window in tmux, run the doey add-window command, which automatically creates a tiled layout with a Subtaskmaster pane and multiple Worker panes to coordinate parallel agents.

What is a freelancer pool in tmux session management?▼

A freelancer pool in tmux session management is an optional mode activated via the --freelancer flag, allowing you to scale teams dynamically by adding flexible worker agents to your Doey session.

Can I assign custom names and task IDs to tmux worker windows?▼

Yes, you can assign custom names and task IDs to tmux worker windows by passing the --name NAME and --task-id ID flags during window creation to isolate execution environments for specific projects.

How do I scale parallel agents in a tmux session as teams grow?▼

You scale parallel agents in a tmux session by using the --workers N flag with the add-window command, instantly generating a tiled layout with a Subtaskmaster and the specified number of Worker panes.

Does the Doey tmux window require existing dependencies to run?▼

No, the Doey tmux window requires no external dependencies to run, as the skill handles CLI parsing, session environment updates, and layout creation internally within your current tmux environment.