用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RobinBoers/dotfiles --skill wayfinder命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | wayfinder |
| description | Build and advance one durable decision map for work too large or uncertain to settle at once. |
| disable-model-invocation | true |
Plan large, unclear work. Settle every decision needed before implementation. Do not start building unless the user asks.
Keep one plan at .claude/plans/<name>.md:
# <name>
## Destination
## Constraints
## Decisions
## Frontier
## Later
## Out of scope
## Implementation
Omit empty sections. Put each fact in one place.
Use descriptive names, not ticket numbers or decision IDs.
The map is not a history log. Rewrite it as understanding changes.
After every settled decision:
Do not collect several answers and update the map later.
.claude files./interview to settle the destination, constraints, and exclusions.decide, investigate, prototype, or prerequisite.If the work fits one session and has no real uncertainty, recommend /decide instead.
A conversation may settle several decisions, but handle one coherent branch at a time.
For each branch:
/interview for user choices. Never answer the user’s side yourself.Independent factual checks may run together. Decisions may not be left unrecorded between questions.
Planning is done when Frontier and Later are empty and implementation needs no unstated choice.
Write an ordered, checkable Implementation section. Keep references to decisions where their reasons matter. The plan is then ready for /implement.