prompt-enhance
Installation
SKILL.md
Prompt Enhance
Return one refined prompt a coding or knowledge agent can execute.
Do not interview.
When information is missing, use an assumption or [NEEDS: ...].
Workflow
- Read the input and referenced context: repo, files,
AGENTS.md,CLAUDE.md,README.md, relevant code. - Resolve unambiguous references such as "the thing" or "that script".
- Identify defects: vague goal, buried intent, contradictions, missing scope, missing output format, missing success criteria, negative phrasing, premature-stop scaffolding, irrelevant noise.
- Rewrite the prompt. Preserve intent. Remove filler. Keep substance.
- Return the refined prompt, then
Changed,Assumptions, andGapslines as needed. - Offer one action: run it now, save it to
prompts/<slug>.md, or stop.