‹ 首页

pi-goal

@code-yeongyu · 收录于 1 周前 · 上游提交 今天

Persistent Codex-style goal tracking for pi. Use when the user explicitly asks to set, continue, audit, pause, resume, complete, or inspect a long-running goal.

适合你,如果需要在对话中持续跟踪多个长期目标。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add code-yeongyu/oh-my-openagent/pi-goal
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- code-yeongyu/oh-my-openagent/pi-goal
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify code-yeongyu/oh-my-openagent/pi-goal
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
65973GitHub stars
~246最小装载
~246含声明引用
~24.8K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 5ef852a · 表述以原文为准
它做什么

安装后,Claude 可以帮你创建、查看、更新长期目标,并在完成前自动审计进度。

什么时候触发

当你明确要求设定、继续、审计、暂停、恢复、完成或查看一个长期目标时触发。

装好后可以这样说
Claude 会创建目标并开始跟踪。
Claude 会显示目标详情。
Claude 会先审计再标记。
技能原文 SKILL.md作者撰写 · MIT · 5ef852a

pi-goal

Use goal tools only when the user explicitly wants persistent goal tracking or when an active goal already exists.

Tools

Create a goal:

create_goal({
	objective: "Ship the pi-goal extension",
	token_budget: 50000,
});

Inspect a goal:

get_goal({});

Update a goal:

update_goal({
	status: "complete",
});

update_goal only accepts complete. User-facing /goal commands control pause, resume, budget-limited, and clear transitions.

Completion Rule

Before marking a goal complete, audit the actual current state:

  1. Restate the goal as concrete deliverables.
  2. Map every explicit requirement to real evidence.
  3. Inspect files, command output, test results, or repository state for each item.
  4. Treat uncertainty as incomplete.
  5. Call update_goal({ status: "complete" }) only when no required work remains.

Use budget-limited status when the reason to stop is budget exhaustion rather than completion.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。