원클릭으로
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").