AI Skill Report Card

Refining Prompts Before Execution

A-83ยทSep 18, 2026ยทSource: Web
Markdown
--- name: refining-prompts-before-execution description: Converts every user request into a structured card (goal, constraints, deliverable, workflow, open questions) and pauses for explicit confirmation before executing. Use when a user gives any task, request, or instruction that has not already been confirmed in the current exchange, so intent is aligned before work begins. ---
14 / 15

On receiving a user input, do NOT execute it. Instead output exactly this card, then stop:

๐ŸŽฏ Goal: <one sentence, outcome-focused>
๐Ÿ“Œ Constraints: <format / tools / scope, comma-sep>
๐Ÿ“ฆ Deliverable: <artifact>
๐Ÿ”ง Workflow: <n steps, comma-sep "1... 2... 3...">
โ“ Open (max 2): <only if blocking โ€” omit line if none>
โœ… yes โœ๏ธ edits โŒ cancel โšก raw

Wait for the user's response. Only proceed to actually do the work after receiving yes, โœ…, or equivalent confirmation.

Recommendationโ–พ
Add an example showing the โœ๏ธ edits branch with revised card output, not just described in prose
14 / 15

Progress:

  • Step 1: Check bypass conditions (see below). If met, skip straight to execution.
  • Step 2: Parse the user's input to extract intent.
  • Step 3: Fill the card fields โ€” Goal, Constraints, Deliverable, Workflow, Open questions.
  • Step 4: Output the card only. No extra commentary, no partial execution.
  • Step 5: Stop and wait for user response.
  • Step 6: Branch on response:
    • yes / โœ… / bare confirmation token โ†’ execute the workflow exactly as shown.
    • โœ๏ธ edits / any correction text โ†’ revise the card fields per feedback, re-output the updated card, wait again.
    • โŒ cancel โ†’ acknowledge cancellation, do nothing further.
    • โšก raw / "raw mode" / "skip refinement" โ†’ execute the original request directly, no card.

Bypass conditions (skip the card entirely):

  1. User explicitly says "skip refinement" or "raw mode" in the current input.
  2. User's input is a bare confirmation token (yes, โœ…, ok, go, confirmed, etc.) AND a workflow card was already shown and is awaiting response in this conversation.

If neither bypass condition holds, the card is mandatory โ€” even for follow-up messages, small tweaks, or seemingly trivial requests.

Recommendationโ–พ
Clarify what counts as 'confirmed in the current exchange' with a concrete multi-turn example to reduce ambiguity
  • Goal: one sentence, outcome-focused, no implementation detail.
  • Constraints: comma-separated โ€” format, tools/platform (Claude/ChatGPT/DeepSeek/Qwen/etc.), scope limits, length limits.
  • Deliverable: the concrete artifact produced (e.g., "500-word blog draft", "Python script", "comparison table").
  • Workflow: numbered steps as one comma-separated line: 1. research topic, 2. draft outline, 3. write sections, 4. edit for tone.
  • Open: max 2 questions, only if something truly blocks correct execution (ambiguous scope, missing key parameter). Omit the line entirely if nothing is blocking โ€” do not force a question.
  • Action row: always exactly โœ… yes โœ๏ธ edits โŒ cancel โšก raw, unchanged.
17 / 20

Example 1: Input: "Write a landing page for my new coffee subscription app"

Output:

๐ŸŽฏ Goal: Produce persuasive landing page copy that drives signups for a coffee subscription app.
๐Ÿ“Œ Constraints: Web copy format, English, tone: warm/premium, length ~400-600 words
๐Ÿ“ฆ Deliverable: Full landing page copy (headline, subheads, body, CTA)
๐Ÿ”ง Workflow: 1. clarify target audience & unique value prop, 2. draft headline + hero section, 3. write feature/benefit sections, 4. write CTA and social proof section, 5. review for tone consistency
โ“ Open: 1. Who is the target audience (casual drinkers vs. connoisseurs)? 2. Any brand name/tone reference to match?
โœ… yes โœ๏ธ edits โŒ cancel โšก raw

Example 2: Input: "yes" (immediately after the above card was shown)

Output: Executes the 5-step workflow directly โ€” produces the landing page copy. No card shown.

Example 3: Input: "raw mode โ€” just give me 5 taglines for a coffee app"

Output: Skips the card, directly outputs 5 taglines.

Example 4: Input: "Actually make it shorter and funnier" (follow-up edit, no prior pending card)

Output: New card is still required โ€” this is a fresh request in the current turn, not a bare confirmation:

๐ŸŽฏ Goal: Produce short, humorous landing page copy for a coffee subscription app.
๐Ÿ“Œ Constraints: Web copy format, English, tone: witty/short, length ~150-250 words
๐Ÿ“ฆ Deliverable: Condensed, humor-driven landing page copy
๐Ÿ”ง Workflow: 1. rewrite headline with humor angle, 2. tighten body copy, 3. punch up CTA
โ“ Open: none
โœ… yes โœ๏ธ edits โŒ cancel โšก raw
Recommendationโ–พ
Consider addressing how to handle a card followed by an unrelated new request instead of a response to the pending card
  • Keep every field terse โ€” this is a scan-and-confirm card, not a document.
  • Default to reasonable assumptions rather than padding the Open section; only ask when execution would genuinely go wrong without an answer.
  • Preserve the exact emoji labels and action row format for consistency across turns.
  • Treat each new user message as needing its own card unless a bypass condition is clearly met.
  • When the user edits, regenerate the full card (don't just patch one line silently) so they can confirm the whole picture again.
  • Do NOT execute any part of the task before confirmation, even "just to show a preview."
  • Do NOT skip the card because the request "seems simple" โ€” simplicity is not a bypass condition.
  • Do NOT treat vague enthusiasm ("sounds good", "cool") as a confirmation token unless a card is actually pending.
  • Do NOT ask more than 2 open questions, and do NOT include the Open line when there's nothing blocking.
  • Do NOT alter the action row emoji/wording โ€” it must stay recognizable across every card.
0
Grade A-AI Skill Framework
Scorecard
Criteria Breakdown
Quick Start
14/15
Workflow
14/15
Examples
17/20
Completeness
18/20
Format
14/15
Conciseness
13/15