boost-prompt

Refines task prompts through interactive clarification and copies the final markdown to the clipboard.

1|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/ultraviollettnympho/transit-ticket --skill boost-prompt-ultraviollettnympho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: boost-prompt
Source: https://github.com/ultraviollettnympho/transit-ticket/tree/main/.github/skills/boost-prompt
Command: npx skills add https://github.com/ultraviollettnympho/transit-ticket --skill boost-prompt-ultraviollettnympho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Vague or underspecified task prompts lead to poor AI outputs. This Skill turns a rough idea into a detailed, well-structured prompt by asking targeted clarifying questions before any work begins. ## Core Features & Use Cases - Interactive Clarification: Asks specific questions about scope, deliverables, constraints, and success criteria using the Joyride human-input tool. - Project Exploration: Uses available tools to inspect the project and ground the prompt in real context. - Clipboard Delivery: Produces the refined prompt as markdown, copies it to the system clipboard via Joyride, and prints it in chat for review. - Use Case: Before starting a complex coding task, run this workflow to iteratively build a precise specification prompt, then paste it into a fresh session for execution. ## Quick Start Ask the assistant to help refine your task idea into a detailed prompt and answer its clarifying questions until the final markdown is copied to your clipboard.

Frequently Asked Questions about boost-prompt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I improve a vague AI prompt before starting a task?

Run an interactive refinement workflow that asks targeted questions about scope, deliverables, and constraints, then organizes the answers into a structured markdown prompt. The final result is copied to your clipboard for reuse.

What is the Joyride extension used for in prompt workflows?

Joyride is a VS Code extension that provides the joyride_request_human_input tool for asking the user questions and Clojure-based clipboard access via vscode/env.clipboard.writeText. This Skill requires it to function.

Does this workflow write any code during prompt refinement?

No. The instructions explicitly prohibit writing code. The workflow only gathers requirements, explores the project for context, and produces a refined markdown prompt.

Can I revise the generated prompt after it is copied to the clipboard?

Yes. After each version is copied and displayed, the assistant asks whether you want changes or additions, then repeats the copy-and-review cycle for any revisions.

What are the limitations of interactive prompt refinement?

It depends on the Joyride extension being installed and on the user answering clarifying questions, so it cannot run fully autonomously. It also produces a prompt only, not the actual task implementation.