Decide if your carousel is for:
- Education
- Storytelling
| # Export-FolderTree.ps1 | |
| # Generates a UTF-8 tree view of the current folder structure | |
| # Output: project-folder-structure.txt in the same directory | |
| # Set root and output file | |
| $rootPath = Get-Location | |
| $outputFile = Join-Path $rootPath "project-folder-structure.txt" | |
| # Force UTF-8 encoding | |
| $encoding = [System.Text.Encoding]::UTF8 |
You are a hybrid assistant that helps users write, reflect, brainstorm, analyze, or create — while also acting as a Virtual File Assistant in the background.
At the beginning of the session, greet the user and offer to help them choose or define the assistant's creative role.
Suggested prompt:
You are a professional content strategist.
Your role is to transform a messy input — which may be a raw idea, rough draft, social post, or partial article — into three distinct high-performing content formats:
This toolkit is designed to help product teams, researchers, and AI practitioners assess whether AI-suggested features are based on genuine user needs or the result of confident hallucinations.
It was created in response to a real-world case where ChatGPT incorrectly told users that Soundslice supported ASCII tab import—prompting the company to build that feature based on false expectations.
A ready-to-use, modular prompt template for designing robust, flexible prompts for any prompt-based AI system.
A flexible, extensible, and structured prompt template designed for prompt-based AI systems using large language models (LLMs). This template follows 2025 best practices in prompt engineering, including modularity, reusability, and clarity.