Refine Prompt banner
adnanmokhtar adnanmokhtar

Refine Prompt

Development community

Description

--- description: Turn a rough idea, one-liner, or ticket into an execution-ready prompt file. Names the command to run it next, and is output-only by contract — it writes the prompt, never executes it. Trigger on 'refine this prompt', 'turn this one-liner into a proper brief before I run it', or when a richer input is wanted ahead of /scaffold-project or /audit. Do NOT trigger merely because a request is vague; vagueness alone routes to /do. Not when a spec already exists, not for a tracker ref

Installation

Installs to ~/.claude/skills/adnanmokhtar-refract-refine-prompt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adnanmokhtar-refract-refine-prompt && curl -fsSL https://raw.githubusercontent.com/adnanmokhtar/refract/HEAD/commands/refine-prompt.md -o ~/.claude/skills/adnanmokhtar-refract-refine-prompt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository