CC 2.1.139 picker UI renders but does not accept keystrokes. Every AskUserQuestion auto-resolves to User declined to answer questions, silently breaking the 33 OrchestKit skills that depend on it (brainstorm, fix-issue, create-pr, assess, verify, …).
Set ORK_ASK_FALLBACK=text before starting CC. The new prompt/ask-fallback-injector hook injects a system-reminder on every UserPromptSubmit telling the assistant to use inline numbered prompts instead.
src/hooks/src/prompt/ask-fallback-injector.ts — one env-var check, no I/Obrainstorm, fix-issue, create-pr — 3-line "Picker fallback" section eachdocs/site/content/docs/guides/ask-fallback.mdxsrc/hooks/src/__tests__/ask-fallback-injector.test.ts — 5/5 pass33 SKILL.md files use AskUserQuestion. Editing each would balloon the PR and drift. One UserPromptSubmit hook propagates the signal globally without touching skills.
Test Files 1 passed (1)
Tests 5 passed (5)
Refs #1795. Closes #1795 once the user confirms the fallback works in their session.