holidayOver

Resume paused Sub AI agents and restore working workflows after holiday mode.

Updated May 21, 2026
One-click install
npx skills add https://github.com/kinetas/harness_engineering --skill holidayover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: holidayOver
Source: https://github.com/kinetas/harness_engineering/tree/main/holidayOver
Command: npx skills add https://github.com/kinetas/harness_engineering --skill holidayover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

휴일 모드로 인해 일시 중단된 Sub AI 작업을 다시 이전 상태로 재개해야 할 때, 수동으로 각 에이전트의 상태와 작업 컨텍스트를 맞추는 번거로움을 없애줍니다.

Core Features & Use Cases

  • Sub AI 재개: /holidayStart로 인해 STATUS가 HOLIDAY가 된 Sub AI를 이전 상태(WORKING 또는 WAITING)로 복원합니다.
  • 운영 상태 복구: doc/company_state.json에서 holidayMode를 false로 되돌려 시스템을 정상 운영 상태로 전환합니다.
  • 대기 중 작업 재위임: 휴일 전 WORKING이었던 Sub AI에 대해 이전 CURRENT TASK 컨텍스트를 기반으로 다시 에이전트를 스폰해 작업을 이어갑니다.

Use case: 팀이 휴일 모드로 장기 대기/중단을 걸어둔 뒤, 영업 재개 시점에 모든 Sub AI를 자동으로 되살려 이전 진행 상황부터 자연스럽게 계속되게 하려는 경우에 사용합니다.

Quick Start

휴일 모드를 해제하려면 /holidayOver 명령을 실행하세요.

Frequently Asked Questions about holidayOver

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

FAQPage Schema
How do I resume paused AI agents after a holiday mode ends?

To resume paused AI agents after a holiday mode ends, use the /holidayOver command. It restores agents from HOLIDAY status to their previous WORKING or WAITING states and re-delegates tasks using prior context.

What is AI workflow control for restoring in-progress tasks during company operations?

AI workflow control for restoring in-progress tasks is the process of re-delegating previously working Sub AI agents with their original task context. This ensures paused operations resume naturally from their exact previous state.

How does agent resume functionality handle state management files?

Agent resume functionality handles state management by reading and updating doc/AI_list.txt and doc/company_state.json. It switches holidayMode to false in the company state file to transition the system back to normal operations.

Can I use task re-delegation to spawn waiting agents with their prior context?

Yes, you can use task re-delegation to spawn waiting agents with their prior context. The system reads the previous CURRENT TASK context for agents that were WORKING before the holiday and spawns them to continue the job.

Does the holiday mode recovery process require the /holidayStart command?

Yes, holiday mode recovery requires that /holidayStart was previously issued. The /holidayOver command is specifically designed to reverse the HOLIDAY status set by the start command and resume ongoing tasks.