← 返回 Skills 市场
joeyxin-del

Secretary Skill

作者 joeyxin-del · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ pending
70
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install secretaryskills
功能描述
Helps users clarify, break down, and schedule long-term goals into manageable tasks with automated reminders and progress tracking.
使用说明 (SKILL.md)

Secretary Skill

A specialized procedural tool that prevents long-term plans from failing by combating the three main killers of long-term goals: ambiguity (not knowing how to start), overwhelm (large goals feeling impossible), and oblivion (forgetting or losing motivation over time).

Core Workflow

[Vague/Profound Goal]
       │
       ▼
 1. De-ambiguation  ──► Asks targeted questions ──► Locks in the "Original Goal"
       │
       ▼
 2. Vertical Splitting ──► Breaks goal into Milestones ──► Generates Atomic Tasks
       │
       ▼
 3. Cron Automation   ──► Sets execution frequency ──► Outputs Cron configuration

Interaction Rules (Critical)

De-ambiguation Phase: One Question at a Time

NEVER ask multiple questions at once. The de-ambiguation phase must follow this protocol:

  1. The user states a vague vision.
  2. You ask ONE thoughtful question from the conversational bank.
  3. Wait for the user's full answer.
  4. Briefly acknowledge the answer (1 sentence max).
  5. Ask: "现在清晰了吗?" — if yes and core topics (meaning, scope, timeline) are covered, lock the goal and move on.
  6. If not clear yet, ask the next single question.
  7. Repeat until the user says it's clear.

Question style guidelines:

  • Each question must reference the user's own words where possible.
  • Questions should feel like a curious coach, not a form.
  • Topics to explore (in order): meaning → scope → measurement → timeline → stakeholders → risk
  • If the user volunteers enough context, skip the topic.
  • The goal is not to ask every question — it's to get the user to say "清楚了".

Other Phases

Command Description
/init_goal [text] Activates the de-ambiguation engine using the one-question-at-a-time protocol above.
/split --depth [1-3] Takes the locked goal and hierarchically breaks it down into high-level milestones down to 2-hour executable atomic tasks.
/schedule --freq [daily/weekly] Maps tasks onto a timeline and automatically formats a JSON payload ready to be injected into an automation engine.
/align Triggered when plans change, friction occurs, or tasks are missed. Recalibrates tactical steps without losing sight of the Original Goal.
/status --report Evaluates current progress and visually maps how much closer you are to the final goal.

Automation Interface (Cron Bridge)

{
  "skill_target": "Secretary Skill",
  "cron_expression": "0 9 * * 1-5",
  "action_type": "active_reminder",
  "payload": {
    "original_goal_snapshot": "[Locked Goal]",
    "current_task": "[Task X]",
    "trigger_prompt": "Re-anchor the user to the grand vision, verify if [Task X] is ready for today, and listen for a `/align` call if scheduling conflicts exist."
  }
}
能力标签
crypto
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install secretaryskills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /secretaryskills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added automated test coverage with new test files for core engine and markdown storage. - Improved de-ambiguation phase documentation: strictly enforces "one question at a time" protocol in SKILL.md. - Enhanced clarity on question style, topic sequence, and interaction rules for plan initialization. - Internal changes in CLI and engine source files to support updated workflow and testing.
v1.0.1
- Added .pyc (compiled Python) files to the src/__pycache__ directory for initialization, CLI, engine, and markdown store modules. - No changes were made to the documentation or feature set.
v1.0.0
- Initial release of secretary-skill, a procedural tool for effective long-term planning and execution. - Introduces a three-stage pipeline: de-ambiguation, vertical splitting, and cron automation. - Provides CLI commands for setting and refining goals, breaking them into actionable tasks, scheduling, alignment, and status tracking. - Integrates with automation engines via a JSON-based Cron Bridge for reminders and progress monitoring.
元数据
Slug secretaryskills
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Secretary Skill 是什么?

Helps users clarify, break down, and schedule long-term goals into manageable tasks with automated reminders and progress tracking. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。

如何安装 Secretary Skill?

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

Secretary Skill 是免费的吗?

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

Secretary Skill 支持哪些平台?

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

谁开发了 Secretary Skill?

由 joeyxin-del(@joeyxin-del)开发并维护,当前版本 v1.0.2。

💬 留言讨论