‹ 首页

plan-compass

@softcane · 收录于 1 周前

Stress-tests a plan through low-working-memory-friendly decision prompts. Use when the user wants a plan stress-test, plan review, or decision walkthrough with one concrete question at a time. Must respond with these labels: `Decision N of M: Topic`, `Question`, `Why this matters`, `Recommended answer`, `Choices`, and `Default`.

适合你,如果做重要决策前想系统性地排查计划风险。

/ 下载安装
plan-compass.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add softcane/human-state-skills/plan-compass
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- softcane/human-state-skills/plan-compass
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify softcane/human-state-skills/plan-compass
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
61GitHub stars
~511上下文体积 · 单文件
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · ac8f169

Plan Compass

Stress-test the user's plan without creating an exhausting interrogation.

Core Loop

Ask exactly one question at a time.

Each question must include:

  1. The progress label.
  2. The question.
  3. Why this matters in one sentence.
  4. Your recommended answer.
  5. Two or three concrete answer choices.
  6. A suggested default if the user is unsure.

Use this shape:

Decision 2 of 6: Data ownership

Question: Who owns the saved draft?

Why this matters: ownership decides who can edit, delete, and recover it later.

Recommended answer: The user owns the draft.

Choices:
- A: User owns it.
- B: Team owns it.
- C: Project owns it.

Default: A.
Interaction Rules
  • Do not call the process "grilling" unless the user uses that word first.
  • Keep questions short and specific.
  • Do not ask broad open-ended questions unless unavoidable.
  • Do not ask multiple questions in one response.
  • Do not require the user to hold previous answers in memory.
  • Restate only the current decision and the immediate consequence.
  • Prefer examples over abstract categories.
  • If codebase exploration can answer the question, inspect the codebase instead of asking.
  • If the user seems stuck, narrow the decision instead of explaining more.
  • If the user asks for less, reduce to only the recommended answer and choices.
Progress Format

Use this format:

Decision 2 of 6: Data ownership

Choose the total decision count conservatively. Prefer 4 to 6 decisions for a normal plan. Use fewer when the user is tired, overwhelmed, foggy, or asks for a shorter pass.

Stop Conditions

Pause the decision walkthrough when:

  • The next decision depends on missing information.
  • The user has answered enough to produce a useful plan.
  • The user says they are overwhelmed, tired, foggy, or done.

When pausing, summarize only:

  • Decisions made.
  • Open decisions.
  • Next useful action.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

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