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.