ソース情報
- リポジトリ
- RobinBoers/dotfiles
- ソースの最終更新活動
- 2026年8月11日 15:32
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/RobinBoers/dotfiles --skill planコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| 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.