Show HN: Claude Code AskUserQuestion which works for subagents/teams/workflows
Claude Code currently lacks support for AskUserQuestion in subagent sessions, which affects efficiency. An additional MCP can resolve this issue by allowing questions to be answered before proceeding. The new feature, `ask_human_question`, is designed to enhance subagent management through a SQLite DB and offers both CLI and web interfaces.
- ▪Claude Code does not support AskUserQuestion in spawned sessions.
- ▪An additional MCP can fix the efficiency issue.
- ▪The `ask_human_question` feature supports all question types and provides a CLI or web interface.
Opening excerpt (first ~120 words) tap to expand
Claude Code does not support AskUserQuestion in spawned sessions - subagents, agent teams, and workflows — which makes a swarm of agents less efficient in the original implementation. This can be easily fixed with an additional MCP.Built on a SQLite DB and MCP, blocking until the question is answered, supporting all possible question types, with a CLI or web interface for answers, `ask_human_question` fills the gap in efficient subagent management.Repo: https://github.com/sermakarevich/claude/tree/main/mcp/ask_hu...
Excerpt limited to ~120 words for fair-use compliance. The full article is at Ycombinator.