rc-enrichment-prompt
SolidTransforms a rough, vague, or one-line user request into a structured, high-signal prompt in markdown before any work begins — surfacing the real objective, implicit context, ambiguities, scope, and acceptance criteria so the executing agent (or another LLM) wastes no turns guessing. Use when a request is underspecified, when the user asks to "enhance/enrich/improve this prompt", or as a first pass before a large or fuzzy task. Do not use when the request is already precise and scoped, for trivial one-step edits, or to actually execute the task (this only rewrites the prompt, it does not implement).
Install
Quality Score: 82/100
Skill Content
Details
- Author
- rodolfochicone
- Repository
- rodolfochicone/rc-project
- Created
- 1 months ago
- Last Updated
- 2 weeks ago
- Language
- JavaScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
enhance-prompt
Use when the user asks to rewrite a rough request into a polished, copy/paste-ready prompt for another agent or a fresh session.
prompt-enhancement-skill
Creates, critiques, repairs, and adapts prompts for AI tools. Use when the user asks to write or improve a prompt, convert requirements into instructions for an LLM or agent, diagnose why a prompt underperforms, or adapt a prompt for text, code, research, image, video, audio, automation, or computer-use systems. Skip when the user wants the underlying task completed and does not ask for a prompt.
prompt-refiner
Refine rough, scattered, conversational, or ambiguous requests into faithful, executable prompts for general-purpose LLMs and AI coding assistants. Use when a user asks to improve, rewrite, organize, clarify, translate, or diagnose a prompt; convert notes or stream-of-consciousness requirements into an AI-ready prompt; create a reusable prompt template; or adapt a prompt for ChatGPT/OpenAI, Claude, Gemini, Codex, Cursor, GitHub Copilot, Kimi, DeepSeek, or another named model or assistant without losing facts, constraints, or intent.