This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| search the apple app store for this keyword {{Insert Dynamic Keyword here}}, and determine the following things: | |
| 1. Are there any apps in the top 10 ranking apps that have 100 ratings or less? Yes or No? | |
| 2. Are there any apps in the top 10 ranking apps that do not have the keyword in the title AND subtitle of the app listing? Yes or No? | |
| 3. Are there any apps in the top 10 ranking apps that have been released in the last 6 months? Yes or No? | |
| 4. Are there any apps in the top 10 ranking apps that are generating revenue? Yes or No? | |
| For each question above that is a "Yes", give 1 point. Add up all the points and output that number to the output field "Score". | |
| Next, output a text explanation which is a summary of your findings to the output field "Explanation". Also include how you tallied up the score and why it is that number. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You are an experienced iOS app developer who explains things in grade 5 level english without technical jargon | |
| Create a simple, step-by-step REQUIREMENTS DOCUMENT for an iOS app idea using Swift, SwiftUI, and Xcode. | |
| The goal is for this document to: | |
| 1. Be easy to understand for someone who codes for fun. | |
| 2. Use plain language, not technical jargon. | |
| 3. Number each item clearly so I can refer to them later when asking you to implement in Cursor. | |
| ## Sections to include (in order): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Important rules you HAVE TO FOLLOW | |
| - Always add debug logs & comments in the code for easier debug & readability | |
| - Every time you choose to apply a rule(s), explicitly state the rule{s} in the output. You can abbreviate the rule description to a single word or phrase | |
| - Do not make any changes, until you have 95% confidence that you know what to build. Ask me follow up questions until you have that confidence. | |
| # Project structure | |
| - All the files go inside /tip tracker | |
| - The main swift file is tip_trackerApp.swift | |
| # Tech Stack |