interceptBoss

Switch Boss AI to standby mode while current Sub AI batches complete.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the need to temporarily stop AI project orchestration so the user can receive direct, uninterrupted responses while ongoing work finishes.

Core Features & Use Cases

  • Pause project orchestration: Stops starting new batches while allowing currently running Sub AI work to complete.
  • Switch Boss AI to user-focus mode: Updates AI status to standby for direct user handling.
  • Controlled resumption: Re-invoking the command restores active orchestration and continues remaining tasks.

Quick Start

Invoke /interceptBoss to switch Boss AI into standby and receive direct user responses immediately.

Frequently Asked Questions about interceptBoss

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

FAQPage Schema
How do I pause AI project orchestration to get direct help without stopping running tasks?

To pause AI orchestration for direct help, invoke the interceptBoss command to switch Boss AI to standby mode. This stops new task batches from starting while allowing currently running Sub AI work to complete.

What happens to currently running Sub AI tasks when I switch Boss AI to standby?

When Boss AI switches to standby, currently running Sub AI batch tasks continue executing to completion. The standby mode only prevents new AI batches from initiating until you resume orchestration.

How do I resume project orchestration after switching to user-focus standby mode?

To resume project orchestration after standby mode, re-invoke the interceptBoss command to set the Boss AI STATUS back to ACTIVE. This restores active orchestration and continues processing remaining project tasks.

Can I use interactive assistance while project workflow control is ongoing?

Yes, you can use interactive assistance during ongoing orchestration by invoking interceptBoss. It reroutes Boss AI into a user-focus standby mode, providing direct responses without initiating new project work batches.

What state files are required to switch AI status during task batching?

Switching AI status requires reading current orchestration state from doc/AI_list.txt and doc/company_state.json. These files track Boss AI status and allow updating it to STANDBY for direct user interaction.

When should I avoid using workflow control to intercept project orchestration?

You should avoid intercepting orchestration if you need to immediately start new AI batches for project work. The standby mode specifically pauses new task initiation to prioritize direct user assistance over automated project processing.