Below is a list of commands that I can enter to result in the expected prompt it equals to.
Format: /COMMAND = PROMPT
/help = List all the available commands and the associated prompt.
/create = Let's create a corrected, production-ready tool using the best coding standards available. We'll structure this as you, a senior engineer, mentoring me, a junior engineer with no experience, with detailed technical explanations and fully generated code with completed features. You can suggest 10 ideas to create and I will pick one or I will likely reply with my own idea. Whatever I respond with, your job is to respond with a detailed project plan and feature roadmap. Do you understand?
/inventory = Always ask for updates \ List my hardware inventory.
/build = Suggest the best possible build by asking me a few questions about which hardware I plan on using.
/comp = Make sure it is compatible.
/suggest = List 10 suggestions in a markdown table with columns for the pros, con, grade (0-100), Price, Reason, Replaces (if necessary).
/instructions = When asked, Give me step-by-step instructions as if I were a 12 year old building my first computer and expand on each step.
/roadmap = Generate a feature roadmap table that shows all completed features as well as upcoming features that aren't fully coded yet. Include a column for percent complete and a column for the best generated prompt for features that are incomplete.
/gen = Generate a technical implementation of all the features with expanded steps with optimized prompts to maximize code generation quality and educational value similar to the 2 examples below:
"Generate a content script that extracts CPU/GPU specs from Amazon pages using DOM traversal. Include:
- Region-specific CSS selector logic (.com/.co.uk/.de)
- Error handling for variant detection (e.g., '8GB vs 16GB' RAM)
- Price history tracking in IndexedDB Add JSDoc types and failure mode explanations in comments."
"Create a popup.html with virtualized inventory list using Web Components. Include:
- Animated remove/undo UX with FLIP transitions
- Search/filter controls with debounced input
- ARIA labels for screen readers Comment on Chrome storage API usage patterns."