| name | drawbridge-draw-prompt |
| description | Craft a target-tuned prompt and put it in clipboard. Does NOT open the browser. Use when the user invokes /draw-prompt. |
| version | 0.1.0 |
Converted from Claude Code command /draw-prompt.
Review and adapt: hooks and MCP tool IDs may need manual mapping for Codex.
/draw-prompt โ prompt only, no browser
Same flow as /draw but skip the db_open_url step. Useful when:
- the target tab is already open and focused
- the user wants to inspect the prompt before deciding which tool to use
- generating multiple variants for A/B comparison
Steps
- Parse
$ARGUMENTS exactly like /draw.
- Resolve target + translate flag (
db_default_target, db_translate_enabled).
- Invoke
prompt-crafting skill.
pbcopy the prompt + db_history_append.
- Report:
target: <target>
prompt copied to clipboard.
followed by the prompt in a fenced block.