Fable Goal Prompt Writer
Fable Goal Prompt Writer converts a rambling description of a desired outcome into a single polished, autonomous /goal prompt ready to paste into a fresh session. It extracts the core deliverable, quality bar, tools, and destination, then writes a concise prompt with creative freedom and a verification loop. The output is a copy-paste prompt, not the build itself.
✨ What it does
- Extracts six key slots from the ramble: deliverable, quantity, audience/stakes, tools, quality bar, and destination.
- Fills gaps with defaults and asks only when the answer would meaningfully change the prompt (outcome, scale, destination
- Verifies named resources (paths, capabilities, MCPs) before including them in the prompt.
- Writes a seven-part prompt: desire/stakes, quality bar, tool inventory + discovery mandate, creative freedom, verificati
- Targets 150–350 words and includes a self-check for completeness and correctness.
- Outputs the prompt in a fenced code block followed by an Assumptions list.
🎯 When to use it
- When the user says '/fable-goal' or asks to 'turn this into a goal prompt'.
- When the user rambles about something they want made and asks for the prompt that will make it happen in a fresh session.
- When the user wants a prompt that builds a deliverable autonomously, not the deliverable built now.
- When the user needs a well-structured prompt with clear completion criteria and verification steps.
🚀 How to use
Trigger: /goal
Trigger with the slash command '/fable-goal' or a request like 'turn this into a goal prompt' or 'write me a fable prompt'. Provide a rambling description of the desired outcome, optionally including audience, tools, and destination. The skill will ask clarifying questions only if needed, then output a single copy-paste prompt in a code block with an Assumptions list.
Example prompts:
/fable-goal I want 5 landing pages for my prompt pack, all different and amazing, hosted somewhere I can view them.
Turn this into a goal prompt: Build a script that scrapes my blog and emails me a weekly digest.
📄 Output: A single copy-paste /goal prompt in a fenced code block, followed by a short Assumptions list.
📦 Add this skill to Claude Code
# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills
# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/productivity/fable-goal/skills/fable-goal .claude/skills/fable-goalSkill source: productivity/fable-goal/skills/fable-goal/SKILL.md
⚠️ Good to know
The skill does not build the deliverable itself; it only writes the prompt. It requires the user to provide a ramble or description, and it may ask clarifying questions if key details are missing.
❓ FAQ
What if I actually want the thing built now, not a prompt?
The skill checks for this and will tell you in one line that it's the wrong tool, offering to build it instead.
How does the skill decide what to ask me?
It asks only when the answer would meaningfully change the prompt, such as outcome, scale, destination, assets, or brand facts, and it asks all questions in one batch.
What makes a good /goal prompt according to this skill?
A good prompt clearly states the deliverable and stakes, gives creative freedom, includes a verification loop, and ends with a goal line and autonomy directive, all in 150–350 words.
🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.