bossMode

Toggle Boss AI always-on interception mode by updating workspace routing configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of making the system respond in a consistent, always-available way by automatically intercepting user inputs and routing them according to Boss AI mode.

Core Features & Use Cases

  • Always-on interception toggle: Turn Boss AI mode on or off, including a toggle behavior when no argument is provided.
  • Stateful workspace behavior: Reads and updates bossMode in doc/company_state.json so the mode persists.
  • Workspace routing enforcement: Updates CLAUDE.md so non-/skill user inputs are routed to the Sub AI pipeline or handled directly by Boss AI based on intent.

Use case: When you want every request after a certain point (status questions, explanations, new tasks, bug reports, changes) to follow a predefined routing rule without remembering to use different slash commands.

Quick Start

Run /bossMode on to enable Boss AI always-on interception mode for the current workspace.

Frequently Asked Questions about bossMode

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

FAQPage Schema
How do I route all user inputs through a single AI agent automatically?

To route all user inputs automatically, you can enable an always-on interception mode that updates workspace routing behavior. This ensures every request is deterministically routed to the AI pipeline without needing specific slash commands.

What is stateful prompt orchestration for continuous workspace operation?

Stateful prompt orchestration is a process that intercepts user inputs and routes them based on predefined rules. It updates workspace state configuration to ensure consistent, always-available AI routing across continuous operation scenarios.

How do I toggle always-on AI interception for my workspace configuration?

You can toggle always-on AI interception by running a single command with an on or off argument. This updates the workspace state file and modifies the routing instructions to enforce the selected behavior.

Does prompt orchestration require manual commands for every new task or bug report?

No, prompt orchestration eliminates the need for manual commands. By enabling always-on interception, all subsequent tasks, bug reports, and questions automatically follow the predefined routing rules without remembering different slash commands.

When should I use deterministic routing for user inputs in software engineering?

Deterministic routing is ideal for continuous operation scenarios where you frequently ask for tasks, explanations, or status updates. It ensures every non-skill input is consistently routed to the appropriate AI pipeline.