store-setup

Guides initial POS store setup through printer registration, kitchen routing, and staff invitations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Newly created restaurant stores cannot start operating until printers are registered and tested, kitchen routing is configured, and staff are invited with correct roles. Doing these steps ad hoc leads to missed tasks, untested printers receiving orders, and over-privileged staff accounts. ## Core Features & Use Cases - Remaining-task tracking: Pulls the outstanding setup checklist via get_setup_steps and re-verifies it after every change so nothing is skipped. - Gated equipment setup: Registers printers one at a time with explicit confirmation, runs connectivity tests, and only assigns kitchen station routing to printers that pass. - Role-verified staff invitations: Invites staff one by one with least-privilege roles, then confirms actual permissions match intent using get_role_permissions. - Use Case: A store owner says "セットアップ何が残ってる?" and the assistant lists completed and remaining tasks, registers the missing kitchen printer after confirmation, tests it, routes the grill category to it, and invites a part-time cashier with the correct limited role. ## Quick Start Ask the assistant to check what initial setup tasks remain for my store and walk me through completing them one by one.

Frequently Asked Questions about store-setup

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

FAQPage Schema
How do I set up a new store on rocky-regi POS?▼

Start by retrieving the remaining setup task list, then register required printers, run connectivity tests, configure kitchen station routing, and invite staff with appropriate roles. Each write operation requires explicit confirmation and is performed one at a time.

How do I register and test a kitchen printer?▼

Present the printer's location, purpose, and connection identifier for confirmation, then register it and send a test print. Only printers that pass the connectivity test become eligible for kitchen routing assignments.

Can this skill create a new store from scratch?▼

No. It only handles equipment, kitchen routing, and user setup for stores that already exist. New store creation is handled through the owner registration wizard or admin-side procedures.

What happens if a printer fails the connectivity test?▼

The printer is marked as failing and excluded from kitchen routing assignments. The user is prompted to fix physical issues like paper or connection problems, and setup does not proceed until the test passes.

How are staff roles and permissions verified during invitation?▼

Staff are invited one at a time with the minimum role needed for their job. Afterward, the role's actual permissions are checked and translated into business terms, such as whether the role can finalize payments, to catch over-privileging early.