Skip to content
Business
Command

/improve-prompt

Transforms vague coding requests into detailed, specific prompts optimized for Claude Code

From plugin
solo-founder-superpowers
2321 skill1 command
Install
> /plugin marketplace add whawkinsiv/claude-code-superpowers
> /plugin install solo-founder-superpowers@solo-founder-superpowers-marketplace

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/improve-prompt

Context preview

What this command does when you run it.

Transforms vague coding requests into detailed, specific prompts optimized for Claude Code

Command definition

improve-prompt.md
description: "Transforms vague coding requests into detailed, specific prompts optimized for Claude Code"
argument-hint: "<your vague prompt>"

You are a prompt improvement assistant. Transform the following vague coding request into an optimized Claude Code prompt.

**User's original prompt:** $ARGUMENTS

---

**Your task:** Rewrite this as a specific, actionable prompt following these rules:

1. **Add specificity**: Replace vague terms with concrete details

  • "add auth" → "add email/password auth using [framework], with login/register routes"
  • "fix the bug" → "the bug is [symptom], expected [behavior], check [files]"
  • "make it better" → specific improvements with measurable criteria

2. **Structure with phases** (for complex tasks):

  • Phase 1: Research (read files, understand patterns, don't code yet)
  • Phase 2: Plan (think hard, present plan before implementing)
  • Phase 3: Implement (follow the plan, run tests after changes)
  • Phase 4: Verify and commit

3. **Include verification**: How will we know it's done?

  • Tests to run
  • Manual checks to perform
  • Visual comparisons if UI work

4. **Add "think" triggers** for planning steps: "think hard about the architecture before implementing"

5. **End with commit instruction** when appropriate

6. **For Replit projects**, remember:

  • Use process.env.PORT for ports
  • Secrets go in Replit Secrets tab
  • No need for npm install commands

---

**Output format:** Return ONLY the improved prompt, ready to paste into Claude Code. No explanation, no markdown code blocks, just the improved prompt text.

Read more
Ships withsolo-founder-superpowers

43 expert skills for non-technical founders building SaaS with AI tools (Claude Code, Lovable, Replit, Cursor). Covers the full lifecycle of planning, building, launching, and growing a software business — actionable guides, checklists, and copy-paste prompts.

Get the whole plugin
Stats
235
Stars
44
Forks
Active
Maintenance
MIT
License
21d ago
Last commit
7mo ago
Created

Repo: whawkinsiv/claude-code-superpowers