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 Updated

File contents

/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 pathnpx 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).

mangowhoiscloud/crumb/tree/main/.claude/skills/crumb-suggest commit 6b395c4ac0

Frequently asked questions

npx skillmds@latest add mangowhoiscloud/crumb-suggest