foxctl-room

Coordinate durable multi-agent room messaging and task workflows with shared state.

3|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/joshka0/foxctl --skill foxctl-room
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foxctl-room
Source: https://github.com/joshka0/foxctl/tree/main/configs/skills-pack/foxctl-room
Command: npx skills add https://github.com/joshka0/foxctl --skill foxctl-room

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Foxctl-room makes multi-agent conversations reliable by turning room messaging, participant delivery, tasks, acknowledgements, and reminders into durable, replayable room state instead of ephemeral terminal scrollback.

Core Features & Use Cases

  • Durable room timeline & delivery-first messaging: Sends room messages through foxctl-owned participant transport first, with mux viewers treated as optional presentation.
  • Shared task coordination: Persists room-scoped tasks, enforces strict task state transitions, broadcasts status changes, and supports claim/touch/block/unblock/complete workflows.
  • Coordinator visibility & operator tooling: Provides room inbox/status/coordinator pulse views for actionable backlog, stale work nudges, and room-message resolution/ack flows.
  • Reminders, interview loops, and agile delivery scaffolding: Supports scheduled follow-ups, meaning-check interview protocols, and epic/milestone/story/log structure for longer-running collaboration.

Quick Start

Use foxctl-room to create a durable room, join two participants, start the central coordination loop, add a shared task, and then send a directed request to the coordinator with acknowledgements when needed.

Frequently Asked Questions about foxctl-room

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

FAQPage Schema
How do I coordinate tasks and messaging for a multi-agent collaboration room?

Multi-agent room coordination is handled by persisting room-scoped tasks, enforcing strict task state transitions, and routing messages through durable participant transport with sender and recipient addressing.

What is durable multi-agent room messaging and how does it work?

Durable multi-agent room messaging replaces ephemeral terminal scrollback with replayable room state, persisting timeline, delivery traces, and reminder scheduling to ensure reliable participant communication.

How do I set up a durable room with participant membership and acknowledgements?

Setting up a durable room involves creating the room, joining two participants, starting the central coordination loop, adding shared tasks, and sending directed requests with acknowledgements.

Can I track task state transitions and broadcast status changes across multiple agents?

Yes, shared task coordination persists room-scoped tasks and enforces strict task state transitions, broadcasting status changes while supporting claim, touch, block, unblock, and complete workflows.

What is the best way to monitor stale work and task backlogs in agent coordination loops?

Monitoring stale work is achieved through coordinator visibility surfaces that provide room inbox, status, and coordinator pulse views for actionable backlog tracking and stale work nudges.

Does multi-agent room coordination support scheduled follow-ups and interview protocols?

Yes, room coordination supports scheduled follow-ups, meaning-check interview protocols, and epic, milestone, story, and log structures to scaffold longer-running agile collaboration.