floor-status

Summarizes restaurant floor status by classifying vacant, lingering, and attention-needed tables.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/Techno-Rocky/rocky-regi-plugins --skill floor-status-techno-rocky
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: floor-status
Source: https://github.com/Techno-Rocky/rocky-regi-plugins/tree/main/plugins/rocky-floor/skills/floor-status
Command: npx skills add https://github.com/Techno-Rocky/rocky-regi-plugins --skill floor-status-techno-rocky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? During service, floor staff and managers need an instant answer to "which tables are free, which are lingering, and which need attention right now?" without manually scanning every table. This Skill aggregates live floor data from the rocky-regi POS into a single prioritized summary. ## Core Features & Use Cases - Three-way classification: Sorts tables into vacant (seatable), lingering (long-stay), and needs-attention (unhandled staff/kitchen calls or pending approvals) using mechanical thresholds rather than guesswork. - Dwell-time judgment: Compares each open session's elapsed time against the store's expected turnover, and explicitly withholds judgment when no baseline is available. - Read-only safety: Performs no table moves, merges, forced clears, or sell-out toggles; it hands off any required action to the appropriate operation skill. - Use Case: During the dinner rush, a manager asks "How's the floor?" and receives a prioritized list: 2 tables with unanswered calls, 1 table exceeding expected stay time, and 3 vacant tables pending floor confirmation. ## Quick Start Ask the assistant "Show me the current floor status for my store" to get a prioritized summary of tables needing attention, lingering tables, and available seats.

Frequently Asked Questions about floor-status

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

FAQPage Schema
How do I check which restaurant tables are free right now?▼

Ask for the current floor status and the Skill reads the floor map from the POS to list vacant tables. Because the map may include tables being cleaned or reserved, results are labeled as needing on-site confirmation rather than stated as absolute.

How does the skill decide a table is lingering too long?▼

It compares each open session's elapsed time against the store's expected turnover or course time limit. If no baseline is available, it lists tables by longest stay and explicitly notes that a long/normal judgment cannot be made.

Can this skill move, merge, or clear tables?▼

No. It is strictly read-only and never calls write operations such as table moves, merges, forced clears, or check closures. Any required action is handed off to the dedicated table operations skill with human confirmation.

What happens if the business day is not open?▼

The Skill checks whether a business day is open before gathering floor data. If the day is closed, it stops immediately and reports that the store is in preparation or after closing, without listing seats or sessions.

Does floor status work across multiple store locations?▼

No, it is a single-store flow. When multiple stores are available, the user must confirm which one store to inspect, and data from different stores is never mixed into one floor view.