doey-reload

Hot-reload Subtaskmaster configuration and hooks without interrupting running workers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hot-reload Subtaskmaster to apply configuration and hook updates without stopping workers, reducing downtime and manual restarts.

Core Features & Use Cases

  • Hot-reload Subtaskmaster without interrupting running workers.
  • Apply agent/hook changes on the fly and reload runtime settings.
  • Use case: during development or in production to update behavior without redeploying or stopping tasks.

Quick Start

Run the doey reload command from your project directory to apply changes immediately.

Frequently Asked Questions about doey-reload

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

FAQPage Schema
How do I hot-reload Subtaskmaster configuration without stopping running workers?

You can hot-reload Subtaskmaster configuration by running the doey reload command from your project directory to apply updates on the fly. This applies runtime settings and hook changes without interrupting active workers or requiring manual restarts.

Can I apply agent and hook changes on the fly in a tmux environment?

Yes, you can apply agent and hook changes on the fly in a tmux environment if DOEY_RUNTIME is set and a valid project directory exists. The Doey CLI executes the reload to update behaviors without stopping tasks.

What's the best way to update Subtaskmaster behavior during development without redeploying?

The best way to update behavior without redeploying is using hot-reload to apply configuration changes immediately. Run doey reload during development or production operations to update runtime settings without downtime or task interruption.

Do I need the Doey CLI installed to reload runtime settings?

Yes, the Doey CLI is required to execute the reload and apply runtime settings. You also need a tmux environment with DOEY_RUNTIME set and a valid project directory to successfully hot-reload Subtaskmaster configuration.

Why does hot-reloading configuration fail to apply hook changes across a Doey project?

Hot-reloading fails when the tmux environment lacks DOEY_RUNTIME or a valid project directory. Ensure the Doey CLI is installed and run the doey reload command directly from the target project directory to apply hook changes correctly.

When do I need to hot-reload Subtaskmaster configuration?

You need to hot-reload Subtaskmaster configuration during development or operations when applying config updates, agent or hook changes, or restart behaviors on the fly. It minimizes downtime by updating runtime settings without stopping workers.