← ClaudeAtlas

goallisted

Goal Prompt design coach. Turns vague tasks into precise goal prompts that fit the five-element framework (outcome / verification / constraint / iteration policy / error handling) plus an optional rubric — so Claude Code's /goal, OpenAI Codex's /goal, or Manus Agent's /goal has a clear target to iterate against. 把模糊任務透過反問轉成五元素 + rubric 的精確 goal prompt。
dragon375014/skill-to-goal · ★ 0 · AI & Automation · score 75
Install: claude install-skill dragon375014/skill-to-goal
# /goal — Goal Prompt Design Coach (Goal Prompt 設計引導器) Turns a vague "I want to do X" into a precise goal prompt that satisfies the **five-element framework**, and for subjective tasks also builds a **rubric (評分標準)** following the 6-step SOP from the source talk. 把「我想做某件事」這種模糊念頭,透過引導式問答轉化成符合**五元素框架**的精確 goal prompt。主觀類任務(設計、寫作、行銷)會額外引導建立 **rubric(評分標準)**。 ### Five elements (五個元素) - **Outcome** — what "done" looks like / 完成定義 - **Verification** — how to prove it's done / 驗證方式 - **Constraint** — what must not be touched / 限制條件 - **Iteration policy** — what to record each round / 疊代政策 - **Error handling** — when to pause and report / 錯誤處理 ## Usage ``` /goal <one-line task description> # full Q&A from scratch /goal --use <name> # load saved goal at ~/.claude/goals/<name>/goal.md /goal --resume <draft-name> # resume an interrupted Q&A from handoff.md ``` Also triggered by **natural language** — phrases like "I want to design a goal", "help me write a goal prompt", "我要設計一個 goal", "幫我寫個 goal prompt" should fire this skill. ⚠️ No-argument `/goal` is intentionally unsupported — users must provide at least one sentence so the skill has a starting point. ## What `/goal` is for The source talk (transcript in `examples/source-transcript.md` if included) analyzes why Claude Code, OpenAI Codex, and Manus Agent simultaneously shipped a `/goal` feature in 2026: LLMs suffer from **context anxiety** — when the context window approaches full, they shortc