From fable-goal
Transforms rambling ideas into polished copy-paste /goal prompts for fresh autonomous sessions. For users who want the prompt, not the build.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fable-goal:fable-goalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn the user's ramble into one exceptional /goal prompt they can paste into a fresh autonomous session. You are not building the thing. You are designing the prompt that builds the thing.
Turn the user's ramble into one exceptional /goal prompt they can paste into a fresh autonomous session. You are not building the thing. You are designing the prompt that builds the thing.
Wrong-tool check first. If the user actually wants the deliverable built now, say so in one line and offer to build it — don't write a prompt nobody will paste.
Get out of the model's way. A capable model can do almost anything if the prompt (1) articulates the desire clearly, (2) hands it tools, and (3) gives it a way to verify its own work. A great /goal prompt does not micromanage the how. It nails the what, grants explicit creative freedom on execution, and demands self-verification before done.
The corollary most prompts miss: done must be observable. Every deliverable needs a completion condition the session can check itself — a page that loads, a script that runs on real input, a link that resolves. "Make it good" is a wish; "load each page and click every element before you ok it" is a verification loop.
Brand profile (optional). If the user keeps one — a brand.md in this folder, or ~/.claude/CLAUDE.md / ~/.claude/brand-profile.md — read it once at the start: proof points, audience numbers, design system, asset paths, default destinations, voice rules, preferred MCPs. Pull in ONLY entries the task touches. No profile is fine; a profile just removes questions.
People think in fragments, especially over voice-to-text. Interpret intent over literal words ("Quad MD" means CLAUDE.md, "Netlefi" means Netlify). Pull out six slots: deliverable (the concrete thing), quantity, audience/stakes (who sees it, real numbers), tools named, quality bar (adjectives, comparisons), destination (hosted link, folder, post, file).
Synthesize small gaps yourself, using the brand profile if one exists. Ask ONLY when the answer would meaningfully change the prompt: outcome (can't tell what the deliverable is), scale (5 vs 50 changes the shape and nothing implies it), destination (can't infer where results land), assets (a needed input like a logo or source file that nothing supplies), brand facts (public-facing output with no profile — ask for the one or two that raise the bar).
If you ask, ask everything in ONE AskUserQuestion batch, then write. Never interview in rounds. If the ramble (plus profile) covers the basics, ask nothing and note assumptions instead.
A prompt that points at a path, capability, or MCP that does not exist sends the fresh session on a dead-end hunt. Spend 30 seconds confirming every resource you plan to name: ls the paths, glance at the available-tools list. The live environment is the source of truth, not the profile. Name only what you verified AND what is load-bearing (usually 2–4 things); everything else is the discovery mandate's job.
Weave all seven parts as natural flowing prose — no headers, no bulleted spec. First person, as the user speaking to the session:
Length target: 150–350 words — long enough for stakes, tools, and verification; short enough that nothing dilutes the goal line.
Fix any miss before shipping: (1) deliverable + quantity concrete enough that a stranger could judge done; (2) every named resource verified in step 3; (3) creative-freedom clause present; (4) verification loop present and matched to the medium; (5) destination explicit; (6) ends with the goal line + autonomy directive, 150–350 words.
The mechanically checkable subset (word count, goal line, autonomy directive, verification/freedom/destination language) can be run: python3 scripts/goal_prompt_self_check.py - with the draft on stdin — exit 0 means those checks pass; judgment calls (1) and (2) stay yours.
Output the prompt in a single fenced code block, then a short Assumptions list (2–4 bullets) so the user can correct any gap-fill with one line. Nothing else — no preamble above the code block.
Never ship a prompt that: micromanages the how (step-by-step strangles the session); names phantom resources (unverified = dead-end hunt); has unverifiable done-ness (session declares victory early); buries the goal line (nothing comes after it); invents stakes (false urgency trains the user to write fiction); or follows an interview spiral (one question batch max). Failure-mode detail and a second worked example (non-web medium) live in references/goal_prompt_patterns.md.
Ramble: "I want like 5 different landing pages for my free prompt pack thing, they should all look totally different and crazy good, put them up somewhere I can look at them"
Output:
I want you to build 5 landing pages for my free prompt pack, each one fundamentally different from the others, as a way to show me the strongest possible range of directions before I pick one. These will be seen by my audience, so the bar is high: exceptional typography, striking layouts, and motion that feels designed rather than templated. Each page needs a headline, proof, and a single email-capture CTA for the prompt pack. You have total creative freedom on the visual direction of each one. You can generate any imagery you need with whatever image tools you have available, and you can accomplish this in many ways using many workflows, so before you start, take stock of the tools and MCPs you actually have, go find or fetch any references, libraries, or assets you need along the way, and show me what you are capable of. Before you ok each page, do at least three iteration passes: load the live page, click through every element, check it at mobile width, and go back through with a fine-toothed comb looking for design problems and opportunities to improve. Parallelize across subagents so the pages develop independently. When all 5 are done, deploy them to Netlify and serve me the 5 links with a one-line description of each direction. 5 fundamentally different prompt pack landing pages, live on Netlify with three iteration passes each, is your /goal. Work completely autonomously and do not ask me for anything until you are all done.
Assumptions:
Derived from duncan-buildroom/freeskills fable-goal ("free to use and modify"). Substantially restructured: wrong-tool check, observable-done principle, six-slot extraction, per-medium verification defaults, six-point self-check, anti-pattern list, second worked example.
npx claudepluginhub alirezarezvani/claude-skills --plugin fable-goalCreates reusable /goal directives that define outcome-oriented success standards for agentic workflows. Guides users through defining objectives, success criteria, and verification steps.
Drafts, audits, or activates a /goal for persistent objectives with verifiable outcomes, evidence, constraints, and stop conditions.