ワンクリックで
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").