用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RobinBoers/dotfiles --skill plan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | plan |
| description | Turn a wayfinder map or conversation into a full plan for the implementation agent. |
| disable-model-invocation | true |
Turn current conversation context or a /wayfinder map into a plan. Do not interview the user (anymore), just synthesize what you already know.
Use a wayfinder map if this is a wayfinder session or the user explicitly asked for it. Otherwise, synthesize the current conversation context.
For /wayfinder or /interview sessions, refuse if the frontier is non-empty.
Read supplied material, relevant code and history, repository instructions, and existing .claude files before writing.
Write the plan in .claude/plans/YYYY-MM-DD-slug.md. Create a new document or update an existing user-supplied document.
Use the vocabulary defined in .claude/domain.md throughout the spec, and respect any .claude/decisions.
# <name>
[GOAL]
## Constraints
<list>
## Decisions
### <name>
<details>
## Implementation
<details>
### Out-of-scope
<list>
## Open questions
<list>
The is always short, descriptive, and sentence-cased.
Omit open questions if there are no open questions left. Only include constraints if relevant.
When the plan consists of multiple steps use checkboxes.
A plan is ready when /implement can execute it without inventing decisions. If open questions still block implementation, say so plainly.