reflectt-node operator playbook

Coordinate Reflectt-node agents and tasks to prevent collisions across channels.

12|4|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/reflectt/reflectt-node --skill reflectt-node-operator-playbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reflectt-node operator playbook
Source: https://github.com/reflectt/reflectt-node/tree/main
Command: npx skills add https://github.com/reflectt/reflectt-node --skill reflectt-node-operator-playbook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams coordinating multiple AI agents inside reflectt-node struggle with race conditions, misaligned ownership, and fragmented workflows across chat, tasks, inbox, presence, and health dashboards.

Core Features & Use Cases

  • Health readiness checks and quick-start workflows to verify operational readiness.
  • Team chat, task assignment, inbox routing, and presence automation to reduce coordination overhead.
  • Activation flow for bootstrapping a new team and maintaining team health visibility.

Quick Start

Boot the operator by loading the SKILL.md frontmatter and then run the health readiness checks to verify the runtime is ready.

Frequently Asked Questions about reflectt-node operator playbook

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

FAQPage Schema
How do I coordinate multiple AI agents to prevent task collisions and race conditions?

Agent coordination prevents collisions by identifying active agents and enforcing consistent task ownership across channels. The operator playbook manages this by routing chat, tasks, and inbox actions so agents never duplicate work or override each other.

What's the best way to manage presence and health dashboards for self-hosted AI agent teams?

Managing presence and health dashboards requires running health readiness checks after loading the operator playbook. This verifies operational readiness for your local self-hosted deployment, ensuring team health visibility and consistent agent presence tracking.

How do I bootstrap a new AI team and route inbox workflows as the team scales?

Bootstrapping a new team uses the activation flow in the operator playbook to set up chat, task assignment, and inbox routing. This automation reduces coordination overhead and maintains health visibility as your self-hosted deployment scales.

Do I need a SKILL.md file at the root to coordinate agents in a local self-hosted deployment?

Yes, a SKILL.md file at the root is required. It must contain YAML frontmatter with name and description fields, an entry point file, and optional directories for scripts, references, and assets used by the operator playbook.

Why are my AI agents experiencing fragmented workflows and misaligned ownership across chat and task channels?

Fragmented workflows and misaligned ownership occur when multiple agents operate without a central coordination mechanism. The operator playbook solves this by applying consistent ownership rules across chat, tasks, inbox, presence, and health channels.

Can I automate task assignment and inbox routing for Reflectt-node agents?

Yes, task assignment and inbox routing are automated through the operator playbook. It coordinates Reflectt-node agents to ensure consistent ownership and reduce manual coordination overhead across your self-hosted deployment.