PromptWizard
One-shot vibe coding. Get it right the first time.
You write a rough idea. PromptWizard scans your codebase, picks the most relevant files, and rewrites your prompt with exact @file references, scope boundaries, and a verification checklist — ready to paste into Cursor or Copilot.
No more "which file?" No more three attempts to get the AI to understand your project. One keystroke. Done.
Before / After
You write:
add dark mode
PromptWizard produces:
Add dark mode support that persists across sessions.
1. In `src/sidebar.ts`, add a `darkMode` boolean to `ProfileState` and toggle it
via a button that calls `updateTheme()`
2. In `src/extension.ts`, save the preference with
`context.globalState.update('darkMode', value)` and read it on startup to
apply before the sidebar renders
3. In `sidebar.css`, add a `[data-theme="dark"]` class with overrides for all
background, text, and border colors currently hardcoded in the light theme
After completing, verify:
- Toggling dark mode persists after closing and reopening VS Code
- All sidebar elements respect the theme — no hardcoded white/light colors remain
- Theme applies immediately on toggle without requiring a sidebar reload
Getting Started
- Install the extension and open a workspace folder.
- Sign in — open the PromptWizard sidebar and use Sign in with Google or Sign in with Email. (If you don’t see the sidebar:
Ctrl+Shift+P → PromptWizard: Welcome / Sign In to open the welcome/sign-in tab.)
- Open
prompt_drafts.md — auto-created in your workspace. Write your raw idea on any line.
- Press
Alt+Shift+R (Windows/Linux) or Cmd+Alt+Shift+R (Mac) — PromptWizard refines it into a clear, scoped prompt with @file references and a checklist.
- Paste into Cursor — the refined prompt is already on your clipboard.
Ctrl+V and go.
Why PromptWizard
- Context injection — Automatically finds and includes the 10 most relevant files from your workspace. The AI knows your code before you explain it.
- One-shot accuracy — Well-formed prompts cut iteration loops by 60–80%. Less fixing, more shipping.
- Saves AI credits — Fewer retries = fewer tokens burned. Most users recoup the $8/month in saved credits within a week.
- Privacy-first — File discovery runs locally. Only a small subset of files is sent for refinement. Nothing is stored or logged.
Pricing
| Plan |
Requests |
Price |
| Free |
20 requests |
Free |
| Pro |
Unlimited |
$8/month |
No API key needed. No Anthropic subscription. Just install, sign in, and go.
Payments processed securely via Paddle.
Commands
| Command |
Description |
PromptWizard: Refine Prompt |
Refine selected text or current line |
PromptWizard: Refresh Context |
Clear the context cache and rebuild |
PromptWizard: Welcome / Sign In |
Open the welcome tab to sign in or view setup instructions |
Default shortcut: Alt+Shift+R (Windows/Linux), Cmd+Alt+Shift+R (Mac)
Links & Policies
promptwizard.dev — Visit our website for full documentation, privacy policy, terms of service, and more.
Feedback & Support
Found a bug or have a feature request? Open an issue on GitHub or email pevznerlital1@gmail.com.