prompt
Installation
SKILL.md
/prompt — format informal input into a structured prompt, then execute
Take an informal or dictated request, reformat it into a structured six-section prompt (Role / Task / Context / Constraints / Output format / Bookend) at the appropriate depth, show the formatted prompt to the user, and execute it.
When to use
- The user dictates a long, meandering ask and wants a clean run.
- The request mentions specific domain terminology and would benefit from explicit Constraints + Output-format sections before execution.
- The user has tried an unformatted run and got a generic answer; reformatting before re-running is cheaper than iterating in dialogue.