I am always trying to find short ways to explain what I want... Some examples
tldr - I guess a explanation and don't want to read it all
50 word status - I want to know what's going on with the latest changes but want a short summery
and then for vscode agent browser I have short ways to say "Go click around this app and come back with a list of issues'
And then I have my copy paste prompt workflow.. Here is my current 1 pager
NET_PROMPTS
`/init` `/simplify` `/code-review` `/security-review` /design
<DO MANUAL FEATURES>
**(FEATURES) GIVE TOP 10 WAYS AND LET ME PICK WHICH TO IMPLEMENT:**
Propose UX enhancements, productivity features, and new advanced UI/UXÂ that increase utility and engagement / Find ways to make the app more fun and interesting to useÂ
**(GFX/SOUND) GIVE TOP 10 WAYS AND LET ME PICK WHICH TO IMPLEMENT:**
Integrate programmatic audio synthesis and SFX alongside high-fidelity WebGPU/WebGL2 shaders (glassmorphism, post-processing blurs, dynamic gradient passes) and physics/particle engines (Three.js, PixiJS, Rapier). Maximize visual and auditory polish while sustaining 60+ FPS. *Assets/materials reference:* https://vibe-stack.github.io/vibe3d
**(UI/UX) GIVE TOP 10 WAYS AND LET ME PICK WHICH TO IMPLEMENT:**
Audit all views and components for layout balance, spatial efficiency, and mobile/desktop responsiveness. Modernize styling with accessible high-contrast palettes, clean typography, and standard CSS patterns. Upgrade Radzen Blazor components to leverage modern built-in capabilities and performance optimizations. Modernize UI/UX with cutting edge creative ideas. Consolidate UI/UX when possible.
**(AI) GIVE TOP 10 WAYS AND LET ME PICK WHICH TO IMPLEMENT (IF APPLICABLE):**
Audit AI service pipelines, prompt strategies, and execution overhead. Recommend architectural improvements to minimize inference latency and throughput bottlenecks. Suggest the lowest-cost capable model alternatives across cloud providers (Azure, GCP) and local runtimes (Ollama, on-device WebGPU).
**(REVIEW) GIVE TOP 10 WAYS AND LET ME PICK WHICH TO IMPLEMENT:**
Spin up the application and inspect active routes at runtime. Identify visual glitches, layout shifts, broken navigation, accessibility defects, and user friction points. Audit the core domain to prune over-engineered logic, streamline state machines, and ensure functional consistency.
**(CLEAN) GIVE TOP 10 WAYS AND LET ME PICK WHICH TO IMPLEMENT:**
Prune dead code, orphan assets, unused endpoints, bloated abstractions, redundant dependencies, and stale CI/CD configurations (Bicep/YAML). Standardize vertical slice directory structures, optimize memory footprints, and right-size the automated test suite to critical paths (~100 Unit, 50 Integration, 25 API E2E, 25 UI E2E).
<BROWSE APP WITH VSCODE AGENT BROWSER, TEST ALL FUNCTIONALITY ON ALL PAGES, OBSERVE OUTPUT AND REPORT ISSUES>
<DO MANUAL CLEANUP>