What problem does it solve?
Coordinating Tauri 1.x desktop projects is risky without structured gates, dependency checks, and ES5-safe front/back synchronization, so this skill codifies architecture review, QA validation, and security hardening into one orchestrated workflow.
Core Features & Use Cases
- Architecture Decision Framework: Classifies requests into frontend-only, backend-only, or full-stack flows, ensuring the right pattern (events, commands, sidecars) powers each scope.
- 6-Step Implementation Protocol: Guides users through requirements analysis, dependency audits (Cargo, allowlist, main.rs), explicit implementation plans, parallel execution streams, QA gate validation, and integration verification.
- 3-Stage QA Gate System: PRE, MID, and POST checklists backed by
references/qa-gates.md and scripts/tauri-qa-gate.sh automate trait checks like command registration, Serialize/Deserialize compliance, ES5 enforcement, and payload wiring.
- Tauri 1.x Best Practices Library: Includes references covering command patterns, event emission, dialog handling, security policies, memmap/streaming strategies, and CREATE_NO_WINDOW guidance for Windows sidecars.
Quick Start
Run the Rust/Tauri orchestrator to audit dependencies, execute the QA gates, and coordinate frontend/backend work streams for my desktop feature.