Skip to main content

crumb-suggest

Recommend the user's next action in an active Crumb session — /approve, /veto, /redo, /pause, wait, or open summary. Branches on last event + verdict + audit + stuck_count. Trigger on "이제 뭐 하지?", "다음에 뭐 할까?", "what next", "next action", "다음 단계", "이거 끝난 거야?", "이거 어떻게 마무리?", or any "I'm not sure what to do" hesitation. Read-only. Output: primary recommendation + 1-3 alternatives. Do NOT trigger for status snapshots (use `crumb-status`) or fault diagnosis (use `crumb-debug`).

インストールへ移動

ソース情報

リポジトリ
mangowhoiscloud/crumb
ソースの最終更新活動
2026年5月2日 20:48
検出された SKILL.md の言語
英語
スター
2
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
crumb-suggest
description
Recommend the user's next action in an active Crumb session — /approve, /veto, /redo, /pause, wait, or open summary. Branches on last event + verdict + audit + stuck_count. Trigger on "이제 뭐 하지?", "다음에 뭐 할까?", "what next", "next action", "다음 단계", "이거 끝난 거야?", "이거 어떻게 마무리?", or any "I'm not sure what to do" hesitation. Read-only. Output: primary recommendation + 1-3 alternatives. Do NOT trigger for status snapshots (use `crumb-status`) or fault diagnosis (use `crumb-debug`).
# /crumb-suggest — recommend the next user action Resolve the session id (most recent if unspecified). **Preferred path** — call the `crumb_suggest` MCP tool with `{session: "<ulid>"}`. **Fallback path** — `npx tsx src/index.ts suggest <session-id>`. Output: `▶ <primary>` (single line) + rationale + command. Up to 3 alternatives. Explicit slash form: `/crumb-suggest <session-id>`. Reference: `src/helpers/suggest.ts`, v0.1 §11 (5 user event), §8.1 (PARTIAL → hook).
GitHubで見る