Universal Enterprise Command Bar
Purpose
Design a universal command bar that replaces process navigation with intent-based commands.
Use this skill for commands such as:
/create project from won opportunity/run compliance audit/fix orphaned contacts/show pipeline risks/start supplier onboarding
V1 Boundary
This skill produces command design guidance only. It does not implement a command bar or execute commands.
Workflow
- Define command categories: create, show, update, approve, run, analyze, fix, migrate, escalate, and close.
- Define command syntax, synonyms, required slots, optional filters, and fallback questions.
- Map commands to Dataverse tables, flows, business processes, reports, and governance checks.
- Define preview and confirmation patterns for risky, bulk, or irreversible commands.
- Define discoverability: examples, autocomplete behavior, role-aware suggestions, and command history.
Output Format
Return:
Command catalog: command names, examples, and aliases.Slot model: required and optional parameters.Dataverse mapping: target records, flows, reports, and actions.Safety model: preview, confirmation, approval, and audit.UX behavior: autocomplete, help, history, and role-aware suggestions.