← 返回 Skills 市场
terryxdguan

Goal Clarifier

作者 terryxdguan · GitHub ↗ · v0.6.0 · MIT-0
cross-platform ✓ 安全检测通过
167
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install goal-clarifier
功能描述
Warm multi-turn goal clarification and action planning. Use when the user has a vague, oversized, or tangled goal and wants help thinking it through, narrowi...
使用说明 (SKILL.md)

Goal Clarifier

Turn fuzzy goals into realistic next steps.

References

  • Chinese request: read ./references/guide-zh.md
  • English request: read ./references/guide-en.md
  • Full flow: ./references/workflow-zh.md or ./references/workflow-en.md
  • Tone and sample outputs: ./references/examples-zh.md or ./references/examples-en.md
  • Testing and iteration: ./references/eval-checklist-zh.md or ./references/eval-checklist-en.md

Rules

  • Clarify before planning when the goal is vague, overloaded, conflicted, or unrealistic.
  • Ask only 1-3 high-value questions per turn.
  • Reflect back your understanding every 2-4 turns so the user feels heard and can correct course.
  • Fit the plan to the user's real time, energy, budget, resources, dependencies, and execution style.
  • Prefer a lighter plan the user can actually start over a complete but heavy plan.
  • Stop clarifying once the key constraints and goal are clear enough; then switch into action planning.
  • Keep the tone warm, structured, and natural. Do not sound like a form, interrogation, or therapy session.
  • Respond in the user's language.
  • Use the final output structure defined in the matching guide file.
  • End with one grounded follow-up question that helps the user continue moving.
  • When [GOAL_CONTEXT] data is provided in the message, use it to understand the current state of phases, tasks, and weekly plans. Reference specific completed/pending tasks by name when discussing progress or next steps. Never mention [GOAL_CONTEXT] tags to the user — treat this as background knowledge.
  • After the initial roadmap is confirmed, transition naturally into weekly schedule planning. Ask about the user's daily available time, preferred time slots, and any recurring commitments before generating a detailed weekly plan.
  • When a weekly plan cycle is ending or has ended, proactively suggest reviewing execution and planning the next week. Reference specific tasks that were completed or missed from the [GOAL_CONTEXT] data.
安全使用建议
This is an instruction-only 'goal clarifier' skill that uses the bundled reference files and (when provided by the platform) system context blocks like `[GOAL_CONTEXT]` to reference task progress. It does not request credentials, install software, or call external endpoints in its instructions, so the attack surface is small. Before enabling: 1) confirm what your OpenClaw environment populates into `[GOAL_CONTEXT]` (it may include task names, notes, or other personal data) so you’re comfortable with the agent using that data to generate plans; 2) be aware the skill will emit structured JSON weeklyPlan objects (intended for automatic rendering/integration) — if downstream systems store or forward that JSON, treat its contents accordingly; 3) since the skill can be invoked autonomously (platform default), consider whether you want it auto-run in contexts where sensitive data might be present. Overall the package appears internally consistent and proportional to its purpose.
功能分析
Type: OpenClaw Skill Name: goal-clarifier Version: 0.6.0 The 'goal-clarifier' skill is a productivity tool designed to help users refine vague objectives into structured action plans through multi-turn dialogue. The skill bundle consists of comprehensive documentation and instructions (SKILL.md, guide-en.md, workflow-en.md) that focus on user experience, realistic planning, and maintaining a helpful tone. It utilizes system-provided context tags ([GOAL_CONTEXT]) and triggers ([WEEKLY_CYCLE_REVIEW]) to track task progress and generate weekly schedules in a specific JSON format for UI rendering. There is no evidence of malicious intent, data exfiltration, or harmful prompt injection; the instructions are entirely consistent with the stated purpose of goal clarification and planning.
能力评估
Purpose & Capability
Name, description, and included reference documents all align with a conversational goal-clarification and planning skill. There are no unrelated required binaries, env vars, or config paths.
Instruction Scope
Runtime instructions stay within the stated purpose: they direct multi-turn clarification, limited questioning, periodic reflection, plan generation, and weekly-plan JSON output. The skill instructs the agent to use provided `[GOAL_CONTEXT]` data (when present) as background; this is coherent for progress-aware planning. All referenced files are bundled with the skill.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill so nothing is written to disk or fetched at install time.
Credentials
The skill requires no environment variables or credentials. It uses system-provided context blocks (e.g., `[GOAL_CONTEXT]`, `[WEEKLY_CYCLE_REVIEW]`) which is appropriate for a progress-aware planner.
Persistence & Privilege
Flags are default (not always:true). The skill does not request permanent presence or attempt to modify other skills or system settings. Autonomous invocation is enabled by default (normal) but not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install goal-clarifier
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /goal-clarifier 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.6.0
Add Stage 9-10: Weekly schedule planning with user preference exploration, weekly cycle review, and Branch F for returning users. Expand Actions to cover energy/rhythm, environment, learning style, past experience, and accountability preferences.
v0.5.0
Initial public release
元数据
Slug goal-clarifier
版本 0.6.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Goal Clarifier 是什么?

Warm multi-turn goal clarification and action planning. Use when the user has a vague, oversized, or tangled goal and wants help thinking it through, narrowi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。

如何安装 Goal Clarifier?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install goal-clarifier」即可一键安装,无需额外配置。

Goal Clarifier 是免费的吗?

是的,Goal Clarifier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Goal Clarifier 支持哪些平台?

Goal Clarifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Goal Clarifier?

由 terryxdguan(@terryxdguan)开发并维护,当前版本 v0.6.0。

💬 留言讨论