一键导入
tutorial-free-architecture-policy
Guidelines for maintaining a clean, distraction-free app state without onboarding tutorials
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guidelines for maintaining a clean, distraction-free app state without onboarding tutorials
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guidelines for managing Varisankya releases across Beta and Production tracks.
How to safely record extra payments without advancing the Varisankya subscription next due date.
Instructions for extracting the Play Store upload keystore, Firebase JSON, and passwords from Bitwarden.
Standard operating procedure for concluding an AI agent session and ensuring workspace integrity.
Guidelines for compiling Varisankya from the CLI without Android Studio.
How to correctly handle custom dates for extra subscription payments using MaterialDatePicker.
| name | Tutorial-Free Architecture Policy |
| description | Guidelines for maintaining a clean, distraction-free app state without onboarding tutorials |
Varisankya follows a "Clarity First" design philosophy. Onboarding tutorials, spotlight walkthroughs, and demo modes have been explicitly removed to reduce codebase complexity and prioritize a streamlined "Land and Track" experience for experienced users.
MainViewModel and PreferenceHelper must never contain code that injects non-user data for "simulated" scenarios.empty_state_container within the Home screen or Search to provide context when no data exists, instead of an overlay.TutorialManager, TutorialOverlayFragment, or any .json/.xml resources specific to onboarding logic.If a user is lost, the only acceptable guidance is an expressive "Zero State" card that leads directly to the primary action (e.g., "Add Subscription").